deskpro logo
deskpro from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- deskpro
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 480×512
- License
- CC BY 4.0
The same logo in other sets
Use the deskpro logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 480 512"><path fill="currentColor" d="m205.9 512l31.1-38.4c12.3-.2 25.6-1.4 36.5-6.6c38.9-18.6 38.4-61.9 38.3-63.8c-.1-5-.8-4.4-28.9-37.4H362c-.2 50.1-7.3 68.5-10.2 75.7c-9.4 23.7-43.9 62.8-95.2 69.4c-8.7 1.1-32.8 1.2-50.7 1.1m200.4-167.7c38.6 0 58.5-13.6 73.7-30.9l-175.5-.3l-17.4 31.3zm-43.6-223.9v168.3h-73.5l-32.7 55.5H250c-52.3 0-58.1-56.5-58.3-58.9c-1.2-13.2-21.3-11.6-20.1 1.8c1.4 15.8 8.8 40 26.4 57.1h-91c-25.5 0-110.8-26.8-107-114V16.9C0 .9 9.7.3 15 .1h82c.2 0 .3.1.5.1c4.3-.4 50.1-2.1 50.1 43.7c0 13.3 20.2 13.4 20.2 0c0-18.2-5.5-32.8-15.8-43.7h84.2c108.7-.4 126.5 79.4 126.5 120.2m-132.5 56l64 29.3c13.3-45.5-42.2-71.7-64-29.3"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsDeskpro(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="m205.9 512l31.1-38.4c12.3-.2 25.6-1.4 36.5-6.6c38.9-18.6 38.4-61.9 38.3-63.8c-.1-5-.8-4.4-28.9-37.4H362c-.2 50.1-7.3 68.5-10.2 75.7c-9.4 23.7-43.9 62.8-95.2 69.4c-8.7 1.1-32.8 1.2-50.7 1.1m200.4-167.7c38.6 0 58.5-13.6 73.7-30.9l-175.5-.3l-17.4 31.3zm-43.6-223.9v168.3h-73.5l-32.7 55.5H250c-52.3 0-58.1-56.5-58.3-58.9c-1.2-13.2-21.3-11.6-20.1 1.8c1.4 15.8 8.8 40 26.4 57.1h-91c-25.5 0-110.8-26.8-107-114V16.9C0 .9 9.7.3 15 .1h82c.2 0 .3.1.5.1c4.3-.4 50.1-2.1 50.1 43.7c0 13.3 20.2 13.4 20.2 0c0-18.2-5.5-32.8-15.8-43.7h84.2c108.7-.4 126.5 79.4 126.5 120.2m-132.5 56l64 29.3c13.3-45.5-42.2-71.7-64-29.3"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 480 512"><path fill="currentColor" d="m205.9 512l31.1-38.4c12.3-.2 25.6-1.4 36.5-6.6c38.9-18.6 38.4-61.9 38.3-63.8c-.1-5-.8-4.4-28.9-37.4H362c-.2 50.1-7.3 68.5-10.2 75.7c-9.4 23.7-43.9 62.8-95.2 69.4c-8.7 1.1-32.8 1.2-50.7 1.1m200.4-167.7c38.6 0 58.5-13.6 73.7-30.9l-175.5-.3l-17.4 31.3zm-43.6-223.9v168.3h-73.5l-32.7 55.5H250c-52.3 0-58.1-56.5-58.3-58.9c-1.2-13.2-21.3-11.6-20.1 1.8c1.4 15.8 8.8 40 26.4 57.1h-91c-25.5 0-110.8-26.8-107-114V16.9C0 .9 9.7.3 15 .1h82c.2 0 .3.1.5.1c4.3-.4 50.1-2.1 50.1 43.7c0 13.3 20.2 13.4 20.2 0c0-18.2-5.5-32.8-15.8-43.7h84.2c108.7-.4 126.5 79.4 126.5 120.2m-132.5 56l64 29.3c13.3-45.5-42.2-71.7-64-29.3"/></svg> </template>
CSS
.icon-deskpro {
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%22m205.9%20512l31.1-38.4c12.3-.2%2025.6-1.4%2036.5-6.6c38.9-18.6%2038.4-61.9%2038.3-63.8c-.1-5-.8-4.4-28.9-37.4H362c-.2%2050.1-7.3%2068.5-10.2%2075.7c-9.4%2023.7-43.9%2062.8-95.2%2069.4c-8.7%201.1-32.8%201.2-50.7%201.1m200.4-167.7c38.6%200%2058.5-13.6%2073.7-30.9l-175.5-.3l-17.4%2031.3zm-43.6-223.9v168.3h-73.5l-32.7%2055.5H250c-52.3%200-58.1-56.5-58.3-58.9c-1.2-13.2-21.3-11.6-20.1%201.8c1.4%2015.8%208.8%2040%2026.4%2057.1h-91c-25.5%200-110.8-26.8-107-114V16.9C0%20.9%209.7.3%2015%20.1h82c.2%200%20.3.1.5.1c4.3-.4%2050.1-2.1%2050.1%2043.7c0%2013.3%2020.2%2013.4%2020.2%200c0-18.2-5.5-32.8-15.8-43.7h84.2c108.7-.4%20126.5%2079.4%20126.5%20120.2m-132.5%2056l64%2029.3c13.3-45.5-42.2-71.7-64-29.3%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%22m205.9%20512l31.1-38.4c12.3-.2%2025.6-1.4%2036.5-6.6c38.9-18.6%2038.4-61.9%2038.3-63.8c-.1-5-.8-4.4-28.9-37.4H362c-.2%2050.1-7.3%2068.5-10.2%2075.7c-9.4%2023.7-43.9%2062.8-95.2%2069.4c-8.7%201.1-32.8%201.2-50.7%201.1m200.4-167.7c38.6%200%2058.5-13.6%2073.7-30.9l-175.5-.3l-17.4%2031.3zm-43.6-223.9v168.3h-73.5l-32.7%2055.5H250c-52.3%200-58.1-56.5-58.3-58.9c-1.2-13.2-21.3-11.6-20.1%201.8c1.4%2015.8%208.8%2040%2026.4%2057.1h-91c-25.5%200-110.8-26.8-107-114V16.9C0%20.9%209.7.3%2015%20.1h82c.2%200%20.3.1.5.1c4.3-.4%2050.1-2.1%2050.1%2043.7c0%2013.3%2020.2%2013.4%2020.2%200c0-18.2-5.5-32.8-15.8-43.7h84.2c108.7-.4%20126.5%2079.4%20126.5%20120.2m-132.5%2056l64%2029.3c13.3-45.5-42.2-71.7-64-29.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/deskpro.svg?color=%231a73e8&size=48