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

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

Related icons in Simple Icons

Use the graphite logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.215 0l-12 3.215l-3.215 12L8.785 24l12-3.215l3.215-12zm1.958 20.966H6.827L1.655 12l5.172-8.966h10.346L22.345 12zm.68-14.823L9.86 4L4.006 9.858l2.14 8l7.995 2.141l5.853-5.857z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsGraphite(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="m15.215 0l-12 3.215l-3.215 12L8.785 24l12-3.215l3.215-12zm1.958 20.966H6.827L1.655 12l5.172-8.966h10.346L22.345 12zm.68-14.823L9.86 4L4.006 9.858l2.14 8l7.995 2.141l5.853-5.857z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.215 0l-12 3.215l-3.215 12L8.785 24l12-3.215l3.215-12zm1.958 20.966H6.827L1.655 12l5.172-8.966h10.346L22.345 12zm.68-14.823L9.86 4L4.006 9.858l2.14 8l7.995 2.141l5.853-5.857z"/></svg>
</template>

CSS

.icon-graphite {
  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%22m15.215%200l-12%203.215l-3.215%2012L8.785%2024l12-3.215l3.215-12zm1.958%2020.966H6.827L1.655%2012l5.172-8.966h10.346L22.345%2012zm.68-14.823L9.86%204L4.006%209.858l2.14%208l7.995%202.141l5.853-5.857z%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%22m15.215%200l-12%203.215l-3.215%2012L8.785%2024l12-3.215l3.215-12zm1.958%2020.966H6.827L1.655%2012l5.172-8.966h10.346L22.345%2012zm.68-14.823L9.86%204L4.006%209.858l2.14%208l7.995%202.141l5.853-5.857z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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