deployment unit icon
deployment-unit-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- deployment-unit-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- deployment-unit, deployment-unit-outline
Use the deployment unit icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M888.3 693.2c-42.5-24.6-94.3-18-129.2 12.8l-53-30.7V523.6c0-15.7-8.4-30.3-22-38.1l-136-78.3v-67.1c44.2-15 76-56.8 76-106.1c0-61.9-50.1-112-112-112s-112 50.1-112 112c0 49.3 31.8 91.1 76 106.1v67.1l-136 78.3c-13.6 7.8-22 22.4-22 38.1v151.6l-53 30.7c-34.9-30.8-86.8-37.4-129.2-12.8c-53.5 31-71.7 99.4-41 152.9c30.8 53.5 98.9 71.9 152.2 41c42.5-24.6 62.7-73 53.6-118.8l48.7-28.3l140.6 81c6.8 3.9 14.4 5.9 22 5.9s15.2-2 22-5.9L674.5 740l48.7 28.3c-9.1 45.7 11.2 94.2 53.6 118.8c53.3 30.9 121.5 12.6 152.2-41c30.8-53.6 12.6-122-40.7-152.9m-673 138.4a47.6 47.6 0 0 1-65.2-17.6c-13.2-22.9-5.4-52.3 17.5-65.5a47.6 47.6 0 0 1 65.2 17.6c13.2 22.9 5.4 52.3-17.5 65.5M464 234a48.01 48.01 0 0 1 96 0a48.01 48.01 0 0 1-96 0m170 446.2l-122 70.3l-122-70.3V539.8l122-70.3l122 70.3zm239.9 133.9c-13.2 22.9-42.4 30.8-65.2 17.6s-30.7-42.6-17.5-65.5s42.4-30.8 65.2-17.6c22.9 13.2 30.7 42.5 17.5 65.5"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignDeploymentUnitOutlined(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="M888.3 693.2c-42.5-24.6-94.3-18-129.2 12.8l-53-30.7V523.6c0-15.7-8.4-30.3-22-38.1l-136-78.3v-67.1c44.2-15 76-56.8 76-106.1c0-61.9-50.1-112-112-112s-112 50.1-112 112c0 49.3 31.8 91.1 76 106.1v67.1l-136 78.3c-13.6 7.8-22 22.4-22 38.1v151.6l-53 30.7c-34.9-30.8-86.8-37.4-129.2-12.8c-53.5 31-71.7 99.4-41 152.9c30.8 53.5 98.9 71.9 152.2 41c42.5-24.6 62.7-73 53.6-118.8l48.7-28.3l140.6 81c6.8 3.9 14.4 5.9 22 5.9s15.2-2 22-5.9L674.5 740l48.7 28.3c-9.1 45.7 11.2 94.2 53.6 118.8c53.3 30.9 121.5 12.6 152.2-41c30.8-53.6 12.6-122-40.7-152.9m-673 138.4a47.6 47.6 0 0 1-65.2-17.6c-13.2-22.9-5.4-52.3 17.5-65.5a47.6 47.6 0 0 1 65.2 17.6c13.2 22.9 5.4 52.3-17.5 65.5M464 234a48.01 48.01 0 0 1 96 0a48.01 48.01 0 0 1-96 0m170 446.2l-122 70.3l-122-70.3V539.8l122-70.3l122 70.3zm239.9 133.9c-13.2 22.9-42.4 30.8-65.2 17.6s-30.7-42.6-17.5-65.5s42.4-30.8 65.2-17.6c22.9 13.2 30.7 42.5 17.5 65.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M888.3 693.2c-42.5-24.6-94.3-18-129.2 12.8l-53-30.7V523.6c0-15.7-8.4-30.3-22-38.1l-136-78.3v-67.1c44.2-15 76-56.8 76-106.1c0-61.9-50.1-112-112-112s-112 50.1-112 112c0 49.3 31.8 91.1 76 106.1v67.1l-136 78.3c-13.6 7.8-22 22.4-22 38.1v151.6l-53 30.7c-34.9-30.8-86.8-37.4-129.2-12.8c-53.5 31-71.7 99.4-41 152.9c30.8 53.5 98.9 71.9 152.2 41c42.5-24.6 62.7-73 53.6-118.8l48.7-28.3l140.6 81c6.8 3.9 14.4 5.9 22 5.9s15.2-2 22-5.9L674.5 740l48.7 28.3c-9.1 45.7 11.2 94.2 53.6 118.8c53.3 30.9 121.5 12.6 152.2-41c30.8-53.6 12.6-122-40.7-152.9m-673 138.4a47.6 47.6 0 0 1-65.2-17.6c-13.2-22.9-5.4-52.3 17.5-65.5a47.6 47.6 0 0 1 65.2 17.6c13.2 22.9 5.4 52.3-17.5 65.5M464 234a48.01 48.01 0 0 1 96 0a48.01 48.01 0 0 1-96 0m170 446.2l-122 70.3l-122-70.3V539.8l122-70.3l122 70.3zm239.9 133.9c-13.2 22.9-42.4 30.8-65.2 17.6s-30.7-42.6-17.5-65.5s42.4-30.8 65.2-17.6c22.9 13.2 30.7 42.5 17.5 65.5"/></svg> </template>
CSS
.icon-deployment-unit-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%22M888.3%20693.2c-42.5-24.6-94.3-18-129.2%2012.8l-53-30.7V523.6c0-15.7-8.4-30.3-22-38.1l-136-78.3v-67.1c44.2-15%2076-56.8%2076-106.1c0-61.9-50.1-112-112-112s-112%2050.1-112%20112c0%2049.3%2031.8%2091.1%2076%20106.1v67.1l-136%2078.3c-13.6%207.8-22%2022.4-22%2038.1v151.6l-53%2030.7c-34.9-30.8-86.8-37.4-129.2-12.8c-53.5%2031-71.7%2099.4-41%20152.9c30.8%2053.5%2098.9%2071.9%20152.2%2041c42.5-24.6%2062.7-73%2053.6-118.8l48.7-28.3l140.6%2081c6.8%203.9%2014.4%205.9%2022%205.9s15.2-2%2022-5.9L674.5%20740l48.7%2028.3c-9.1%2045.7%2011.2%2094.2%2053.6%20118.8c53.3%2030.9%20121.5%2012.6%20152.2-41c30.8-53.6%2012.6-122-40.7-152.9m-673%20138.4a47.6%2047.6%200%200%201-65.2-17.6c-13.2-22.9-5.4-52.3%2017.5-65.5a47.6%2047.6%200%200%201%2065.2%2017.6c13.2%2022.9%205.4%2052.3-17.5%2065.5M464%20234a48.01%2048.01%200%200%201%2096%200a48.01%2048.01%200%200%201-96%200m170%20446.2l-122%2070.3l-122-70.3V539.8l122-70.3l122%2070.3zm239.9%20133.9c-13.2%2022.9-42.4%2030.8-65.2%2017.6s-30.7-42.6-17.5-65.5s42.4-30.8%2065.2-17.6c22.9%2013.2%2030.7%2042.5%2017.5%2065.5%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%22M888.3%20693.2c-42.5-24.6-94.3-18-129.2%2012.8l-53-30.7V523.6c0-15.7-8.4-30.3-22-38.1l-136-78.3v-67.1c44.2-15%2076-56.8%2076-106.1c0-61.9-50.1-112-112-112s-112%2050.1-112%20112c0%2049.3%2031.8%2091.1%2076%20106.1v67.1l-136%2078.3c-13.6%207.8-22%2022.4-22%2038.1v151.6l-53%2030.7c-34.9-30.8-86.8-37.4-129.2-12.8c-53.5%2031-71.7%2099.4-41%20152.9c30.8%2053.5%2098.9%2071.9%20152.2%2041c42.5-24.6%2062.7-73%2053.6-118.8l48.7-28.3l140.6%2081c6.8%203.9%2014.4%205.9%2022%205.9s15.2-2%2022-5.9L674.5%20740l48.7%2028.3c-9.1%2045.7%2011.2%2094.2%2053.6%20118.8c53.3%2030.9%20121.5%2012.6%20152.2-41c30.8-53.6%2012.6-122-40.7-152.9m-673%20138.4a47.6%2047.6%200%200%201-65.2-17.6c-13.2-22.9-5.4-52.3%2017.5-65.5a47.6%2047.6%200%200%201%2065.2%2017.6c13.2%2022.9%205.4%2052.3-17.5%2065.5M464%20234a48.01%2048.01%200%200%201%2096%200a48.01%2048.01%200%200%201-96%200m170%20446.2l-122%2070.3l-122-70.3V539.8l122-70.3l122%2070.3zm239.9%20133.9c-13.2%2022.9-42.4%2030.8-65.2%2017.6s-30.7-42.6-17.5-65.5s42.4-30.8%2065.2-17.6c22.9%2013.2%2030.7%2042.5%2017.5%2065.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/deployment-unit-outlined.svg?color=%231a73e8&size=48