Trips Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Trips icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/334276.svg" alt="Trips icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334276.svg" alt="Trips icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334276.svg" alt="Trips icon" :width="24" :height="24" />
CSS background
.icon-trips {
background-image: url('https://proicons.com/icon/334276.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.i{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="i" d="M24,4.5c-5.9359,0-10.7479,4.8398-10.7479,10.81,0,8.4647,8.2108,16.3133,10.3538,18.8073,.262,.3045,.7315,.3045,.9935,0,2.0937-2.4775,10.1485-10.3426,10.1485-18.8073,0-5.9702-4.812-10.81-10.7479-10.81Zm0,14.8648c-3.5866,.0072-5.389-4.3517-2.8559-6.9048,2.5332-2.5531,6.8709-.7491,6.8709,2.8583,0,2.2303-1.7976,4.0383-4.0151,4.0383v.0083Z"/><g><path id="c" class="i" d="M18.8803,43.5v-7.6375h1.2411c2.1003,0,3.8187,1.7184,3.8187,3.8187h0c0,2.1003-1.7184,3.8187-3.8187,3.8187h-1.2411Z"/><path id="d" class="i" d="M17.1147,43.5c-.8274-2.5458-1.6548-5.0916-2.4822-7.6375-.8592,2.5458-1.7184,5.0916-2.5776,7.6375"/><line id="e" class="i" x1="12.9141" y1="40.9224" x2="16.2555" y2="40.9224"/><path id="f" class="i" d="M35.9451,40.9224h0c0,1.432-1.1456,2.5776-2.5776,2.5776h0c-1.432,0-2.5776-1.1456-2.5776-2.5776v-2.5776c0-1.432,1.1456-2.5776,2.5776-2.5776h0c1.432,0,2.4822,1.1456,2.4822,2.5776h0"/><path id="g" class="i" d="M29.8157,43.5c-.8274-2.5458-1.6548-5.0916-2.4822-7.6375-.8592,2.5458-1.7184,5.0916-2.5776,7.6375"/><line id="h" class="i" x1="25.6151" y1="40.9224" x2="28.9565" y2="40.9224"/></g></svg>
Copied!