graphite editor logo

graphite-editor from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
graphite-editor
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the graphite editor logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.738 15.97l-3.5-6.06c-.15-.23-.08-.54.15-.69s.54-.08.69.15c.01.01.02.03.02.04l3.5 6.06c.15.23.08.54-.15.69s-.54.08-.69-.15a.1.1 0 0 1-.02-.04m15.82 5.93c.03.3-.08.6-.31.81c-.42.51-2.24.89-3.61 1.08c-.91.13-1.83.2-2.75.21c-.86-.01-2.06-.23-3.2-.3c-1.61-.1-6.94-.3-8.78-.29c-2.06.01-2.47-.11-2.82-.41c-.14-.11 1.03-.7 3.5-.9c6.02-.49 11.33-.55 13.14-.46c.73.04 1.45.17 2.15.38l-3.86-2.77c-.32.21-.7.33-1.08.33h-9c-.71 0-1.37-.38-1.73-1l-4.5-7.79c-.36-.62-.36-1.38 0-2L5.208 1c.35-.62 1.01-1 1.73-1h9c.71 0 1.38.38 1.73 1l3.32 5.75l1.18 2.04l.01.02c0 .01.01.02.01.02q.21.375.24.81c0 .05 1.03 11.25 1.12 12.19zM6.518 2.73l5.61 9.72c.7-.17 1.42-.26 2.14-.25l1.48-2.01l2.48-.28c.36-.63.79-1.21 1.29-1.73l-3.33-5.76a1 1 0 0 0-.75-.43h-8c-.3.02-.58.18-.75.43zm8.18 14.86l-3.1-2.22a1 1 0 0 1-.28-.31L5.358 4.73l-2.67 4.63c-.14.27-.14.59 0 .87l4 6.93c.17.26.45.42.75.43zm6.38-.43l-.7-7.09c-.44.48-.83 1.01-1.15 1.58l-2.48.28l-1.48 2.01c-.65 0-1.31.07-1.94.21l5.79 4.15a1.91 1.91 0 0 1 1.96-1.14"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsGraphiteEditor(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="m7.738 15.97l-3.5-6.06c-.15-.23-.08-.54.15-.69s.54-.08.69.15c.01.01.02.03.02.04l3.5 6.06c.15.23.08.54-.15.69s-.54.08-.69-.15a.1.1 0 0 1-.02-.04m15.82 5.93c.03.3-.08.6-.31.81c-.42.51-2.24.89-3.61 1.08c-.91.13-1.83.2-2.75.21c-.86-.01-2.06-.23-3.2-.3c-1.61-.1-6.94-.3-8.78-.29c-2.06.01-2.47-.11-2.82-.41c-.14-.11 1.03-.7 3.5-.9c6.02-.49 11.33-.55 13.14-.46c.73.04 1.45.17 2.15.38l-3.86-2.77c-.32.21-.7.33-1.08.33h-9c-.71 0-1.37-.38-1.73-1l-4.5-7.79c-.36-.62-.36-1.38 0-2L5.208 1c.35-.62 1.01-1 1.73-1h9c.71 0 1.38.38 1.73 1l3.32 5.75l1.18 2.04l.01.02c0 .01.01.02.01.02q.21.375.24.81c0 .05 1.03 11.25 1.12 12.19zM6.518 2.73l5.61 9.72c.7-.17 1.42-.26 2.14-.25l1.48-2.01l2.48-.28c.36-.63.79-1.21 1.29-1.73l-3.33-5.76a1 1 0 0 0-.75-.43h-8c-.3.02-.58.18-.75.43zm8.18 14.86l-3.1-2.22a1 1 0 0 1-.28-.31L5.358 4.73l-2.67 4.63c-.14.27-.14.59 0 .87l4 6.93c.17.26.45.42.75.43zm6.38-.43l-.7-7.09c-.44.48-.83 1.01-1.15 1.58l-2.48.28l-1.48 2.01c-.65 0-1.31.07-1.94.21l5.79 4.15a1.91 1.91 0 0 1 1.96-1.14"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.738 15.97l-3.5-6.06c-.15-.23-.08-.54.15-.69s.54-.08.69.15c.01.01.02.03.02.04l3.5 6.06c.15.23.08.54-.15.69s-.54.08-.69-.15a.1.1 0 0 1-.02-.04m15.82 5.93c.03.3-.08.6-.31.81c-.42.51-2.24.89-3.61 1.08c-.91.13-1.83.2-2.75.21c-.86-.01-2.06-.23-3.2-.3c-1.61-.1-6.94-.3-8.78-.29c-2.06.01-2.47-.11-2.82-.41c-.14-.11 1.03-.7 3.5-.9c6.02-.49 11.33-.55 13.14-.46c.73.04 1.45.17 2.15.38l-3.86-2.77c-.32.21-.7.33-1.08.33h-9c-.71 0-1.37-.38-1.73-1l-4.5-7.79c-.36-.62-.36-1.38 0-2L5.208 1c.35-.62 1.01-1 1.73-1h9c.71 0 1.38.38 1.73 1l3.32 5.75l1.18 2.04l.01.02c0 .01.01.02.01.02q.21.375.24.81c0 .05 1.03 11.25 1.12 12.19zM6.518 2.73l5.61 9.72c.7-.17 1.42-.26 2.14-.25l1.48-2.01l2.48-.28c.36-.63.79-1.21 1.29-1.73l-3.33-5.76a1 1 0 0 0-.75-.43h-8c-.3.02-.58.18-.75.43zm8.18 14.86l-3.1-2.22a1 1 0 0 1-.28-.31L5.358 4.73l-2.67 4.63c-.14.27-.14.59 0 .87l4 6.93c.17.26.45.42.75.43zm6.38-.43l-.7-7.09c-.44.48-.83 1.01-1.15 1.58l-2.48.28l-1.48 2.01c-.65 0-1.31.07-1.94.21l5.79 4.15a1.91 1.91 0 0 1 1.96-1.14"/></svg>
</template>

