Fantuan Delivery Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fantuan Delivery 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/325714.svg" alt="Fantuan Delivery icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325714.svg" alt="Fantuan Delivery icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325714.svg" alt="Fantuan Delivery icon" :width="24" :height="24" />
CSS background
.icon-fantuan-delivery {
background-image: url('https://proicons.com/icon/325714.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m24.1056,6.8755c-10.0826,0-19.6056,14.2845-19.6056,25.1061,0,5.6589,4.8671,9.1429,8.4672,9.1429h22.0655c5.1944,0,8.4672-4.6454,8.4672-9.1429,0-11.1489-9.1429-25.1061-19.3839-25.1061h-.0106Z"/><ellipse class="b" cx="15.0049" cy="23.9472" rx="2.2277" ry="2.9034"/><ellipse class="b" cx="33.2063" cy="23.9472" rx="2.2277" ry="2.9034"/><path class="b" d="m14.6987,41.1245v-8.9529h18.9404v8.9529"/></svg>
Copied!