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

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

The same icon in other sets

More drawing / art icons from Material Design Icons

Use the pen icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.71 7.04c-.34.34-.67.67-.68 1c-.03.32.31.65.63.96c.48.5.95.95.93 1.44s-.53 1-1.04 1.5l-4.13 4.14L15 14.66l4.25-4.24l-.96-.96l-1.42 1.41l-3.75-3.75l3.84-3.83c.39-.39 1.04-.39 1.41 0l2.34 2.34c.39.37.39 1.02 0 1.41M3 17.25l9.56-9.57l3.75 3.75L6.75 21H3z"/></svg>

React

import type { SVGProps } from "react";

export function MdiPen(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="M20.71 7.04c-.34.34-.67.67-.68 1c-.03.32.31.65.63.96c.48.5.95.95.93 1.44s-.53 1-1.04 1.5l-4.13 4.14L15 14.66l4.25-4.24l-.96-.96l-1.42 1.41l-3.75-3.75l3.84-3.83c.39-.39 1.04-.39 1.41 0l2.34 2.34c.39.37.39 1.02 0 1.41M3 17.25l9.56-9.57l3.75 3.75L6.75 21H3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.71 7.04c-.34.34-.67.67-.68 1c-.03.32.31.65.63.96c.48.5.95.95.93 1.44s-.53 1-1.04 1.5l-4.13 4.14L15 14.66l4.25-4.24l-.96-.96l-1.42 1.41l-3.75-3.75l3.84-3.83c.39-.39 1.04-.39 1.41 0l2.34 2.34c.39.37.39 1.02 0 1.41M3 17.25l9.56-9.57l3.75 3.75L6.75 21H3z"/></svg>
</template>

CSS

.icon-pen {
  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%22M20.71%207.04c-.34.34-.67.67-.68%201c-.03.32.31.65.63.96c.48.5.95.95.93%201.44s-.53%201-1.04%201.5l-4.13%204.14L15%2014.66l4.25-4.24l-.96-.96l-1.42%201.41l-3.75-3.75l3.84-3.83c.39-.39%201.04-.39%201.41%200l2.34%202.34c.39.37.39%201.02%200%201.41M3%2017.25l9.56-9.57l3.75%203.75L6.75%2021H3z%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%22M20.71%207.04c-.34.34-.67.67-.68%201c-.03.32.31.65.63.96c.48.5.95.95.93%201.44s-.53%201-1.04%201.5l-4.13%204.14L15%2014.66l4.25-4.24l-.96-.96l-1.42%201.41l-3.75-3.75l3.84-3.83c.39-.39%201.04-.39%201.41%200l2.34%202.34c.39.37.39%201.02%200%201.41M3%2017.25l9.56-9.57l3.75%203.75L6.75%2021H3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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