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

Name
pen-off
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

Related icons in Material Design Icons

Use the pen off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.3 5L1 6.3l6.5 6.5L3 17.2V21h3.8l4.5-4.5l6.5 6.5l1.3-1.3zm14.6 5.9l-3.8-3.8L17 3.3c.4-.4 1-.4 1.4 0l2.3 2.3c.4.4.4 1 0 1.4c-.3.4-.7.7-.7 1s.3.7.6 1c.5.5 1 1 .9 1.4c0 .5-.5 1-1 1.5L16.4 16L15 14.7l4.2-4.2l-1-1zm-6.9-.7l2.5-2.5l3.8 3.8l-2.5 2.5z"/></svg>

React

import type { SVGProps } from "react";

export function MdiPenOff(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="M2.3 5L1 6.3l6.5 6.5L3 17.2V21h3.8l4.5-4.5l6.5 6.5l1.3-1.3zm14.6 5.9l-3.8-3.8L17 3.3c.4-.4 1-.4 1.4 0l2.3 2.3c.4.4.4 1 0 1.4c-.3.4-.7.7-.7 1s.3.7.6 1c.5.5 1 1 .9 1.4c0 .5-.5 1-1 1.5L16.4 16L15 14.7l4.2-4.2l-1-1zm-6.9-.7l2.5-2.5l3.8 3.8l-2.5 2.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.3 5L1 6.3l6.5 6.5L3 17.2V21h3.8l4.5-4.5l6.5 6.5l1.3-1.3zm14.6 5.9l-3.8-3.8L17 3.3c.4-.4 1-.4 1.4 0l2.3 2.3c.4.4.4 1 0 1.4c-.3.4-.7.7-.7 1s.3.7.6 1c.5.5 1 1 .9 1.4c0 .5-.5 1-1 1.5L16.4 16L15 14.7l4.2-4.2l-1-1zm-6.9-.7l2.5-2.5l3.8 3.8l-2.5 2.5z"/></svg>
</template>

CSS

.icon-pen-off {
  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%22M2.3%205L1%206.3l6.5%206.5L3%2017.2V21h3.8l4.5-4.5l6.5%206.5l1.3-1.3zm14.6%205.9l-3.8-3.8L17%203.3c.4-.4%201-.4%201.4%200l2.3%202.3c.4.4.4%201%200%201.4c-.3.4-.7.7-.7%201s.3.7.6%201c.5.5%201%201%20.9%201.4c0%20.5-.5%201-1%201.5L16.4%2016L15%2014.7l4.2-4.2l-1-1zm-6.9-.7l2.5-2.5l3.8%203.8l-2.5%202.5z%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%22M2.3%205L1%206.3l6.5%206.5L3%2017.2V21h3.8l4.5-4.5l6.5%206.5l1.3-1.3zm14.6%205.9l-3.8-3.8L17%203.3c.4-.4%201-.4%201.4%200l2.3%202.3c.4.4.4%201%200%201.4c-.3.4-.7.7-.7%201s.3.7.6%201c.5.5%201%201%20.9%201.4c0%20.5-.5%201-1%201.5L16.4%2016L15%2014.7l4.2-4.2l-1-1zm-6.9-.7l2.5-2.5l3.8%203.8l-2.5%202.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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