sketch logo icon

sketch-logo-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
sketch-logo-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the sketch logo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m243 101.37l-56-64a4 4 0 0 0-3-1.37H72a4 4 0 0 0-3 1.37l-56 64a4 4 0 0 0 .09 5.36l112 120a4 4 0 0 0 5.84 0l112-120a4 4 0 0 0 .07-5.36M77.29 108l39.07 97.66L25.2 108Zm92.8 0L128 213.23L85.91 108ZM88 100l40-53.33L168 100Zm90.71 8h52.09l-91.16 97.66Zm52.47-8H178l-42-56h46.18ZM73.82 44H120l-42 56H24.82Z"/></svg>

React

import type { SVGProps } from "react";

export function PhSketchLogoThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m243 101.37l-56-64a4 4 0 0 0-3-1.37H72a4 4 0 0 0-3 1.37l-56 64a4 4 0 0 0 .09 5.36l112 120a4 4 0 0 0 5.84 0l112-120a4 4 0 0 0 .07-5.36M77.29 108l39.07 97.66L25.2 108Zm92.8 0L128 213.23L85.91 108ZM88 100l40-53.33L168 100Zm90.71 8h52.09l-91.16 97.66Zm52.47-8H178l-42-56h46.18ZM73.82 44H120l-42 56H24.82Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m243 101.37l-56-64a4 4 0 0 0-3-1.37H72a4 4 0 0 0-3 1.37l-56 64a4 4 0 0 0 .09 5.36l112 120a4 4 0 0 0 5.84 0l112-120a4 4 0 0 0 .07-5.36M77.29 108l39.07 97.66L25.2 108Zm92.8 0L128 213.23L85.91 108ZM88 100l40-53.33L168 100Zm90.71 8h52.09l-91.16 97.66Zm52.47-8H178l-42-56h46.18ZM73.82 44H120l-42 56H24.82Z"/></svg>
</template>

CSS

.icon-sketch-logo-thin {
  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%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m243%20101.37l-56-64a4%204%200%200%200-3-1.37H72a4%204%200%200%200-3%201.37l-56%2064a4%204%200%200%200%20.09%205.36l112%20120a4%204%200%200%200%205.84%200l112-120a4%204%200%200%200%20.07-5.36M77.29%20108l39.07%2097.66L25.2%20108Zm92.8%200L128%20213.23L85.91%20108ZM88%20100l40-53.33L168%20100Zm90.71%208h52.09l-91.16%2097.66Zm52.47-8H178l-42-56h46.18ZM73.82%2044H120l-42%2056H24.82Z%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%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m243%20101.37l-56-64a4%204%200%200%200-3-1.37H72a4%204%200%200%200-3%201.37l-56%2064a4%204%200%200%200%20.09%205.36l112%20120a4%204%200%200%200%205.84%200l112-120a4%204%200%200%200%20.07-5.36M77.29%20108l39.07%2097.66L25.2%20108Zm92.8%200L128%20213.23L85.91%20108ZM88%20100l40-53.33L168%20100Zm90.71%208h52.09l-91.16%2097.66Zm52.47-8H178l-42-56h46.18ZM73.82%2044H120l-42%2056H24.82Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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