delivered procedure icon
delivered-procedure-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- delivered-procedure-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- delivered-procedure
Use the delivered procedure icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m632 698.3l141.9-112c4.1-3.2 4.1-9.4 0-12.6L632 461.7c-5.3-4.2-13-.4-13 6.3v76H295c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h324v76c0 6.7 7.8 10.4 13 6.3m261.3-405L730.7 130.7c-7.5-7.5-16.7-13-26.7-16V112H144c-17.7 0-32 14.3-32 32v278c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V184h136v136c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V205.8l136 136V422c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-83.5c0-17-6.7-33.2-18.7-45.2M640 288H384V184h256zm264 436h-56c-4.4 0-8 3.6-8 8v108H184V732c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v148c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V732c0-4.4-3.6-8-8-8"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignDeliveredProcedureOutlined(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m632 698.3l141.9-112c4.1-3.2 4.1-9.4 0-12.6L632 461.7c-5.3-4.2-13-.4-13 6.3v76H295c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h324v76c0 6.7 7.8 10.4 13 6.3m261.3-405L730.7 130.7c-7.5-7.5-16.7-13-26.7-16V112H144c-17.7 0-32 14.3-32 32v278c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V184h136v136c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V205.8l136 136V422c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-83.5c0-17-6.7-33.2-18.7-45.2M640 288H384V184h256zm264 436h-56c-4.4 0-8 3.6-8 8v108H184V732c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v148c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V732c0-4.4-3.6-8-8-8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m632 698.3l141.9-112c4.1-3.2 4.1-9.4 0-12.6L632 461.7c-5.3-4.2-13-.4-13 6.3v76H295c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h324v76c0 6.7 7.8 10.4 13 6.3m261.3-405L730.7 130.7c-7.5-7.5-16.7-13-26.7-16V112H144c-17.7 0-32 14.3-32 32v278c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V184h136v136c0 17.7 14.3 32 32 32h320c17.7 0 32-14.3 32-32V205.8l136 136V422c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-83.5c0-17-6.7-33.2-18.7-45.2M640 288H384V184h256zm264 436h-56c-4.4 0-8 3.6-8 8v108H184V732c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v148c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V732c0-4.4-3.6-8-8-8"/></svg> </template>
CSS
.icon-delivered-procedure-outlined {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m632%20698.3l141.9-112c4.1-3.2%204.1-9.4%200-12.6L632%20461.7c-5.3-4.2-13-.4-13%206.3v76H295c-4.4%200-8%203.6-8%208v56c0%204.4%203.6%208%208%208h324v76c0%206.7%207.8%2010.4%2013%206.3m261.3-405L730.7%20130.7c-7.5-7.5-16.7-13-26.7-16V112H144c-17.7%200-32%2014.3-32%2032v278c0%204.4%203.6%208%208%208h56c4.4%200%208-3.6%208-8V184h136v136c0%2017.7%2014.3%2032%2032%2032h320c17.7%200%2032-14.3%2032-32V205.8l136%20136V422c0%204.4%203.6%208%208%208h56c4.4%200%208-3.6%208-8v-83.5c0-17-6.7-33.2-18.7-45.2M640%20288H384V184h256zm264%20436h-56c-4.4%200-8%203.6-8%208v108H184V732c0-4.4-3.6-8-8-8h-56c-4.4%200-8%203.6-8%208v148c0%2017.7%2014.3%2032%2032%2032h736c17.7%200%2032-14.3%2032-32V732c0-4.4-3.6-8-8-8%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m632%20698.3l141.9-112c4.1-3.2%204.1-9.4%200-12.6L632%20461.7c-5.3-4.2-13-.4-13%206.3v76H295c-4.4%200-8%203.6-8%208v56c0%204.4%203.6%208%208%208h324v76c0%206.7%207.8%2010.4%2013%206.3m261.3-405L730.7%20130.7c-7.5-7.5-16.7-13-26.7-16V112H144c-17.7%200-32%2014.3-32%2032v278c0%204.4%203.6%208%208%208h56c4.4%200%208-3.6%208-8V184h136v136c0%2017.7%2014.3%2032%2032%2032h320c17.7%200%2032-14.3%2032-32V205.8l136%20136V422c0%204.4%203.6%208%208%208h56c4.4%200%208-3.6%208-8v-83.5c0-17-6.7-33.2-18.7-45.2M640%20288H384V184h256zm264%20436h-56c-4.4%200-8%203.6-8%208v108H184V732c0-4.4-3.6-8-8-8h-56c-4.4%200-8%203.6-8%208v148c0%2017.7%2014.3%2032%2032%2032h736c17.7%200%2032-14.3%2032-32V732c0-4.4-3.6-8-8-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/delivered-procedure-outlined.svg?color=%231a73e8&size=48