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

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

Related icons in Material Design Icons

Use the pen remove icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.7 7c-.3.4-.7.7-.7 1s.3.6.6 1c.5.5 1 .9.9 1.4c0 .5-.5 1-1 1.5L16.4 16L15 14.7l4.2-4.2l-1-1l-1.4 1.4L13 7.1l4-3.8c.4-.4 1-.4 1.4 0l2.3 2.3c.4.4.4 1.1 0 1.4M3 17.2l9.6-9.6l3.7 3.8L6.8 21H3zm.88-14.74L6 4.59l2.12-2.13l1.42 1.42L7.41 6l2.13 2.12l-1.42 1.42L6 7.41L3.88 9.54L2.46 8.12L4.59 6L2.46 3.88z"/></svg>

React

import type { SVGProps } from "react";

export function MdiPenRemove(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.7 7c-.3.4-.7.7-.7 1s.3.6.6 1c.5.5 1 .9.9 1.4c0 .5-.5 1-1 1.5L16.4 16L15 14.7l4.2-4.2l-1-1l-1.4 1.4L13 7.1l4-3.8c.4-.4 1-.4 1.4 0l2.3 2.3c.4.4.4 1.1 0 1.4M3 17.2l9.6-9.6l3.7 3.8L6.8 21H3zm.88-14.74L6 4.59l2.12-2.13l1.42 1.42L7.41 6l2.13 2.12l-1.42 1.42L6 7.41L3.88 9.54L2.46 8.12L4.59 6L2.46 3.88z"/></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.7 7c-.3.4-.7.7-.7 1s.3.6.6 1c.5.5 1 .9.9 1.4c0 .5-.5 1-1 1.5L16.4 16L15 14.7l4.2-4.2l-1-1l-1.4 1.4L13 7.1l4-3.8c.4-.4 1-.4 1.4 0l2.3 2.3c.4.4.4 1.1 0 1.4M3 17.2l9.6-9.6l3.7 3.8L6.8 21H3zm.88-14.74L6 4.59l2.12-2.13l1.42 1.42L7.41 6l2.13 2.12l-1.42 1.42L6 7.41L3.88 9.54L2.46 8.12L4.59 6L2.46 3.88z"/></svg>
</template>

CSS

.icon-pen-remove {
  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.7%207c-.3.4-.7.7-.7%201s.3.6.6%201c.5.5%201%20.9.9%201.4c0%20.5-.5%201-1%201.5L16.4%2016L15%2014.7l4.2-4.2l-1-1l-1.4%201.4L13%207.1l4-3.8c.4-.4%201-.4%201.4%200l2.3%202.3c.4.4.4%201.1%200%201.4M3%2017.2l9.6-9.6l3.7%203.8L6.8%2021H3zm.88-14.74L6%204.59l2.12-2.13l1.42%201.42L7.41%206l2.13%202.12l-1.42%201.42L6%207.41L3.88%209.54L2.46%208.12L4.59%206L2.46%203.88z%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.7%207c-.3.4-.7.7-.7%201s.3.6.6%201c.5.5%201%20.9.9%201.4c0%20.5-.5%201-1%201.5L16.4%2016L15%2014.7l4.2-4.2l-1-1l-1.4%201.4L13%207.1l4-3.8c.4-.4%201-.4%201.4%200l2.3%202.3c.4.4.4%201.1%200%201.4M3%2017.2l9.6-9.6l3.7%203.8L6.8%2021H3zm.88-14.74L6%204.59l2.12-2.13l1.42%201.42L7.41%206l2.13%202.12l-1.42%201.42L6%207.41L3.88%209.54L2.46%208.12L4.59%206L2.46%203.88z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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