carry out icon
carry-out-twotone from Ant Design Icons by HeskeyBaozi · TwoTone · MIT Free for personal and commercial use.
- Name
- carry-out-twotone
- Set
- Ant Design Icons
- Style
- TwoTone
- Viewbox
- 1024×1024
- License
- MIT
2 other variants in Ant Design Icons
Use the carry out icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32m-40 656H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128z"/><path fill="currentColor" fill-opacity=".15" d="M712 304c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H384v48c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H184v584h656V256H712zm-17.5 128.8L481.9 725.5a16.1 16.1 0 0 1-26 0l-126.4-174c-3.8-5.3 0-12.7 6.5-12.7h55.2c5.2 0 10 2.5 13 6.6l64.7 89l150.9-207.8c3-4.1 7.9-6.6 13-6.6H688c6.5 0 10.3 7.4 6.5 12.8"/><path fill="currentColor" d="M688 420h-55.2c-5.1 0-10 2.5-13 6.6L468.9 634.4l-64.7-89c-3-4.1-7.8-6.6-13-6.6H336c-6.5 0-10.3 7.4-6.5 12.7l126.4 174a16.1 16.1 0 0 0 26 0l212.6-292.7c3.8-5.4 0-12.8-6.5-12.8"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignCarryOutTwotone(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="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32m-40 656H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128z"/><path fill="currentColor" fillOpacity=".15" d="M712 304c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H384v48c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H184v584h656V256H712zm-17.5 128.8L481.9 725.5a16.1 16.1 0 0 1-26 0l-126.4-174c-3.8-5.3 0-12.7 6.5-12.7h55.2c5.2 0 10 2.5 13 6.6l64.7 89l150.9-207.8c3-4.1 7.9-6.6 13-6.6H688c6.5 0 10.3 7.4 6.5 12.8"/><path fill="currentColor" d="M688 420h-55.2c-5.1 0-10 2.5-13 6.6L468.9 634.4l-64.7-89c-3-4.1-7.8-6.6-13-6.6H336c-6.5 0-10.3 7.4-6.5 12.7l126.4 174a16.1 16.1 0 0 0 26 0l212.6-292.7c3.8-5.4 0-12.8-6.5-12.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="M880 184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v64H144c-17.7 0-32 14.3-32 32v664c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V216c0-17.7-14.3-32-32-32m-40 656H184V256h128v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h256v48c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-48h128z"/><path fill="currentColor" fill-opacity=".15" d="M712 304c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H384v48c0 4.4-3.6 8-8 8h-56c-4.4 0-8-3.6-8-8v-48H184v584h656V256H712zm-17.5 128.8L481.9 725.5a16.1 16.1 0 0 1-26 0l-126.4-174c-3.8-5.3 0-12.7 6.5-12.7h55.2c5.2 0 10 2.5 13 6.6l64.7 89l150.9-207.8c3-4.1 7.9-6.6 13-6.6H688c6.5 0 10.3 7.4 6.5 12.8"/><path fill="currentColor" d="M688 420h-55.2c-5.1 0-10 2.5-13 6.6L468.9 634.4l-64.7-89c-3-4.1-7.8-6.6-13-6.6H336c-6.5 0-10.3 7.4-6.5 12.7l126.4 174a16.1 16.1 0 0 0 26 0l212.6-292.7c3.8-5.4 0-12.8-6.5-12.8"/></svg> </template>
CSS
.icon-carry-out-twotone {
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%22M880%20184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4%200-8%203.6-8%208v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4%200-8%203.6-8%208v64H144c-17.7%200-32%2014.3-32%2032v664c0%2017.7%2014.3%2032%2032%2032h736c17.7%200%2032-14.3%2032-32V216c0-17.7-14.3-32-32-32m-40%20656H184V256h128v48c0%204.4%203.6%208%208%208h56c4.4%200%208-3.6%208-8v-48h256v48c0%204.4%203.6%208%208%208h56c4.4%200%208-3.6%208-8v-48h128z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M712%20304c0%204.4-3.6%208-8%208h-56c-4.4%200-8-3.6-8-8v-48H384v48c0%204.4-3.6%208-8%208h-56c-4.4%200-8-3.6-8-8v-48H184v584h656V256H712zm-17.5%20128.8L481.9%20725.5a16.1%2016.1%200%200%201-26%200l-126.4-174c-3.8-5.3%200-12.7%206.5-12.7h55.2c5.2%200%2010%202.5%2013%206.6l64.7%2089l150.9-207.8c3-4.1%207.9-6.6%2013-6.6H688c6.5%200%2010.3%207.4%206.5%2012.8%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M688%20420h-55.2c-5.1%200-10%202.5-13%206.6L468.9%20634.4l-64.7-89c-3-4.1-7.8-6.6-13-6.6H336c-6.5%200-10.3%207.4-6.5%2012.7l126.4%20174a16.1%2016.1%200%200%200%2026%200l212.6-292.7c3.8-5.4%200-12.8-6.5-12.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%22M880%20184H712v-64c0-4.4-3.6-8-8-8h-56c-4.4%200-8%203.6-8%208v64H384v-64c0-4.4-3.6-8-8-8h-56c-4.4%200-8%203.6-8%208v64H144c-17.7%200-32%2014.3-32%2032v664c0%2017.7%2014.3%2032%2032%2032h736c17.7%200%2032-14.3%2032-32V216c0-17.7-14.3-32-32-32m-40%20656H184V256h128v48c0%204.4%203.6%208%208%208h56c4.4%200%208-3.6%208-8v-48h256v48c0%204.4%203.6%208%208%208h56c4.4%200%208-3.6%208-8v-48h128z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22M712%20304c0%204.4-3.6%208-8%208h-56c-4.4%200-8-3.6-8-8v-48H384v48c0%204.4-3.6%208-8%208h-56c-4.4%200-8-3.6-8-8v-48H184v584h656V256H712zm-17.5%20128.8L481.9%20725.5a16.1%2016.1%200%200%201-26%200l-126.4-174c-3.8-5.3%200-12.7%206.5-12.7h55.2c5.2%200%2010%202.5%2013%206.6l64.7%2089l150.9-207.8c3-4.1%207.9-6.6%2013-6.6H688c6.5%200%2010.3%207.4%206.5%2012.8%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M688%20420h-55.2c-5.1%200-10%202.5-13%206.6L468.9%20634.4l-64.7-89c-3-4.1-7.8-6.6-13-6.6H336c-6.5%200-10.3%207.4-6.5%2012.7l126.4%20174a16.1%2016.1%200%200%200%2026%200l212.6-292.7c3.8-5.4%200-12.8-6.5-12.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/carry-out-twotone.svg?color=%231a73e8&size=48