sketch from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
sketch
Set
Material Icon Theme
Style
Color
Viewbox
24×24
License
MIT

The same logo in other sets

Use the sketch logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ffc107" d="M15.705 9.221h2.779l-4.632 6.484m-3.705-6.484h3.705L12 16.631m-6.484-7.41h2.779l1.852 6.484M14.78 4.59h1.852l1.853 2.779h-2.78m-4.63-2.779h1.852l.926 2.779h-3.705M7.368 4.59h1.853l-.926 2.78h-2.78m.927-4.631L2.737 8.294L12 21.263l9.262-12.968l-3.705-5.557z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeSketch(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ffc107" d="M15.705 9.221h2.779l-4.632 6.484m-3.705-6.484h3.705L12 16.631m-6.484-7.41h2.779l1.852 6.484M14.78 4.59h1.852l1.853 2.779h-2.78m-4.63-2.779h1.852l.926 2.779h-3.705M7.368 4.59h1.853l-.926 2.78h-2.78m.927-4.631L2.737 8.294L12 21.263l9.262-12.968l-3.705-5.557z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#ffc107" d="M15.705 9.221h2.779l-4.632 6.484m-3.705-6.484h3.705L12 16.631m-6.484-7.41h2.779l1.852 6.484M14.78 4.59h1.852l1.853 2.779h-2.78m-4.63-2.779h1.852l.926 2.779h-3.705M7.368 4.59h1.853l-.926 2.78h-2.78m.927-4.631L2.737 8.294L12 21.263l9.262-12.968l-3.705-5.557z"/></svg>
</template>

CSS

.icon-sketch {
  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%22%23ffc107%22%20d%3D%22M15.705%209.221h2.779l-4.632%206.484m-3.705-6.484h3.705L12%2016.631m-6.484-7.41h2.779l1.852%206.484M14.78%204.59h1.852l1.853%202.779h-2.78m-4.63-2.779h1.852l.926%202.779h-3.705M7.368%204.59h1.853l-.926%202.78h-2.78m.927-4.631L2.737%208.294L12%2021.263l9.262-12.968l-3.705-5.557z%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%22%23ffc107%22%20d%3D%22M15.705%209.221h2.779l-4.632%206.484m-3.705-6.484h3.705L12%2016.631m-6.484-7.41h2.779l1.852%206.484M14.78%204.59h1.852l1.853%202.779h-2.78m-4.63-2.779h1.852l.926%202.779h-3.705M7.368%204.59h1.853l-.926%202.78h-2.78m.927-4.631L2.737%208.294L12%2021.263l9.262-12.968l-3.705-5.557z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/sketch.svg?color=%231a73e8&size=48