Taxi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Taxi 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/333706.svg" alt="Taxi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333706.svg" alt="Taxi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333706.svg" alt="Taxi icon" :width="24" :height="24" />
CSS background
.icon-taxi {
background-image: url('https://proicons.com/icon/333706.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="c" x1="35.3618" y1="19.5001" x2="35.3618" y2="28.5"/><line class="c" x1="26.8694" y1="19.5001" x2="32.8318" y2="28.5"/><line class="c" x1="32.8318" y1="19.5001" x2="26.8694" y2="28.5"/><line class="c" x1="12.6382" y1="19.5001" x2="18.6006" y2="19.5001"/><line class="c" x1="15.6194" y1="28.5" x2="15.6194" y2="19.5001"/><line class="c" x1="23.5756" y1="25.5187" x2="19.5882" y2="25.5187"/><polyline class="c" points="18.6006 28.5 21.5819 19.5 24.5631 28.5"/><path id="b" class="c" d="M11.6646,15.0897h24.6709c2.0029,0,3.7463,1.3694,4.2206,3.3153l2.8811,11.8186c.3334,1.3678-.7025,2.6866-2.1103,2.6866H6.6731c-1.4079,0-2.4438-1.3188-2.1103-2.6866l2.8811-11.8186c.4744-1.9459,2.2177-3.3153,4.2206-3.3153Z"/></svg>
Copied!