dev logo
dev from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.
- Name
- dev
- Set
- Font Awesome Brands
- Style
- Brand
- Viewbox
- 640×640
- License
- CC BY 4.0
The same logo in other sets
Use the dev logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M216.1 272.3c-3.9-2.9-7.8-4.3-11.6-4.3h-17.4v104.5h17.4c3.9 0 7.8-1.4 11.6-4.3s5.8-7.3 5.8-13.1v-69.7c0-5.8-2-10.2-5.8-13.1M500.1 96H139.9c-24.2 0-43.8 19.6-43.9 43.8v360.4c.1 24.2 19.7 43.8 43.9 43.8h360.2c24.2 0 43.8-19.6 43.9-43.8V139.8c-.1-24.2-19.7-43.8-43.9-43.8M250.2 355.2c0 18.8-11.6 47.3-48.4 47.3h-46.4V237h47.4c35.4 0 47.4 28.5 47.4 47.3zm100.7-88.7h-53.3v38.4h32.6v29.6h-32.6v38.4h53.3v29.6h-62.2c-11.2.3-20.4-8.5-20.7-19.7V257.7c-.3-11.1 8.6-20.4 19.7-20.7h63.2zm103.6 115.3c-13.2 30.7-36.8 24.6-47.4 0L368.6 237h32.6l29.7 113.7L460.5 237h32.6l-38.5 144.8z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7BrandsDev(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="M216.1 272.3c-3.9-2.9-7.8-4.3-11.6-4.3h-17.4v104.5h17.4c3.9 0 7.8-1.4 11.6-4.3s5.8-7.3 5.8-13.1v-69.7c0-5.8-2-10.2-5.8-13.1M500.1 96H139.9c-24.2 0-43.8 19.6-43.9 43.8v360.4c.1 24.2 19.7 43.8 43.9 43.8h360.2c24.2 0 43.8-19.6 43.9-43.8V139.8c-.1-24.2-19.7-43.8-43.9-43.8M250.2 355.2c0 18.8-11.6 47.3-48.4 47.3h-46.4V237h47.4c35.4 0 47.4 28.5 47.4 47.3zm100.7-88.7h-53.3v38.4h32.6v29.6h-32.6v38.4h53.3v29.6h-62.2c-11.2.3-20.4-8.5-20.7-19.7V257.7c-.3-11.1 8.6-20.4 19.7-20.7h63.2zm103.6 115.3c-13.2 30.7-36.8 24.6-47.4 0L368.6 237h32.6l29.7 113.7L460.5 237h32.6l-38.5 144.8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M216.1 272.3c-3.9-2.9-7.8-4.3-11.6-4.3h-17.4v104.5h17.4c3.9 0 7.8-1.4 11.6-4.3s5.8-7.3 5.8-13.1v-69.7c0-5.8-2-10.2-5.8-13.1M500.1 96H139.9c-24.2 0-43.8 19.6-43.9 43.8v360.4c.1 24.2 19.7 43.8 43.9 43.8h360.2c24.2 0 43.8-19.6 43.9-43.8V139.8c-.1-24.2-19.7-43.8-43.9-43.8M250.2 355.2c0 18.8-11.6 47.3-48.4 47.3h-46.4V237h47.4c35.4 0 47.4 28.5 47.4 47.3zm100.7-88.7h-53.3v38.4h32.6v29.6h-32.6v38.4h53.3v29.6h-62.2c-11.2.3-20.4-8.5-20.7-19.7V257.7c-.3-11.1 8.6-20.4 19.7-20.7h63.2zm103.6 115.3c-13.2 30.7-36.8 24.6-47.4 0L368.6 237h32.6l29.7 113.7L460.5 237h32.6l-38.5 144.8z"/></svg> </template>
CSS
.icon-dev {
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%22M216.1%20272.3c-3.9-2.9-7.8-4.3-11.6-4.3h-17.4v104.5h17.4c3.9%200%207.8-1.4%2011.6-4.3s5.8-7.3%205.8-13.1v-69.7c0-5.8-2-10.2-5.8-13.1M500.1%2096H139.9c-24.2%200-43.8%2019.6-43.9%2043.8v360.4c.1%2024.2%2019.7%2043.8%2043.9%2043.8h360.2c24.2%200%2043.8-19.6%2043.9-43.8V139.8c-.1-24.2-19.7-43.8-43.9-43.8M250.2%20355.2c0%2018.8-11.6%2047.3-48.4%2047.3h-46.4V237h47.4c35.4%200%2047.4%2028.5%2047.4%2047.3zm100.7-88.7h-53.3v38.4h32.6v29.6h-32.6v38.4h53.3v29.6h-62.2c-11.2.3-20.4-8.5-20.7-19.7V257.7c-.3-11.1%208.6-20.4%2019.7-20.7h63.2zm103.6%20115.3c-13.2%2030.7-36.8%2024.6-47.4%200L368.6%20237h32.6l29.7%20113.7L460.5%20237h32.6l-38.5%20144.8z%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%22M216.1%20272.3c-3.9-2.9-7.8-4.3-11.6-4.3h-17.4v104.5h17.4c3.9%200%207.8-1.4%2011.6-4.3s5.8-7.3%205.8-13.1v-69.7c0-5.8-2-10.2-5.8-13.1M500.1%2096H139.9c-24.2%200-43.8%2019.6-43.9%2043.8v360.4c.1%2024.2%2019.7%2043.8%2043.9%2043.8h360.2c24.2%200%2043.8-19.6%2043.9-43.8V139.8c-.1-24.2-19.7-43.8-43.9-43.8M250.2%20355.2c0%2018.8-11.6%2047.3-48.4%2047.3h-46.4V237h47.4c35.4%200%2047.4%2028.5%2047.4%2047.3zm100.7-88.7h-53.3v38.4h32.6v29.6h-32.6v38.4h53.3v29.6h-62.2c-11.2.3-20.4-8.5-20.7-19.7V257.7c-.3-11.1%208.6-20.4%2019.7-20.7h63.2zm103.6%20115.3c-13.2%2030.7-36.8%2024.6-47.4%200L368.6%20237h32.6l29.7%20113.7L460.5%20237h32.6l-38.5%20144.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/dev.svg?color=%231a73e8&size=48