Taxifix Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Taxifix 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/333709.svg" alt="Taxifix icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333709.svg" alt="Taxifix icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333709.svg" alt="Taxifix icon" :width="24" :height="24" />
CSS background
.icon-taxifix {
background-image: url('https://proicons.com/icon/333709.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="b" 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;}.d{fill:#000;stroke-width:0px;}</style></defs><line class="c" x1="11.8627" y1="10.9852" x2="19.4625" y2="10.9852"/><line class="c" x1="13.6399" y1="22.4567" x2="15.6626" y2="10.9852"/><line class="c" x1="32.6192" y1="14.8568" x2="25.5433" y2="22.4567"/><line class="c" x1="31.2791" y1="22.4567" x2="26.8834" y2="14.8568"/><line class="c" x1="23.3525" y1="30.058" x2="16.2766" y2="37.6579"/><line class="c" x1="22.0124" y1="37.6579" x2="17.6167" y2="30.058"/><path class="d" d="M37.1103,11.3437c.073-.4142-.2035-.75-.6178-.75s-.8092.3358-.8822.75.2035.75.6178.75.8092-.3358.8822-.75Z"/><line class="c" x1="35.7409" y1="14.8568" x2="34.4008" y2="22.4567"/><path class="c" d="M23.1295,19.5888c-.2793,1.5839-1.7799,2.8679-3.3518,2.8679h-.9988c-1.0414,0-1.7356-.8506-1.5505-1.9s1.1792-1.9,2.2206-1.9h3.8502"/><path class="c" d="M18.8176,15.6097c.8132-.6922,1.3082-.7528,2.6421-.7528,1.5143,0,2.3919.6661,2.0745,2.4665l-.9052,5.1334"/><polyline class="c" points="8.5 30.0559 14.8347 30.0645 13.4954 37.6601"/><path class="c" d="M8.6648,37.6601l1.6695-9.4683c.1955-1.1087,1.252-2.0032,2.3607-2.0032h.7815c.988,0,1.5677.2882,1.8942.8356"/><polygon class="c" points="26.0109 37.6601 28.0285 26.1886 39.5 26.1886 26.0109 37.6601"/><line class="c" x1="35.2054" y1="26.1886" x2="26.7423" y2="33.5013"/><line class="c" x1="31.7466" y1="26.1886" x2="27.3854" y2="29.8449"/><path class="c" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!