desk logo
desk from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- desk
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×106
- License
- CC0
The same logo in other sets
Use the desk logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 106"><path d="M246.526 38.556l-18.432-3.693L207.5 58.199V0l-17.345 6.952V79.32c-2.237-10.963-13.178-13.949-22.214-16.408c-6.623-1.802-12.343-3.36-12.102-7.902c.239-4.455 4.657-6.217 8.928-5.99c5.047.272 9.145 2.358 12.198 6.209l12.749-11.35c-6.915-7.724-18.135-9.44-24.293-9.77c-14.171-.758-28.846 5.52-29.687 21.261a27.19 27.19 0 0 0-.036 1.457c-5.066-12.912-17.611-22.055-32.297-22.055c-16.807 0-30.81 11.974-34 27.87V.02l-17.346 6.95v32.466a34.474 34.474 0 0 0-17.356-4.664C15.535 34.77 0 50.33 0 69.528c0 19.196 15.535 34.757 34.699 34.757c17.512 0 31.985-13 34.35-29.889c2.365 16.89 16.839 29.889 34.352 29.889c13.185 0 24.65-7.366 30.522-18.215l-18.777-3.762a17.253 17.253 0 0 1-11.742 4.598c-7.111 0-13.22-4.289-15.9-10.425h49.899a34.957 34.957 0 0 0 .502-10.63c3.975 6.901 12.61 9.242 19.954 11.232c6.884 1.865 12.83 3.476 12.562 8.456c-.189 3.59-4.209 5.524-10.747 5.172c-6.063-.323-10.784-2.883-14.796-8.033l-12.726 12.71c7.469 8.042 19.361 9.832 25.866 10.182c6.958.373 28.88.096 32.137-17.414v16.138H207.5V73.906l26.811 30.38H256l-33.738-38.233l24.264-27.497zM42.602 84.998a17.255 17.255 0 0 1-7.9 1.908c-9.581 0-17.349-7.78-17.349-17.378c0-9.597 7.768-17.378 17.348-17.378c9.58 0 17.347 7.78 17.347 17.378c0 3.818-1.232 7.348-3.316 10.216c.311 2.068 1.46 4.368 4.506 6.402c1.473.984-4.296 2.557-10.636-1.148zm44.903-22.422c2.677-6.137 8.788-10.426 15.899-10.426c7.112 0 13.223 4.29 15.9 10.426h-31.8z" fill="#239EDA"/></svg>
React
import type { SVGProps } from "react";
export function LogosDesk(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 106"><path d="M246.526 38.556l-18.432-3.693L207.5 58.199V0l-17.345 6.952V79.32c-2.237-10.963-13.178-13.949-22.214-16.408c-6.623-1.802-12.343-3.36-12.102-7.902c.239-4.455 4.657-6.217 8.928-5.99c5.047.272 9.145 2.358 12.198 6.209l12.749-11.35c-6.915-7.724-18.135-9.44-24.293-9.77c-14.171-.758-28.846 5.52-29.687 21.261a27.19 27.19 0 0 0-.036 1.457c-5.066-12.912-17.611-22.055-32.297-22.055c-16.807 0-30.81 11.974-34 27.87V.02l-17.346 6.95v32.466a34.474 34.474 0 0 0-17.356-4.664C15.535 34.77 0 50.33 0 69.528c0 19.196 15.535 34.757 34.699 34.757c17.512 0 31.985-13 34.35-29.889c2.365 16.89 16.839 29.889 34.352 29.889c13.185 0 24.65-7.366 30.522-18.215l-18.777-3.762a17.253 17.253 0 0 1-11.742 4.598c-7.111 0-13.22-4.289-15.9-10.425h49.899a34.957 34.957 0 0 0 .502-10.63c3.975 6.901 12.61 9.242 19.954 11.232c6.884 1.865 12.83 3.476 12.562 8.456c-.189 3.59-4.209 5.524-10.747 5.172c-6.063-.323-10.784-2.883-14.796-8.033l-12.726 12.71c7.469 8.042 19.361 9.832 25.866 10.182c6.958.373 28.88.096 32.137-17.414v16.138H207.5V73.906l26.811 30.38H256l-33.738-38.233l24.264-27.497zM42.602 84.998a17.255 17.255 0 0 1-7.9 1.908c-9.581 0-17.349-7.78-17.349-17.378c0-9.597 7.768-17.378 17.348-17.378c9.58 0 17.347 7.78 17.347 17.378c0 3.818-1.232 7.348-3.316 10.216c.311 2.068 1.46 4.368 4.506 6.402c1.473.984-4.296 2.557-10.636-1.148zm44.903-22.422c2.677-6.137 8.788-10.426 15.899-10.426c7.112 0 13.223 4.29 15.9 10.426h-31.8z" fill="#239EDA"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 106"><path d="M246.526 38.556l-18.432-3.693L207.5 58.199V0l-17.345 6.952V79.32c-2.237-10.963-13.178-13.949-22.214-16.408c-6.623-1.802-12.343-3.36-12.102-7.902c.239-4.455 4.657-6.217 8.928-5.99c5.047.272 9.145 2.358 12.198 6.209l12.749-11.35c-6.915-7.724-18.135-9.44-24.293-9.77c-14.171-.758-28.846 5.52-29.687 21.261a27.19 27.19 0 0 0-.036 1.457c-5.066-12.912-17.611-22.055-32.297-22.055c-16.807 0-30.81 11.974-34 27.87V.02l-17.346 6.95v32.466a34.474 34.474 0 0 0-17.356-4.664C15.535 34.77 0 50.33 0 69.528c0 19.196 15.535 34.757 34.699 34.757c17.512 0 31.985-13 34.35-29.889c2.365 16.89 16.839 29.889 34.352 29.889c13.185 0 24.65-7.366 30.522-18.215l-18.777-3.762a17.253 17.253 0 0 1-11.742 4.598c-7.111 0-13.22-4.289-15.9-10.425h49.899a34.957 34.957 0 0 0 .502-10.63c3.975 6.901 12.61 9.242 19.954 11.232c6.884 1.865 12.83 3.476 12.562 8.456c-.189 3.59-4.209 5.524-10.747 5.172c-6.063-.323-10.784-2.883-14.796-8.033l-12.726 12.71c7.469 8.042 19.361 9.832 25.866 10.182c6.958.373 28.88.096 32.137-17.414v16.138H207.5V73.906l26.811 30.38H256l-33.738-38.233l24.264-27.497zM42.602 84.998a17.255 17.255 0 0 1-7.9 1.908c-9.581 0-17.349-7.78-17.349-17.378c0-9.597 7.768-17.378 17.348-17.378c9.58 0 17.347 7.78 17.347 17.378c0 3.818-1.232 7.348-3.316 10.216c.311 2.068 1.46 4.368 4.506 6.402c1.473.984-4.296 2.557-10.636-1.148zm44.903-22.422c2.677-6.137 8.788-10.426 15.899-10.426c7.112 0 13.223 4.29 15.9 10.426h-31.8z" fill="#239EDA"/></svg> </template>
CSS
.icon-desk {
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%20256%20106%22%3E%3Cpath%20d%3D%22M246.526%2038.556l-18.432-3.693L207.5%2058.199V0l-17.345%206.952V79.32c-2.237-10.963-13.178-13.949-22.214-16.408c-6.623-1.802-12.343-3.36-12.102-7.902c.239-4.455%204.657-6.217%208.928-5.99c5.047.272%209.145%202.358%2012.198%206.209l12.749-11.35c-6.915-7.724-18.135-9.44-24.293-9.77c-14.171-.758-28.846%205.52-29.687%2021.261a27.19%2027.19%200%200%200-.036%201.457c-5.066-12.912-17.611-22.055-32.297-22.055c-16.807%200-30.81%2011.974-34%2027.87V.02l-17.346%206.95v32.466a34.474%2034.474%200%200%200-17.356-4.664C15.535%2034.77%200%2050.33%200%2069.528c0%2019.196%2015.535%2034.757%2034.699%2034.757c17.512%200%2031.985-13%2034.35-29.889c2.365%2016.89%2016.839%2029.889%2034.352%2029.889c13.185%200%2024.65-7.366%2030.522-18.215l-18.777-3.762a17.253%2017.253%200%200%201-11.742%204.598c-7.111%200-13.22-4.289-15.9-10.425h49.899a34.957%2034.957%200%200%200%20.502-10.63c3.975%206.901%2012.61%209.242%2019.954%2011.232c6.884%201.865%2012.83%203.476%2012.562%208.456c-.189%203.59-4.209%205.524-10.747%205.172c-6.063-.323-10.784-2.883-14.796-8.033l-12.726%2012.71c7.469%208.042%2019.361%209.832%2025.866%2010.182c6.958.373%2028.88.096%2032.137-17.414v16.138H207.5V73.906l26.811%2030.38H256l-33.738-38.233l24.264-27.497zM42.602%2084.998a17.255%2017.255%200%200%201-7.9%201.908c-9.581%200-17.349-7.78-17.349-17.378c0-9.597%207.768-17.378%2017.348-17.378c9.58%200%2017.347%207.78%2017.347%2017.378c0%203.818-1.232%207.348-3.316%2010.216c.311%202.068%201.46%204.368%204.506%206.402c1.473.984-4.296%202.557-10.636-1.148zm44.903-22.422c2.677-6.137%208.788-10.426%2015.899-10.426c7.112%200%2013.223%204.29%2015.9%2010.426h-31.8z%22%20fill%3D%22%23239EDA%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%20256%20106%22%3E%3Cpath%20d%3D%22M246.526%2038.556l-18.432-3.693L207.5%2058.199V0l-17.345%206.952V79.32c-2.237-10.963-13.178-13.949-22.214-16.408c-6.623-1.802-12.343-3.36-12.102-7.902c.239-4.455%204.657-6.217%208.928-5.99c5.047.272%209.145%202.358%2012.198%206.209l12.749-11.35c-6.915-7.724-18.135-9.44-24.293-9.77c-14.171-.758-28.846%205.52-29.687%2021.261a27.19%2027.19%200%200%200-.036%201.457c-5.066-12.912-17.611-22.055-32.297-22.055c-16.807%200-30.81%2011.974-34%2027.87V.02l-17.346%206.95v32.466a34.474%2034.474%200%200%200-17.356-4.664C15.535%2034.77%200%2050.33%200%2069.528c0%2019.196%2015.535%2034.757%2034.699%2034.757c17.512%200%2031.985-13%2034.35-29.889c2.365%2016.89%2016.839%2029.889%2034.352%2029.889c13.185%200%2024.65-7.366%2030.522-18.215l-18.777-3.762a17.253%2017.253%200%200%201-11.742%204.598c-7.111%200-13.22-4.289-15.9-10.425h49.899a34.957%2034.957%200%200%200%20.502-10.63c3.975%206.901%2012.61%209.242%2019.954%2011.232c6.884%201.865%2012.83%203.476%2012.562%208.456c-.189%203.59-4.209%205.524-10.747%205.172c-6.063-.323-10.784-2.883-14.796-8.033l-12.726%2012.71c7.469%208.042%2019.361%209.832%2025.866%2010.182c6.958.373%2028.88.096%2032.137-17.414v16.138H207.5V73.906l26.811%2030.38H256l-33.738-38.233l24.264-27.497zM42.602%2084.998a17.255%2017.255%200%200%201-7.9%201.908c-9.581%200-17.349-7.78-17.349-17.378c0-9.597%207.768-17.378%2017.348-17.378c9.58%200%2017.347%207.78%2017.347%2017.378c0%203.818-1.232%207.348-3.316%2010.216c.311%202.068%201.46%204.368%204.506%206.402c1.473.984-4.296%202.557-10.636-1.148zm44.903-22.422c2.677-6.137%208.788-10.426%2015.899-10.426c7.112%200%2013.223%204.29%2015.9%2010.426h-31.8z%22%20fill%3D%22%23239EDA%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/desk.svg?color=%231a73e8&size=48