delivery settings icon
delivery-settings from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.
- Name
- delivery-settings
- Set
- Carbon
- Style
- Outline
- Category
- Tools
- Viewbox
- 32×32
- License
- Apache 2.0
More tools icons from Carbon
Use the delivery settings icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.919 18.606l-3-7A1 1 0 0 0 26 11h-3V9a1 1 0 0 0-1-1h-3v2h2v12.556A4 4 0 0 0 19.142 25h-6.284c-.447-1.72-2-3-3.858-3s-3.41 1.28-3.858 3H4v-8H2v9a1 1 0 0 0 1 1h2.142c.447 1.72 2 3 3.858 3s3.41-1.28 3.858-3h6.284c.447 1.72 2 3 3.858 3s3.41-1.28 3.858-3H29a1 1 0 0 0 1-1v-7c0-.14-.03-.272-.081-.394M9 28c-1.102 0-2-.897-2-2s.898-2 2-2s2 .898 2 2s-.897 2-2 2m14-15h2.34l2.144 5H23zm0 15c-1.103 0-2-.897-2-2s.897-2 2-2s2 .898 2 2s-.897 2-2 2m5-3h-1.142c-.447-1.72-2-3-3.858-3v-2h5zM4.833 11.753l-1.49 1.49l1.414 1.414l1.49-1.49A5 5 0 0 0 8 13.899V16h2v-2.1a5 5 0 0 0 1.753-.732l1.49 1.49l1.414-1.414l-1.49-1.49A5 5 0 0 0 13.899 10H16V8h-2.101a5 5 0 0 0-.732-1.753l1.49-1.49l-1.414-1.414l-1.49 1.49A5 5 0 0 0 10 4.101V2H8v2.101a5 5 0 0 0-1.753.732l-1.49-1.49l-1.414 1.414l1.49 1.49A5 5 0 0 0 4.101 8H2v2h2.101c.129.626.378 1.221.732 1.753M9 6a3 3 0 1 1 0 6a3 3 0 0 1 0-6"/></svg>
React
import type { SVGProps } from "react";
export function CarbonDeliverySettings(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.919 18.606l-3-7A1 1 0 0 0 26 11h-3V9a1 1 0 0 0-1-1h-3v2h2v12.556A4 4 0 0 0 19.142 25h-6.284c-.447-1.72-2-3-3.858-3s-3.41 1.28-3.858 3H4v-8H2v9a1 1 0 0 0 1 1h2.142c.447 1.72 2 3 3.858 3s3.41-1.28 3.858-3h6.284c.447 1.72 2 3 3.858 3s3.41-1.28 3.858-3H29a1 1 0 0 0 1-1v-7c0-.14-.03-.272-.081-.394M9 28c-1.102 0-2-.897-2-2s.898-2 2-2s2 .898 2 2s-.897 2-2 2m14-15h2.34l2.144 5H23zm0 15c-1.103 0-2-.897-2-2s.897-2 2-2s2 .898 2 2s-.897 2-2 2m5-3h-1.142c-.447-1.72-2-3-3.858-3v-2h5zM4.833 11.753l-1.49 1.49l1.414 1.414l1.49-1.49A5 5 0 0 0 8 13.899V16h2v-2.1a5 5 0 0 0 1.753-.732l1.49 1.49l1.414-1.414l-1.49-1.49A5 5 0 0 0 13.899 10H16V8h-2.101a5 5 0 0 0-.732-1.753l1.49-1.49l-1.414-1.414l-1.49 1.49A5 5 0 0 0 10 4.101V2H8v2.101a5 5 0 0 0-1.753.732l-1.49-1.49l-1.414 1.414l1.49 1.49A5 5 0 0 0 4.101 8H2v2h2.101c.129.626.378 1.221.732 1.753M9 6a3 3 0 1 1 0 6a3 3 0 0 1 0-6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m29.919 18.606l-3-7A1 1 0 0 0 26 11h-3V9a1 1 0 0 0-1-1h-3v2h2v12.556A4 4 0 0 0 19.142 25h-6.284c-.447-1.72-2-3-3.858-3s-3.41 1.28-3.858 3H4v-8H2v9a1 1 0 0 0 1 1h2.142c.447 1.72 2 3 3.858 3s3.41-1.28 3.858-3h6.284c.447 1.72 2 3 3.858 3s3.41-1.28 3.858-3H29a1 1 0 0 0 1-1v-7c0-.14-.03-.272-.081-.394M9 28c-1.102 0-2-.897-2-2s.898-2 2-2s2 .898 2 2s-.897 2-2 2m14-15h2.34l2.144 5H23zm0 15c-1.103 0-2-.897-2-2s.897-2 2-2s2 .898 2 2s-.897 2-2 2m5-3h-1.142c-.447-1.72-2-3-3.858-3v-2h5zM4.833 11.753l-1.49 1.49l1.414 1.414l1.49-1.49A5 5 0 0 0 8 13.899V16h2v-2.1a5 5 0 0 0 1.753-.732l1.49 1.49l1.414-1.414l-1.49-1.49A5 5 0 0 0 13.899 10H16V8h-2.101a5 5 0 0 0-.732-1.753l1.49-1.49l-1.414-1.414l-1.49 1.49A5 5 0 0 0 10 4.101V2H8v2.101a5 5 0 0 0-1.753.732l-1.49-1.49l-1.414 1.414l1.49 1.49A5 5 0 0 0 4.101 8H2v2h2.101c.129.626.378 1.221.732 1.753M9 6a3 3 0 1 1 0 6a3 3 0 0 1 0-6"/></svg> </template>
CSS
.icon-delivery-settings {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m29.919%2018.606l-3-7A1%201%200%200%200%2026%2011h-3V9a1%201%200%200%200-1-1h-3v2h2v12.556A4%204%200%200%200%2019.142%2025h-6.284c-.447-1.72-2-3-3.858-3s-3.41%201.28-3.858%203H4v-8H2v9a1%201%200%200%200%201%201h2.142c.447%201.72%202%203%203.858%203s3.41-1.28%203.858-3h6.284c.447%201.72%202%203%203.858%203s3.41-1.28%203.858-3H29a1%201%200%200%200%201-1v-7c0-.14-.03-.272-.081-.394M9%2028c-1.102%200-2-.897-2-2s.898-2%202-2s2%20.898%202%202s-.897%202-2%202m14-15h2.34l2.144%205H23zm0%2015c-1.103%200-2-.897-2-2s.897-2%202-2s2%20.898%202%202s-.897%202-2%202m5-3h-1.142c-.447-1.72-2-3-3.858-3v-2h5zM4.833%2011.753l-1.49%201.49l1.414%201.414l1.49-1.49A5%205%200%200%200%208%2013.899V16h2v-2.1a5%205%200%200%200%201.753-.732l1.49%201.49l1.414-1.414l-1.49-1.49A5%205%200%200%200%2013.899%2010H16V8h-2.101a5%205%200%200%200-.732-1.753l1.49-1.49l-1.414-1.414l-1.49%201.49A5%205%200%200%200%2010%204.101V2H8v2.101a5%205%200%200%200-1.753.732l-1.49-1.49l-1.414%201.414l1.49%201.49A5%205%200%200%200%204.101%208H2v2h2.101c.129.626.378%201.221.732%201.753M9%206a3%203%200%201%201%200%206a3%203%200%200%201%200-6%22%2F%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m29.919%2018.606l-3-7A1%201%200%200%200%2026%2011h-3V9a1%201%200%200%200-1-1h-3v2h2v12.556A4%204%200%200%200%2019.142%2025h-6.284c-.447-1.72-2-3-3.858-3s-3.41%201.28-3.858%203H4v-8H2v9a1%201%200%200%200%201%201h2.142c.447%201.72%202%203%203.858%203s3.41-1.28%203.858-3h6.284c.447%201.72%202%203%203.858%203s3.41-1.28%203.858-3H29a1%201%200%200%200%201-1v-7c0-.14-.03-.272-.081-.394M9%2028c-1.102%200-2-.897-2-2s.898-2%202-2s2%20.898%202%202s-.897%202-2%202m14-15h2.34l2.144%205H23zm0%2015c-1.103%200-2-.897-2-2s.897-2%202-2s2%20.898%202%202s-.897%202-2%202m5-3h-1.142c-.447-1.72-2-3-3.858-3v-2h5zM4.833%2011.753l-1.49%201.49l1.414%201.414l1.49-1.49A5%205%200%200%200%208%2013.899V16h2v-2.1a5%205%200%200%200%201.753-.732l1.49%201.49l1.414-1.414l-1.49-1.49A5%205%200%200%200%2013.899%2010H16V8h-2.101a5%205%200%200%200-.732-1.753l1.49-1.49l-1.414-1.414l-1.49%201.49A5%205%200%200%200%2010%204.101V2H8v2.101a5%205%200%200%200-1.753.732l-1.49-1.49l-1.414%201.414l1.49%201.49A5%205%200%200%200%204.101%208H2v2h2.101c.129.626.378%201.221.732%201.753M9%206a3%203%200%201%201%200%206a3%203%200%200%201%200-6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/delivery-settings.svg?color=%231a73e8&size=48