draft2digital logo
draft2digital from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- draft2digital
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 480×512
- License
- CC BY 4.0
The same logo in other sets
Use the draft2digital logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 480 512"><path fill="currentColor" d="m480 398.1l-144-82.2v64.7h-91.3c30.8-35 81.8-95.9 111.8-149.3c35.2-62.6 16.1-123.4-12.8-153.3c-4.4-4.6-62.2-62.9-166-41.2c-59.1 12.4-89.4 43.4-104.3 67.3c-13.1 20.9-17 39.8-18.2 47.7c-5.5 33 19.4 67.1 56.7 67.1c31.7 0 57.3-25.7 57.3-57.4c0-27.1-19.7-52.1-48-56.8c1.8-7.3 17.7-21.1 26.3-24.7c41.1-17.3 78 5.2 83.3 33.5c8.3 44.3-37.1 90.4-69.7 127.6C84.5 328.1 18.3 396.8 0 415.9l336-.1V480zM369.9 371l47.1 27.2l-47.1 27.2zM134.2 161.4c0 12.4-10 22.4-22.4 22.4s-22.4-10-22.4-22.4s10-22.4 22.4-22.4s22.4 10.1 22.4 22.4M82.5 380.5c25.6-27.4 97.7-104.7 150.8-169.9c35.1-43.1 40.3-82.4 28.4-112.7c-7.4-18.8-17.5-30.2-24.3-35.7c45.3 2.1 68 23.4 82.2 38.3c0 0 42.4 48.2 5.8 113.3c-37 65.9-110.9 147.5-128.5 166.7z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsDraft2digital(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 480 512"><path fill="currentColor" d="m480 398.1l-144-82.2v64.7h-91.3c30.8-35 81.8-95.9 111.8-149.3c35.2-62.6 16.1-123.4-12.8-153.3c-4.4-4.6-62.2-62.9-166-41.2c-59.1 12.4-89.4 43.4-104.3 67.3c-13.1 20.9-17 39.8-18.2 47.7c-5.5 33 19.4 67.1 56.7 67.1c31.7 0 57.3-25.7 57.3-57.4c0-27.1-19.7-52.1-48-56.8c1.8-7.3 17.7-21.1 26.3-24.7c41.1-17.3 78 5.2 83.3 33.5c8.3 44.3-37.1 90.4-69.7 127.6C84.5 328.1 18.3 396.8 0 415.9l336-.1V480zM369.9 371l47.1 27.2l-47.1 27.2zM134.2 161.4c0 12.4-10 22.4-22.4 22.4s-22.4-10-22.4-22.4s10-22.4 22.4-22.4s22.4 10.1 22.4 22.4M82.5 380.5c25.6-27.4 97.7-104.7 150.8-169.9c35.1-43.1 40.3-82.4 28.4-112.7c-7.4-18.8-17.5-30.2-24.3-35.7c45.3 2.1 68 23.4 82.2 38.3c0 0 42.4 48.2 5.8 113.3c-37 65.9-110.9 147.5-128.5 166.7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 480 512"><path fill="currentColor" d="m480 398.1l-144-82.2v64.7h-91.3c30.8-35 81.8-95.9 111.8-149.3c35.2-62.6 16.1-123.4-12.8-153.3c-4.4-4.6-62.2-62.9-166-41.2c-59.1 12.4-89.4 43.4-104.3 67.3c-13.1 20.9-17 39.8-18.2 47.7c-5.5 33 19.4 67.1 56.7 67.1c31.7 0 57.3-25.7 57.3-57.4c0-27.1-19.7-52.1-48-56.8c1.8-7.3 17.7-21.1 26.3-24.7c41.1-17.3 78 5.2 83.3 33.5c8.3 44.3-37.1 90.4-69.7 127.6C84.5 328.1 18.3 396.8 0 415.9l336-.1V480zM369.9 371l47.1 27.2l-47.1 27.2zM134.2 161.4c0 12.4-10 22.4-22.4 22.4s-22.4-10-22.4-22.4s10-22.4 22.4-22.4s22.4 10.1 22.4 22.4M82.5 380.5c25.6-27.4 97.7-104.7 150.8-169.9c35.1-43.1 40.3-82.4 28.4-112.7c-7.4-18.8-17.5-30.2-24.3-35.7c45.3 2.1 68 23.4 82.2 38.3c0 0 42.4 48.2 5.8 113.3c-37 65.9-110.9 147.5-128.5 166.7z"/></svg> </template>
CSS
.icon-draft2digital {
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%20480%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m480%20398.1l-144-82.2v64.7h-91.3c30.8-35%2081.8-95.9%20111.8-149.3c35.2-62.6%2016.1-123.4-12.8-153.3c-4.4-4.6-62.2-62.9-166-41.2c-59.1%2012.4-89.4%2043.4-104.3%2067.3c-13.1%2020.9-17%2039.8-18.2%2047.7c-5.5%2033%2019.4%2067.1%2056.7%2067.1c31.7%200%2057.3-25.7%2057.3-57.4c0-27.1-19.7-52.1-48-56.8c1.8-7.3%2017.7-21.1%2026.3-24.7c41.1-17.3%2078%205.2%2083.3%2033.5c8.3%2044.3-37.1%2090.4-69.7%20127.6C84.5%20328.1%2018.3%20396.8%200%20415.9l336-.1V480zM369.9%20371l47.1%2027.2l-47.1%2027.2zM134.2%20161.4c0%2012.4-10%2022.4-22.4%2022.4s-22.4-10-22.4-22.4s10-22.4%2022.4-22.4s22.4%2010.1%2022.4%2022.4M82.5%20380.5c25.6-27.4%2097.7-104.7%20150.8-169.9c35.1-43.1%2040.3-82.4%2028.4-112.7c-7.4-18.8-17.5-30.2-24.3-35.7c45.3%202.1%2068%2023.4%2082.2%2038.3c0%200%2042.4%2048.2%205.8%20113.3c-37%2065.9-110.9%20147.5-128.5%20166.7z%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%20480%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m480%20398.1l-144-82.2v64.7h-91.3c30.8-35%2081.8-95.9%20111.8-149.3c35.2-62.6%2016.1-123.4-12.8-153.3c-4.4-4.6-62.2-62.9-166-41.2c-59.1%2012.4-89.4%2043.4-104.3%2067.3c-13.1%2020.9-17%2039.8-18.2%2047.7c-5.5%2033%2019.4%2067.1%2056.7%2067.1c31.7%200%2057.3-25.7%2057.3-57.4c0-27.1-19.7-52.1-48-56.8c1.8-7.3%2017.7-21.1%2026.3-24.7c41.1-17.3%2078%205.2%2083.3%2033.5c8.3%2044.3-37.1%2090.4-69.7%20127.6C84.5%20328.1%2018.3%20396.8%200%20415.9l336-.1V480zM369.9%20371l47.1%2027.2l-47.1%2027.2zM134.2%20161.4c0%2012.4-10%2022.4-22.4%2022.4s-22.4-10-22.4-22.4s10-22.4%2022.4-22.4s22.4%2010.1%2022.4%2022.4M82.5%20380.5c25.6-27.4%2097.7-104.7%20150.8-169.9c35.1-43.1%2040.3-82.4%2028.4-112.7c-7.4-18.8-17.5-30.2-24.3-35.7c45.3%202.1%2068%2023.4%2082.2%2038.3c0%200%2042.4%2048.2%205.8%20113.3c-37%2065.9-110.9%20147.5-128.5%20166.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/draft2digital.svg?color=%231a73e8&size=48