sketchup logo
sketchup from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- sketchup
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the sketchup logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m.968 9.027l7.717 4.428l-.006 1.32l-4.39-2.518l-2.763 1.57l7.148 4.12l.005 1.27l-7.658-4.405c.02.516.488 2.106 1.383 3.337c.91 1.247 1.946 1.776 1.946 1.776L11.428 24V11.849L.975 5.846zm22.064-3.8L15.22.723S13.982 0 12.008 0C9.952 0 8.76.746 8.76.746l-7.236 4.14l11.009 6.328V24l7.245-4.136s1.295-.715 2.279-2.414c.867-1.496.975-2.943.975-2.943zM11.251 7.308s1.615-.298 2.98.49l2.171 1.25s.003 1.097.003 2.736c0 1.313-1.112 2.674-1.112 2.674l.002-4.816zm6.402 10.562l-2.358 1.353v-1.269l1.835-1.05c1.748-1.26 2.037-3.117 2.037-3.761l-.007-5.705l-5.006-2.881s-.76-.499-2.129-.499c-1.367 0-2.113.461-2.113.461L8.154 5.53l-1.11-.641L9.473 3.5s.95-.527 2.544-.527c1.462 0 2.6.571 2.6.571L20.27 6.81l-.007 6.226c.04.957-.406 3.296-2.61 4.835z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsSketchup(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m.968 9.027l7.717 4.428l-.006 1.32l-4.39-2.518l-2.763 1.57l7.148 4.12l.005 1.27l-7.658-4.405c.02.516.488 2.106 1.383 3.337c.91 1.247 1.946 1.776 1.946 1.776L11.428 24V11.849L.975 5.846zm22.064-3.8L15.22.723S13.982 0 12.008 0C9.952 0 8.76.746 8.76.746l-7.236 4.14l11.009 6.328V24l7.245-4.136s1.295-.715 2.279-2.414c.867-1.496.975-2.943.975-2.943zM11.251 7.308s1.615-.298 2.98.49l2.171 1.25s.003 1.097.003 2.736c0 1.313-1.112 2.674-1.112 2.674l.002-4.816zm6.402 10.562l-2.358 1.353v-1.269l1.835-1.05c1.748-1.26 2.037-3.117 2.037-3.761l-.007-5.705l-5.006-2.881s-.76-.499-2.129-.499c-1.367 0-2.113.461-2.113.461L8.154 5.53l-1.11-.641L9.473 3.5s.95-.527 2.544-.527c1.462 0 2.6.571 2.6.571L20.27 6.81l-.007 6.226c.04.957-.406 3.296-2.61 4.835z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m.968 9.027l7.717 4.428l-.006 1.32l-4.39-2.518l-2.763 1.57l7.148 4.12l.005 1.27l-7.658-4.405c.02.516.488 2.106 1.383 3.337c.91 1.247 1.946 1.776 1.946 1.776L11.428 24V11.849L.975 5.846zm22.064-3.8L15.22.723S13.982 0 12.008 0C9.952 0 8.76.746 8.76.746l-7.236 4.14l11.009 6.328V24l7.245-4.136s1.295-.715 2.279-2.414c.867-1.496.975-2.943.975-2.943zM11.251 7.308s1.615-.298 2.98.49l2.171 1.25s.003 1.097.003 2.736c0 1.313-1.112 2.674-1.112 2.674l.002-4.816zm6.402 10.562l-2.358 1.353v-1.269l1.835-1.05c1.748-1.26 2.037-3.117 2.037-3.761l-.007-5.705l-5.006-2.881s-.76-.499-2.129-.499c-1.367 0-2.113.461-2.113.461L8.154 5.53l-1.11-.641L9.473 3.5s.95-.527 2.544-.527c1.462 0 2.6.571 2.6.571L20.27 6.81l-.007 6.226c.04.957-.406 3.296-2.61 4.835z"/></svg> </template>
CSS
.icon-sketchup {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m.968%209.027l7.717%204.428l-.006%201.32l-4.39-2.518l-2.763%201.57l7.148%204.12l.005%201.27l-7.658-4.405c.02.516.488%202.106%201.383%203.337c.91%201.247%201.946%201.776%201.946%201.776L11.428%2024V11.849L.975%205.846zm22.064-3.8L15.22.723S13.982%200%2012.008%200C9.952%200%208.76.746%208.76.746l-7.236%204.14l11.009%206.328V24l7.245-4.136s1.295-.715%202.279-2.414c.867-1.496.975-2.943.975-2.943zM11.251%207.308s1.615-.298%202.98.49l2.171%201.25s.003%201.097.003%202.736c0%201.313-1.112%202.674-1.112%202.674l.002-4.816zm6.402%2010.562l-2.358%201.353v-1.269l1.835-1.05c1.748-1.26%202.037-3.117%202.037-3.761l-.007-5.705l-5.006-2.881s-.76-.499-2.129-.499c-1.367%200-2.113.461-2.113.461L8.154%205.53l-1.11-.641L9.473%203.5s.95-.527%202.544-.527c1.462%200%202.6.571%202.6.571L20.27%206.81l-.007%206.226c.04.957-.406%203.296-2.61%204.835z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m.968%209.027l7.717%204.428l-.006%201.32l-4.39-2.518l-2.763%201.57l7.148%204.12l.005%201.27l-7.658-4.405c.02.516.488%202.106%201.383%203.337c.91%201.247%201.946%201.776%201.946%201.776L11.428%2024V11.849L.975%205.846zm22.064-3.8L15.22.723S13.982%200%2012.008%200C9.952%200%208.76.746%208.76.746l-7.236%204.14l11.009%206.328V24l7.245-4.136s1.295-.715%202.279-2.414c.867-1.496.975-2.943.975-2.943zM11.251%207.308s1.615-.298%202.98.49l2.171%201.25s.003%201.097.003%202.736c0%201.313-1.112%202.674-1.112%202.674l.002-4.816zm6.402%2010.562l-2.358%201.353v-1.269l1.835-1.05c1.748-1.26%202.037-3.117%202.037-3.761l-.007-5.705l-5.006-2.881s-.76-.499-2.129-.499c-1.367%200-2.113.461-2.113.461L8.154%205.53l-1.11-.641L9.473%203.5s.95-.527%202.544-.527c1.462%200%202.6.571%202.6.571L20.27%206.81l-.007%206.226c.04.957-.406%203.296-2.61%204.835z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/sketchup.svg?color=%231a73e8&size=48