delivery icon
delivery from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.
- Name
- delivery
- Set
- Reicon
- Style
- Outline
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All delivery icons →More ui icons from Reicon
Use the delivery icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M18.09 2.549c-.552-.31-1.14-.34-1.761-.263c-.59.074-1.309.26-2.172.485l-2.019.524c-.863.225-1.581.411-2.13.634c-.579.234-1.079.548-1.403 1.093c-.326.548-.358 1.134-.277 1.746c.077.577.27 1.277.5 2.111l.543 1.964c.23.835.424 1.534.655 2.07c.245.57.572 1.055 1.128 1.367c.552.309 1.14.34 1.762.262c.59-.073 1.309-.26 2.172-.485l2.019-.524c.863-.224 1.581-.411 2.13-.634c.579-.234 1.079-.548 1.403-1.093c.326-.548.358-1.134.277-1.745c-.077-.577-.27-1.278-.5-2.112l-.543-1.964c-.23-.834-.424-1.534-.655-2.07c-.245-.57-.573-1.055-1.128-1.366m-3.605 1.686c.925-.24 1.548-.4 2.03-.46c.461-.058.682-.007.843.083c.157.088.308.241.483.65c.185.43.353 1.029.601 1.927l.514 1.863c.249.898.413 1.498.474 1.96c.058.439.006.638-.08.781c-.087.147-.245.296-.675.47c-.448.181-1.07.345-1.995.585l-1.92.499c-.925.24-1.548.4-2.03.46c-.462.059-.682.008-.843-.082c-.157-.088-.308-.242-.483-.65c-.185-.43-.353-1.03-.601-1.928l-.514-1.862c-.249-.9-.413-1.499-.474-1.96c-.058-.44-.006-.638.08-.782c.087-.147.245-.296.675-.47c.448-.181 1.07-.344 1.995-.585z"/><path d="M3.2 4.725a.75.75 0 0 0-.4 1.445l1.703.473c.426.118.743.44.851.831l1.952 7.063q-.113.022-.225.052c-1.977.513-3.185 2.502-2.643 4.467c.54 1.955 2.594 3.082 4.563 2.57c1.724-.447 2.863-2.016 2.767-3.712l8.42-2.188a.75.75 0 0 0-.377-1.452l-8.438 2.193a3.72 3.72 0 0 0-2.506-1.91L6.8 7.074a2.71 2.71 0 0 0-1.896-1.878zM7.459 16.04c1.212-.314 2.428.389 2.74 1.519c.31 1.12-.37 2.303-1.574 2.616c-1.212.315-2.428-.389-2.74-1.519c-.31-1.12.37-2.303 1.574-2.616"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconDelivery(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M18.09 2.549c-.552-.31-1.14-.34-1.761-.263c-.59.074-1.309.26-2.172.485l-2.019.524c-.863.225-1.581.411-2.13.634c-.579.234-1.079.548-1.403 1.093c-.326.548-.358 1.134-.277 1.746c.077.577.27 1.277.5 2.111l.543 1.964c.23.835.424 1.534.655 2.07c.245.57.572 1.055 1.128 1.367c.552.309 1.14.34 1.762.262c.59-.073 1.309-.26 2.172-.485l2.019-.524c.863-.224 1.581-.411 2.13-.634c.579-.234 1.079-.548 1.403-1.093c.326-.548.358-1.134.277-1.745c-.077-.577-.27-1.278-.5-2.112l-.543-1.964c-.23-.834-.424-1.534-.655-2.07c-.245-.57-.573-1.055-1.128-1.366m-3.605 1.686c.925-.24 1.548-.4 2.03-.46c.461-.058.682-.007.843.083c.157.088.308.241.483.65c.185.43.353 1.029.601 1.927l.514 1.863c.249.898.413 1.498.474 1.96c.058.439.006.638-.08.781c-.087.147-.245.296-.675.47c-.448.181-1.07.345-1.995.585l-1.92.499c-.925.24-1.548.4-2.03.46c-.462.059-.682.008-.843-.082c-.157-.088-.308-.242-.483-.65c-.185-.43-.353-1.03-.601-1.928l-.514-1.862c-.249-.9-.413-1.499-.474-1.96c-.058-.44-.006-.638.08-.782c.087-.147.245-.296.675-.47c.448-.181 1.07-.344 1.995-.585z"/><path d="M3.2 4.725a.75.75 0 0 0-.4 1.445l1.703.473c.426.118.743.44.851.831l1.952 7.063q-.113.022-.225.052c-1.977.513-3.185 2.502-2.643 4.467c.54 1.955 2.594 3.082 4.563 2.57c1.724-.447 2.863-2.016 2.767-3.712l8.42-2.188a.75.75 0 0 0-.377-1.452l-8.438 2.193a3.72 3.72 0 0 0-2.506-1.91L6.8 7.074a2.71 2.71 0 0 0-1.896-1.878zM7.459 16.04c1.212-.314 2.428.389 2.74 1.519c.31 1.12-.37 2.303-1.574 2.616c-1.212.315-2.428-.389-2.74-1.519c-.31-1.12.37-2.303 1.574-2.616"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M18.09 2.549c-.552-.31-1.14-.34-1.761-.263c-.59.074-1.309.26-2.172.485l-2.019.524c-.863.225-1.581.411-2.13.634c-.579.234-1.079.548-1.403 1.093c-.326.548-.358 1.134-.277 1.746c.077.577.27 1.277.5 2.111l.543 1.964c.23.835.424 1.534.655 2.07c.245.57.572 1.055 1.128 1.367c.552.309 1.14.34 1.762.262c.59-.073 1.309-.26 2.172-.485l2.019-.524c.863-.224 1.581-.411 2.13-.634c.579-.234 1.079-.548 1.403-1.093c.326-.548.358-1.134.277-1.745c-.077-.577-.27-1.278-.5-2.112l-.543-1.964c-.23-.834-.424-1.534-.655-2.07c-.245-.57-.573-1.055-1.128-1.366m-3.605 1.686c.925-.24 1.548-.4 2.03-.46c.461-.058.682-.007.843.083c.157.088.308.241.483.65c.185.43.353 1.029.601 1.927l.514 1.863c.249.898.413 1.498.474 1.96c.058.439.006.638-.08.781c-.087.147-.245.296-.675.47c-.448.181-1.07.345-1.995.585l-1.92.499c-.925.24-1.548.4-2.03.46c-.462.059-.682.008-.843-.082c-.157-.088-.308-.242-.483-.65c-.185-.43-.353-1.03-.601-1.928l-.514-1.862c-.249-.9-.413-1.499-.474-1.96c-.058-.44-.006-.638.08-.782c.087-.147.245-.296.675-.47c.448-.181 1.07-.344 1.995-.585z"/><path d="M3.2 4.725a.75.75 0 0 0-.4 1.445l1.703.473c.426.118.743.44.851.831l1.952 7.063q-.113.022-.225.052c-1.977.513-3.185 2.502-2.643 4.467c.54 1.955 2.594 3.082 4.563 2.57c1.724-.447 2.863-2.016 2.767-3.712l8.42-2.188a.75.75 0 0 0-.377-1.452l-8.438 2.193a3.72 3.72 0 0 0-2.506-1.91L6.8 7.074a2.71 2.71 0 0 0-1.896-1.878zM7.459 16.04c1.212-.314 2.428.389 2.74 1.519c.31 1.12-.37 2.303-1.574 2.616c-1.212.315-2.428-.389-2.74-1.519c-.31-1.12.37-2.303 1.574-2.616"/></g></svg> </template>
CSS
.icon-delivery {
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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M18.09%202.549c-.552-.31-1.14-.34-1.761-.263c-.59.074-1.309.26-2.172.485l-2.019.524c-.863.225-1.581.411-2.13.634c-.579.234-1.079.548-1.403%201.093c-.326.548-.358%201.134-.277%201.746c.077.577.27%201.277.5%202.111l.543%201.964c.23.835.424%201.534.655%202.07c.245.57.572%201.055%201.128%201.367c.552.309%201.14.34%201.762.262c.59-.073%201.309-.26%202.172-.485l2.019-.524c.863-.224%201.581-.411%202.13-.634c.579-.234%201.079-.548%201.403-1.093c.326-.548.358-1.134.277-1.745c-.077-.577-.27-1.278-.5-2.112l-.543-1.964c-.23-.834-.424-1.534-.655-2.07c-.245-.57-.573-1.055-1.128-1.366m-3.605%201.686c.925-.24%201.548-.4%202.03-.46c.461-.058.682-.007.843.083c.157.088.308.241.483.65c.185.43.353%201.029.601%201.927l.514%201.863c.249.898.413%201.498.474%201.96c.058.439.006.638-.08.781c-.087.147-.245.296-.675.47c-.448.181-1.07.345-1.995.585l-1.92.499c-.925.24-1.548.4-2.03.46c-.462.059-.682.008-.843-.082c-.157-.088-.308-.242-.483-.65c-.185-.43-.353-1.03-.601-1.928l-.514-1.862c-.249-.9-.413-1.499-.474-1.96c-.058-.44-.006-.638.08-.782c.087-.147.245-.296.675-.47c.448-.181%201.07-.344%201.995-.585z%22%2F%3E%3Cpath%20d%3D%22M3.2%204.725a.75.75%200%200%200-.4%201.445l1.703.473c.426.118.743.44.851.831l1.952%207.063q-.113.022-.225.052c-1.977.513-3.185%202.502-2.643%204.467c.54%201.955%202.594%203.082%204.563%202.57c1.724-.447%202.863-2.016%202.767-3.712l8.42-2.188a.75.75%200%200%200-.377-1.452l-8.438%202.193a3.72%203.72%200%200%200-2.506-1.91L6.8%207.074a2.71%202.71%200%200%200-1.896-1.878zM7.459%2016.04c1.212-.314%202.428.389%202.74%201.519c.31%201.12-.37%202.303-1.574%202.616c-1.212.315-2.428-.389-2.74-1.519c-.31-1.12.37-2.303%201.574-2.616%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M18.09%202.549c-.552-.31-1.14-.34-1.761-.263c-.59.074-1.309.26-2.172.485l-2.019.524c-.863.225-1.581.411-2.13.634c-.579.234-1.079.548-1.403%201.093c-.326.548-.358%201.134-.277%201.746c.077.577.27%201.277.5%202.111l.543%201.964c.23.835.424%201.534.655%202.07c.245.57.572%201.055%201.128%201.367c.552.309%201.14.34%201.762.262c.59-.073%201.309-.26%202.172-.485l2.019-.524c.863-.224%201.581-.411%202.13-.634c.579-.234%201.079-.548%201.403-1.093c.326-.548.358-1.134.277-1.745c-.077-.577-.27-1.278-.5-2.112l-.543-1.964c-.23-.834-.424-1.534-.655-2.07c-.245-.57-.573-1.055-1.128-1.366m-3.605%201.686c.925-.24%201.548-.4%202.03-.46c.461-.058.682-.007.843.083c.157.088.308.241.483.65c.185.43.353%201.029.601%201.927l.514%201.863c.249.898.413%201.498.474%201.96c.058.439.006.638-.08.781c-.087.147-.245.296-.675.47c-.448.181-1.07.345-1.995.585l-1.92.499c-.925.24-1.548.4-2.03.46c-.462.059-.682.008-.843-.082c-.157-.088-.308-.242-.483-.65c-.185-.43-.353-1.03-.601-1.928l-.514-1.862c-.249-.9-.413-1.499-.474-1.96c-.058-.44-.006-.638.08-.782c.087-.147.245-.296.675-.47c.448-.181%201.07-.344%201.995-.585z%22%2F%3E%3Cpath%20d%3D%22M3.2%204.725a.75.75%200%200%200-.4%201.445l1.703.473c.426.118.743.44.851.831l1.952%207.063q-.113.022-.225.052c-1.977.513-3.185%202.502-2.643%204.467c.54%201.955%202.594%203.082%204.563%202.57c1.724-.447%202.863-2.016%202.767-3.712l8.42-2.188a.75.75%200%200%200-.377-1.452l-8.438%202.193a3.72%203.72%200%200%200-2.506-1.91L6.8%207.074a2.71%202.71%200%200%200-1.896-1.878zM7.459%2016.04c1.212-.314%202.428.389%202.74%201.519c.31%201.12-.37%202.303-1.574%202.616c-1.212.315-2.428-.389-2.74-1.519c-.31-1.12.37-2.303%201.574-2.616%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/delivery.svg?color=%231a73e8&size=48