CSS

.icon-graphite-editor {
  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%22m7.738%2015.97l-3.5-6.06c-.15-.23-.08-.54.15-.69s.54-.08.69.15c.01.01.02.03.02.04l3.5%206.06c.15.23.08.54-.15.69s-.54.08-.69-.15a.1.1%200%200%201-.02-.04m15.82%205.93c.03.3-.08.6-.31.81c-.42.51-2.24.89-3.61%201.08c-.91.13-1.83.2-2.75.21c-.86-.01-2.06-.23-3.2-.3c-1.61-.1-6.94-.3-8.78-.29c-2.06.01-2.47-.11-2.82-.41c-.14-.11%201.03-.7%203.5-.9c6.02-.49%2011.33-.55%2013.14-.46c.73.04%201.45.17%202.15.38l-3.86-2.77c-.32.21-.7.33-1.08.33h-9c-.71%200-1.37-.38-1.73-1l-4.5-7.79c-.36-.62-.36-1.38%200-2L5.208%201c.35-.62%201.01-1%201.73-1h9c.71%200%201.38.38%201.73%201l3.32%205.75l1.18%202.04l.01.02c0%20.01.01.02.01.02q.21.375.24.81c0%20.05%201.03%2011.25%201.12%2012.19zM6.518%202.73l5.61%209.72c.7-.17%201.42-.26%202.14-.25l1.48-2.01l2.48-.28c.36-.63.79-1.21%201.29-1.73l-3.33-5.76a1%201%200%200%200-.75-.43h-8c-.3.02-.58.18-.75.43zm8.18%2014.86l-3.1-2.22a1%201%200%200%201-.28-.31L5.358%204.73l-2.67%204.63c-.14.27-.14.59%200%20.87l4%206.93c.17.26.45.42.75.43zm6.38-.43l-.7-7.09c-.44.48-.83%201.01-1.15%201.58l-2.48.28l-1.48%202.01c-.65%200-1.31.07-1.94.21l5.79%204.15a1.91%201.91%200%200%201%201.96-1.14%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%22m7.738%2015.97l-3.5-6.06c-.15-.23-.08-.54.15-.69s.54-.08.69.15c.01.01.02.03.02.04l3.5%206.06c.15.23.08.54-.15.69s-.54.08-.69-.15a.1.1%200%200%201-.02-.04m15.82%205.93c.03.3-.08.6-.31.81c-.42.51-2.24.89-3.61%201.08c-.91.13-1.83.2-2.75.21c-.86-.01-2.06-.23-3.2-.3c-1.61-.1-6.94-.3-8.78-.29c-2.06.01-2.47-.11-2.82-.41c-.14-.11%201.03-.7%203.5-.9c6.02-.49%2011.33-.55%2013.14-.46c.73.04%201.45.17%202.15.38l-3.86-2.77c-.32.21-.7.33-1.08.33h-9c-.71%200-1.37-.38-1.73-1l-4.5-7.79c-.36-.62-.36-1.38%200-2L5.208%201c.35-.62%201.01-1%201.73-1h9c.71%200%201.38.38%201.73%201l3.32%205.75l1.18%202.04l.01.02c0%20.01.01.02.01.02q.21.375.24.81c0%20.05%201.03%2011.25%201.12%2012.19zM6.518%202.73l5.61%209.72c.7-.17%201.42-.26%202.14-.25l1.48-2.01l2.48-.28c.36-.63.79-1.21%201.29-1.73l-3.33-5.76a1%201%200%200%200-.75-.43h-8c-.3.02-.58.18-.75.43zm8.18%2014.86l-3.1-2.22a1%201%200%200%201-.28-.31L5.358%204.73l-2.67%204.63c-.14.27-.14.59%200%20.87l4%206.93c.17.26.45.42.75.43zm6.38-.43l-.7-7.09c-.44.48-.83%201.01-1.15%201.58l-2.48.28l-1.48%202.01c-.65%200-1.31.07-1.94.21l5.79%204.15a1.91%201.91%200%200%201%201.96-1.14%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/graphite-editor.svg?color=%231a73e8&size=48