sketch logo icon

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

Name
sketch-logo-light
Set
Phosphor
Style
Light
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="m244.52 100.05l-56-64A6 6 0 0 0 184 34H72a6 6 0 0 0-4.52 2l-56 64a6 6 0 0 0 .13 8l112 120a6 6 0 0 0 8.78 0l112-120a6 6 0 0 0 .13-7.95M75.94 110l34.6 86.49L29.81 110Zm91.2 0L128 207.84L88.86 110ZM92 98l36-48l36 48Zm88.06 12h46.13l-80.73 86.49Zm46.72-12H179l-39-52h41.28ZM74.72 46H116L77 98H29.22Z"/></svg>

React

import type { SVGProps } from "react";

export function PhSketchLogoLight(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="m244.52 100.05l-56-64A6 6 0 0 0 184 34H72a6 6 0 0 0-4.52 2l-56 64a6 6 0 0 0 .13 8l112 120a6 6 0 0 0 8.78 0l112-120a6 6 0 0 0 .13-7.95M75.94 110l34.6 86.49L29.81 110Zm91.2 0L128 207.84L88.86 110ZM92 98l36-48l36 48Zm88.06 12h46.13l-80.73 86.49Zm46.72-12H179l-39-52h41.28ZM74.72 46H116L77 98H29.22Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m244.52 100.05l-56-64A6 6 0 0 0 184 34H72a6 6 0 0 0-4.52 2l-56 64a6 6 0 0 0 .13 8l112 120a6 6 0 0 0 8.78 0l112-120a6 6 0 0 0 .13-7.95M75.94 110l34.6 86.49L29.81 110Zm91.2 0L128 207.84L88.86 110ZM92 98l36-48l36 48Zm88.06 12h46.13l-80.73 86.49Zm46.72-12H179l-39-52h41.28ZM74.72 46H116L77 98H29.22Z"/></svg>
</template>

CSS

.icon-sketch-logo-light {
  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%22m244.52%20100.05l-56-64A6%206%200%200%200%20184%2034H72a6%206%200%200%200-4.52%202l-56%2064a6%206%200%200%200%20.13%208l112%20120a6%206%200%200%200%208.78%200l112-120a6%206%200%200%200%20.13-7.95M75.94%20110l34.6%2086.49L29.81%20110Zm91.2%200L128%20207.84L88.86%20110ZM92%2098l36-48l36%2048Zm88.06%2012h46.13l-80.73%2086.49Zm46.72-12H179l-39-52h41.28ZM74.72%2046H116L77%2098H29.22Z%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%22m244.52%20100.05l-56-64A6%206%200%200%200%20184%2034H72a6%206%200%200%200-4.52%202l-56%2064a6%206%200%200%200%20.13%208l112%20120a6%206%200%200%200%208.78%200l112-120a6%206%200%200%200%20.13-7.95M75.94%20110l34.6%2086.49L29.81%20110Zm91.2%200L128%20207.84L88.86%20110ZM92%2098l36-48l36%2048Zm88.06%2012h46.13l-80.73%2086.49Zm46.72-12H179l-39-52h41.28ZM74.72%2046H116L77%2098H29.22Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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