sketch from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.

Name
sketch
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
License
CC BY 4.0

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 640 640"><path fill="currentColor" d="m91.8 226.2l-18.5 24.9h90.5l6.9-130.7zm368.8-116.5L332 96l135.7 147.2zM176.5 282.3l-11.2-22H74.2L299.1 522zm2-31.2h284C404.6 188.3 357.3 136.9 320.6 97zm297.3 9.1L341.9 522l224.8-261.7h-90.9zm3.9-127.2l-9.4-12.6l.9 17.3l6.1 113.4h90.3zm-301.9 24.5l-4.6 85.6L309 96l-128.6 13.7zm287.7 102.7h-290c18.2 35.6 66.6 130.2 145.1 283.8z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsSketch(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m91.8 226.2l-18.5 24.9h90.5l6.9-130.7zm368.8-116.5L332 96l135.7 147.2zM176.5 282.3l-11.2-22H74.2L299.1 522zm2-31.2h284C404.6 188.3 357.3 136.9 320.6 97zm297.3 9.1L341.9 522l224.8-261.7h-90.9zm3.9-127.2l-9.4-12.6l.9 17.3l6.1 113.4h90.3zm-301.9 24.5l-4.6 85.6L309 96l-128.6 13.7zm287.7 102.7h-290c18.2 35.6 66.6 130.2 145.1 283.8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m91.8 226.2l-18.5 24.9h90.5l6.9-130.7zm368.8-116.5L332 96l135.7 147.2zM176.5 282.3l-11.2-22H74.2L299.1 522zm2-31.2h284C404.6 188.3 357.3 136.9 320.6 97zm297.3 9.1L341.9 522l224.8-261.7h-90.9zm3.9-127.2l-9.4-12.6l.9 17.3l6.1 113.4h90.3zm-301.9 24.5l-4.6 85.6L309 96l-128.6 13.7zm287.7 102.7h-290c18.2 35.6 66.6 130.2 145.1 283.8z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m91.8%20226.2l-18.5%2024.9h90.5l6.9-130.7zm368.8-116.5L332%2096l135.7%20147.2zM176.5%20282.3l-11.2-22H74.2L299.1%20522zm2-31.2h284C404.6%20188.3%20357.3%20136.9%20320.6%2097zm297.3%209.1L341.9%20522l224.8-261.7h-90.9zm3.9-127.2l-9.4-12.6l.9%2017.3l6.1%20113.4h90.3zm-301.9%2024.5l-4.6%2085.6L309%2096l-128.6%2013.7zm287.7%20102.7h-290c18.2%2035.6%2066.6%20130.2%20145.1%20283.8z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m91.8%20226.2l-18.5%2024.9h90.5l6.9-130.7zm368.8-116.5L332%2096l135.7%20147.2zM176.5%20282.3l-11.2-22H74.2L299.1%20522zm2-31.2h284C404.6%20188.3%20357.3%20136.9%20320.6%2097zm297.3%209.1L341.9%20522l224.8-261.7h-90.9zm3.9-127.2l-9.4-12.6l.9%2017.3l6.1%20113.4h90.3zm-301.9%2024.5l-4.6%2085.6L309%2096l-128.6%2013.7zm287.7%20102.7h-290c18.2%2035.6%2066.6%20130.2%20145.1%20283.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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