delivery icon
delivery-line-duotone from Solar by 480 Design · Line Duotone · UI · CC-BY-4.0 Attribution required.
- Name
- delivery-line-duotone
- Set
- Solar
- Style
- Line Duotone
- Category
- UI
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More ui icons from Solar
accessibility-boldadd-boldadd-circle-boldadd-square-boldaugmented-reality-boldballoon-boldbattery-charge-boldbattery-charge-minimalistic-boldbattery-full-boldbattery-full-minimalistic-boldbattery-half-boldbattery-half-minimalistic-boldbattery-low-boldbattery-low-minimalistic-boldblocks-boldbody-boldbolt-boldbolt-circle-boldbox-boldbox-minimalistic-boldbroom-boldcat-boldcheck-circle-boldcheck-square-bold
Use the delivery icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M8.23 15.0602L6.08 7.27014C5.89453 6.61732 5.38563 6.12036 4.7 5.92L3 5.4502"/><path d="M9.56541 8.73049C9.0804 6.97492 8.8379 6.09714 9.24954 5.40562C9.66119 4.71409 10.5662 4.47889 12.3763 4.00849L14.2962 3.50955C16.1062 3.03915 17.0113 2.80394 17.7242 3.20319C18.4372 3.60244 18.6797 4.48023 19.1647 6.2358L19.6792 8.09786C20.1642 9.85343 20.4067 10.7312 19.995 11.4227C19.5834 12.1143 18.6784 12.3495 16.8683 12.8199L14.9484 13.3188C13.1384 13.7892 12.2333 14.0244 11.5203 13.6252C10.8073 13.2259 10.5648 12.3481 10.0798 10.5926L9.56541 8.73049Z" opacity=".5"/><circle cx="8.05" cy="18.1" r="2.9"/><path stroke-linecap="round" d="M10.9199 17.36L19.9999 15"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarDeliveryLineDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M8.23 15.0602L6.08 7.27014C5.89453 6.61732 5.38563 6.12036 4.7 5.92L3 5.4502"/><path d="M9.56541 8.73049C9.0804 6.97492 8.8379 6.09714 9.24954 5.40562C9.66119 4.71409 10.5662 4.47889 12.3763 4.00849L14.2962 3.50955C16.1062 3.03915 17.0113 2.80394 17.7242 3.20319C18.4372 3.60244 18.6797 4.48023 19.1647 6.2358L19.6792 8.09786C20.1642 9.85343 20.4067 10.7312 19.995 11.4227C19.5834 12.1143 18.6784 12.3495 16.8683 12.8199L14.9484 13.3188C13.1384 13.7892 12.2333 14.0244 11.5203 13.6252C10.8073 13.2259 10.5648 12.3481 10.0798 10.5926L9.56541 8.73049Z" opacity=".5"/><circle cx="8.05" cy="18.1" r="2.9"/><path strokeLinecap="round" d="M10.9199 17.36L19.9999 15"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M8.23 15.0602L6.08 7.27014C5.89453 6.61732 5.38563 6.12036 4.7 5.92L3 5.4502"/><path d="M9.56541 8.73049C9.0804 6.97492 8.8379 6.09714 9.24954 5.40562C9.66119 4.71409 10.5662 4.47889 12.3763 4.00849L14.2962 3.50955C16.1062 3.03915 17.0113 2.80394 17.7242 3.20319C18.4372 3.60244 18.6797 4.48023 19.1647 6.2358L19.6792 8.09786C20.1642 9.85343 20.4067 10.7312 19.995 11.4227C19.5834 12.1143 18.6784 12.3495 16.8683 12.8199L14.9484 13.3188C13.1384 13.7892 12.2333 14.0244 11.5203 13.6252C10.8073 13.2259 10.5648 12.3481 10.0798 10.5926L9.56541 8.73049Z" opacity=".5"/><circle cx="8.05" cy="18.1" r="2.9"/><path stroke-linecap="round" d="M10.9199 17.36L19.9999 15"/></g></svg> </template>
CSS
.icon-delivery-line-duotone {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8.23%2015.0602L6.08%207.27014C5.89453%206.61732%205.38563%206.12036%204.7%205.92L3%205.4502%22%2F%3E%3Cpath%20d%3D%22M9.56541%208.73049C9.0804%206.97492%208.8379%206.09714%209.24954%205.40562C9.66119%204.71409%2010.5662%204.47889%2012.3763%204.00849L14.2962%203.50955C16.1062%203.03915%2017.0113%202.80394%2017.7242%203.20319C18.4372%203.60244%2018.6797%204.48023%2019.1647%206.2358L19.6792%208.09786C20.1642%209.85343%2020.4067%2010.7312%2019.995%2011.4227C19.5834%2012.1143%2018.6784%2012.3495%2016.8683%2012.8199L14.9484%2013.3188C13.1384%2013.7892%2012.2333%2014.0244%2011.5203%2013.6252C10.8073%2013.2259%2010.5648%2012.3481%2010.0798%2010.5926L9.56541%208.73049Z%22%20opacity%3D%22.5%22%2F%3E%3Ccircle%20cx%3D%228.05%22%20cy%3D%2218.1%22%20r%3D%222.9%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10.9199%2017.36L19.9999%2015%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M8.23%2015.0602L6.08%207.27014C5.89453%206.61732%205.38563%206.12036%204.7%205.92L3%205.4502%22%2F%3E%3Cpath%20d%3D%22M9.56541%208.73049C9.0804%206.97492%208.8379%206.09714%209.24954%205.40562C9.66119%204.71409%2010.5662%204.47889%2012.3763%204.00849L14.2962%203.50955C16.1062%203.03915%2017.0113%202.80394%2017.7242%203.20319C18.4372%203.60244%2018.6797%204.48023%2019.1647%206.2358L19.6792%208.09786C20.1642%209.85343%2020.4067%2010.7312%2019.995%2011.4227C19.5834%2012.1143%2018.6784%2012.3495%2016.8683%2012.8199L14.9484%2013.3188C13.1384%2013.7892%2012.2333%2014.0244%2011.5203%2013.6252C10.8073%2013.2259%2010.5648%2012.3481%2010.0798%2010.5926L9.56541%208.73049Z%22%20opacity%3D%22.5%22%2F%3E%3Ccircle%20cx%3D%228.05%22%20cy%3D%2218.1%22%20r%3D%222.9%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10.9199%2017.36L19.9999%2015%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/delivery-line-duotone.svg?color=%231a73e8&size=48