On The Trip Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The On The Trip 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/345163.svg" alt="On The Trip icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345163.svg" alt="On The Trip icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345163.svg" alt="On The Trip icon" :width="24" :height="24" />
CSS background
.icon-on-the-trip {
background-image: url('https://proicons.com/icon/345163.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><line class="b" x1="23.264" y1="31.754" x2="23.264" y2="38.912"/><path class="b" d="M25.818,38.912v-7.1585h2.3418c1.324,0,2.3972,1.0764,2.3972,2.4041s-1.0733,2.4041-2.3972,2.4041h-2.3418"/><path class="b" d="M15.971,38.912v-7.1585h2.3418c1.324,0,2.3972,1.0764,2.3972,2.4041s-1.0733,2.4041-2.3972,2.4041h-2.3418"/><line class="b" x1="18.314" y1="36.562" x2="20.656" y2="38.911"/><line class="b" x1="9" y1="31.754" x2="13.739" y2="31.754"/><line class="b" x1="11.37" y1="38.912" x2="11.37" y2="31.754"/><line class="b" x1="9" y1="22.127" x2="13.739" y2="22.127"/><line class="b" x1="11.37" y1="29.285" x2="11.37" y2="22.127"/><line class="b" x1="15.971" y1="22.127" x2="15.971" y2="29.285"/><line class="b" x1="20.71" y1="22.127" x2="20.71" y2="29.285"/><line class="b" x1="15.971" y1="25.693" x2="20.71" y2="25.693"/><line class="b" x1="23.264" y1="25.706" x2="25.598" y2="25.706"/><path class="b" d="M26.841,29.285h-3.5766v-7.1585h3.5766"/><path class="b" d="M15.971,19.659v-7.1585l4.739,7.1585v-7.1585"/><path class="b" d="M11.3695,12.5h0c1.3086,0,2.3695,1.0617,2.3695,2.3713v2.4159c0,1.3096-1.0609,2.3713-2.3695,2.3713h0c-1.3086,0-2.3695-1.0617-2.3695-2.3713v-2.4159c0-1.3096,1.0609-2.3713,2.3695-2.3713Z"/></svg>
Copied!