grease-pencil from Material Design Icons by Pictogrammers · Filled · Drawing / Art · Apache-2.0 Free for personal and commercial use.

Name
grease-pencil
Set
Material Design Icons
Style
Filled
Category
Drawing / Art
Viewbox
24×24
License
Apache 2.0

More drawing / art icons from Material Design Icons

Use the grease pencil icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.62 1.5c-.51 0-1.02.19-1.41.59l-6.46 6.46l4.2 4.19l6.46-6.45c.79-.79.79-2.05 0-2.83l-1.37-1.37c-.39-.4-.9-.59-1.42-.59m-8.82 8l-6.57 6.57l.7.7c-.53.47-1.04 1.01-1.55 1.52c-.78.79-.78 2.05 0 2.83s2.04.78 2.83 0c.51-.49 1.04-1.04 1.52-1.54l.7.69L14 13.7"/></svg>

React

import type { SVGProps } from "react";

export function MdiGreasePencil(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="M18.62 1.5c-.51 0-1.02.19-1.41.59l-6.46 6.46l4.2 4.19l6.46-6.45c.79-.79.79-2.05 0-2.83l-1.37-1.37c-.39-.4-.9-.59-1.42-.59m-8.82 8l-6.57 6.57l.7.7c-.53.47-1.04 1.01-1.55 1.52c-.78.79-.78 2.05 0 2.83s2.04.78 2.83 0c.51-.49 1.04-1.04 1.52-1.54l.7.69L14 13.7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.62 1.5c-.51 0-1.02.19-1.41.59l-6.46 6.46l4.2 4.19l6.46-6.45c.79-.79.79-2.05 0-2.83l-1.37-1.37c-.39-.4-.9-.59-1.42-.59m-8.82 8l-6.57 6.57l.7.7c-.53.47-1.04 1.01-1.55 1.52c-.78.79-.78 2.05 0 2.83s2.04.78 2.83 0c.51-.49 1.04-1.04 1.52-1.54l.7.69L14 13.7"/></svg>
</template>

CSS

.icon-grease-pencil {
  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%22M18.62%201.5c-.51%200-1.02.19-1.41.59l-6.46%206.46l4.2%204.19l6.46-6.45c.79-.79.79-2.05%200-2.83l-1.37-1.37c-.39-.4-.9-.59-1.42-.59m-8.82%208l-6.57%206.57l.7.7c-.53.47-1.04%201.01-1.55%201.52c-.78.79-.78%202.05%200%202.83s2.04.78%202.83%200c.51-.49%201.04-1.04%201.52-1.54l.7.69L14%2013.7%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%22M18.62%201.5c-.51%200-1.02.19-1.41.59l-6.46%206.46l4.2%204.19l6.46-6.45c.79-.79.79-2.05%200-2.83l-1.37-1.37c-.39-.4-.9-.59-1.42-.59m-8.82%208l-6.57%206.57l.7.7c-.53.47-1.04%201.01-1.55%201.52c-.78.79-.78%202.05%200%202.83s2.04.78%202.83%200c.51-.49%201.04-1.04%201.52-1.54l.7.69L14%2013.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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