deploydog logo
deploydog from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.
- Name
- deploydog
- Set
- Font Awesome Brands
- Style
- Brand
- Viewbox
- 640×640
- License
- CC BY 4.0
The same logo in other sets
Use the deploydog logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M446.2 200h51.7v239.6h-51.7v-20.7c-19.8 24.8-52.8 24.1-73.8 14.7c-26.2-11.7-44.3-38.1-44.3-71.8c0-29.8 14.8-57.9 43.3-70.8c20.2-9.1 52.7-10.6 74.8 12.9zm-64.7 161.8c-.3 18.3 14.4 33.4 32.7 33.7s33.4-14.4 33.7-32.7s-14.4-33.4-32.7-33.7s-33.4 14.4-33.7 32.7M252.5 200h51.7v239.6h-51.7v-20.7c-19.8 24.8-52.8 24.1-73.8 14.7c-26.2-11.7-44.3-38.1-44.3-71.8c0-29.8 14.8-57.9 43.3-70.8c20.2-9.1 52.7-10.6 74.8 12.9zm-64.7 161.8c-.3 18.3 14.4 33.4 32.7 33.7s33.4-14.4 33.7-32.7s-14.4-33.4-32.7-33.7s-33.4 14.4-33.7 32.7M512 160c17.5 0 32 14.4 32 32v256c0 17.5-14.4 32-32 32H128c-17.5 0-32-14.4-32-32V192c0-17.5 14.4-32 32-32zm0-32H128c-35.2 0-64 28.8-64 64v256c0 35.2 28.8 64 64 64h384c35.2 0 64-28.8 64-64V192c0-35.2-28.8-64-64-64"/></svg>
React
import type { SVGProps } from "react";
export function Fa7BrandsDeploydog(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M446.2 200h51.7v239.6h-51.7v-20.7c-19.8 24.8-52.8 24.1-73.8 14.7c-26.2-11.7-44.3-38.1-44.3-71.8c0-29.8 14.8-57.9 43.3-70.8c20.2-9.1 52.7-10.6 74.8 12.9zm-64.7 161.8c-.3 18.3 14.4 33.4 32.7 33.7s33.4-14.4 33.7-32.7s-14.4-33.4-32.7-33.7s-33.4 14.4-33.7 32.7M252.5 200h51.7v239.6h-51.7v-20.7c-19.8 24.8-52.8 24.1-73.8 14.7c-26.2-11.7-44.3-38.1-44.3-71.8c0-29.8 14.8-57.9 43.3-70.8c20.2-9.1 52.7-10.6 74.8 12.9zm-64.7 161.8c-.3 18.3 14.4 33.4 32.7 33.7s33.4-14.4 33.7-32.7s-14.4-33.4-32.7-33.7s-33.4 14.4-33.7 32.7M512 160c17.5 0 32 14.4 32 32v256c0 17.5-14.4 32-32 32H128c-17.5 0-32-14.4-32-32V192c0-17.5 14.4-32 32-32zm0-32H128c-35.2 0-64 28.8-64 64v256c0 35.2 28.8 64 64 64h384c35.2 0 64-28.8 64-64V192c0-35.2-28.8-64-64-64"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M446.2 200h51.7v239.6h-51.7v-20.7c-19.8 24.8-52.8 24.1-73.8 14.7c-26.2-11.7-44.3-38.1-44.3-71.8c0-29.8 14.8-57.9 43.3-70.8c20.2-9.1 52.7-10.6 74.8 12.9zm-64.7 161.8c-.3 18.3 14.4 33.4 32.7 33.7s33.4-14.4 33.7-32.7s-14.4-33.4-32.7-33.7s-33.4 14.4-33.7 32.7M252.5 200h51.7v239.6h-51.7v-20.7c-19.8 24.8-52.8 24.1-73.8 14.7c-26.2-11.7-44.3-38.1-44.3-71.8c0-29.8 14.8-57.9 43.3-70.8c20.2-9.1 52.7-10.6 74.8 12.9zm-64.7 161.8c-.3 18.3 14.4 33.4 32.7 33.7s33.4-14.4 33.7-32.7s-14.4-33.4-32.7-33.7s-33.4 14.4-33.7 32.7M512 160c17.5 0 32 14.4 32 32v256c0 17.5-14.4 32-32 32H128c-17.5 0-32-14.4-32-32V192c0-17.5 14.4-32 32-32zm0-32H128c-35.2 0-64 28.8-64 64v256c0 35.2 28.8 64 64 64h384c35.2 0 64-28.8 64-64V192c0-35.2-28.8-64-64-64"/></svg> </template>
CSS
.icon-deploydog {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M446.2%20200h51.7v239.6h-51.7v-20.7c-19.8%2024.8-52.8%2024.1-73.8%2014.7c-26.2-11.7-44.3-38.1-44.3-71.8c0-29.8%2014.8-57.9%2043.3-70.8c20.2-9.1%2052.7-10.6%2074.8%2012.9zm-64.7%20161.8c-.3%2018.3%2014.4%2033.4%2032.7%2033.7s33.4-14.4%2033.7-32.7s-14.4-33.4-32.7-33.7s-33.4%2014.4-33.7%2032.7M252.5%20200h51.7v239.6h-51.7v-20.7c-19.8%2024.8-52.8%2024.1-73.8%2014.7c-26.2-11.7-44.3-38.1-44.3-71.8c0-29.8%2014.8-57.9%2043.3-70.8c20.2-9.1%2052.7-10.6%2074.8%2012.9zm-64.7%20161.8c-.3%2018.3%2014.4%2033.4%2032.7%2033.7s33.4-14.4%2033.7-32.7s-14.4-33.4-32.7-33.7s-33.4%2014.4-33.7%2032.7M512%20160c17.5%200%2032%2014.4%2032%2032v256c0%2017.5-14.4%2032-32%2032H128c-17.5%200-32-14.4-32-32V192c0-17.5%2014.4-32%2032-32zm0-32H128c-35.2%200-64%2028.8-64%2064v256c0%2035.2%2028.8%2064%2064%2064h384c35.2%200%2064-28.8%2064-64V192c0-35.2-28.8-64-64-64%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M446.2%20200h51.7v239.6h-51.7v-20.7c-19.8%2024.8-52.8%2024.1-73.8%2014.7c-26.2-11.7-44.3-38.1-44.3-71.8c0-29.8%2014.8-57.9%2043.3-70.8c20.2-9.1%2052.7-10.6%2074.8%2012.9zm-64.7%20161.8c-.3%2018.3%2014.4%2033.4%2032.7%2033.7s33.4-14.4%2033.7-32.7s-14.4-33.4-32.7-33.7s-33.4%2014.4-33.7%2032.7M252.5%20200h51.7v239.6h-51.7v-20.7c-19.8%2024.8-52.8%2024.1-73.8%2014.7c-26.2-11.7-44.3-38.1-44.3-71.8c0-29.8%2014.8-57.9%2043.3-70.8c20.2-9.1%2052.7-10.6%2074.8%2012.9zm-64.7%20161.8c-.3%2018.3%2014.4%2033.4%2032.7%2033.7s33.4-14.4%2033.7-32.7s-14.4-33.4-32.7-33.7s-33.4%2014.4-33.7%2032.7M512%20160c17.5%200%2032%2014.4%2032%2032v256c0%2017.5-14.4%2032-32%2032H128c-17.5%200-32-14.4-32-32V192c0-17.5%2014.4-32%2032-32zm0-32H128c-35.2%200-64%2028.8-64%2064v256c0%2035.2%2028.8%2064%2064%2064h384c35.2%200%2064-28.8%2064-64V192c0-35.2-28.8-64-64-64%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/deploydog.svg?color=%231a73e8&size=48