pen-off-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
pen-off-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System 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="m14 15.06l6.72 6.72a.75.75 0 0 0 1.06-1.06L3.28 2.22a.75.75 0 0 0-1.06 1.06L8.94 10l-5 4.999a3.1 3.1 0 0 0-.825 1.476L2.02 21.077a.75.75 0 0 0 .904.903l4.601-1.096a3.1 3.1 0 0 0 1.477-.825zm4.995-2.53l-1.642 1.642l1.061 1.06l1.642-1.641a3.25 3.25 0 0 0 .005-4.592l.891-.891a3.578 3.578 0 0 0-5.06-5.06l-4.832 4.83l5.061 5.061L19 10.06a1.75 1.75 0 0 1-.005 2.471"/></svg>

React

import type { SVGProps } from "react";

export function FluentPenOff24Filled(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="m14 15.06l6.72 6.72a.75.75 0 0 0 1.06-1.06L3.28 2.22a.75.75 0 0 0-1.06 1.06L8.94 10l-5 4.999a3.1 3.1 0 0 0-.825 1.476L2.02 21.077a.75.75 0 0 0 .904.903l4.601-1.096a3.1 3.1 0 0 0 1.477-.825zm4.995-2.53l-1.642 1.642l1.061 1.06l1.642-1.641a3.25 3.25 0 0 0 .005-4.592l.891-.891a3.578 3.578 0 0 0-5.06-5.06l-4.832 4.83l5.061 5.061L19 10.06a1.75 1.75 0 0 1-.005 2.471"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14 15.06l6.72 6.72a.75.75 0 0 0 1.06-1.06L3.28 2.22a.75.75 0 0 0-1.06 1.06L8.94 10l-5 4.999a3.1 3.1 0 0 0-.825 1.476L2.02 21.077a.75.75 0 0 0 .904.903l4.601-1.096a3.1 3.1 0 0 0 1.477-.825zm4.995-2.53l-1.642 1.642l1.061 1.06l1.642-1.641a3.25 3.25 0 0 0 .005-4.592l.891-.891a3.578 3.578 0 0 0-5.06-5.06l-4.832 4.83l5.061 5.061L19 10.06a1.75 1.75 0 0 1-.005 2.471"/></svg>
</template>

CSS

.icon-pen-off-24-filled {
  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%22m14%2015.06l6.72%206.72a.75.75%200%200%200%201.06-1.06L3.28%202.22a.75.75%200%200%200-1.06%201.06L8.94%2010l-5%204.999a3.1%203.1%200%200%200-.825%201.476L2.02%2021.077a.75.75%200%200%200%20.904.903l4.601-1.096a3.1%203.1%200%200%200%201.477-.825zm4.995-2.53l-1.642%201.642l1.061%201.06l1.642-1.641a3.25%203.25%200%200%200%20.005-4.592l.891-.891a3.578%203.578%200%200%200-5.06-5.06l-4.832%204.83l5.061%205.061L19%2010.06a1.75%201.75%200%200%201-.005%202.471%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%22m14%2015.06l6.72%206.72a.75.75%200%200%200%201.06-1.06L3.28%202.22a.75.75%200%200%200-1.06%201.06L8.94%2010l-5%204.999a3.1%203.1%200%200%200-.825%201.476L2.02%2021.077a.75.75%200%200%200%20.904.903l4.601-1.096a3.1%203.1%200%200%200%201.477-.825zm4.995-2.53l-1.642%201.642l1.061%201.06l1.642-1.641a3.25%203.25%200%200%200%20.005-4.592l.891-.891a3.578%203.578%200%200%200-5.06-5.06l-4.832%204.83l5.061%205.061L19%2010.06a1.75%201.75%200%200%201-.005%202.471%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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