pen off icon
pen-off-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- pen-off-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="m9 9.707l5.146 5.147a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708L6.293 7L3.338 9.955a1.65 1.65 0 0 0-.398.644l-.914 2.743a.5.5 0 0 0 .632.632l2.743-.914a1.65 1.65 0 0 0 .644-.398zM8.293 9l-2.955 2.955a.65.65 0 0 1-.253.156l-1.794.598l.598-1.793a.65.65 0 0 1 .156-.254L7 7.707zm3.339-3.338L9.707 7.586l.707.707L12 6.707l.263.263a.75.75 0 0 1 0 1.06l-1.056 1.056l.707.707l1.056-1.056a1.75 1.75 0 0 0 0-2.474L12.707 6l.733-.732a1.914 1.914 0 0 0-2.707-2.708L7.707 5.586l.707.707l3.026-3.025a.914.914 0 1 1 1.293 1.293l-1.071 1.071z"/></svg>
React
import type { SVGProps } from "react";
export function FluentPenOff16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m9 9.707l5.146 5.147a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708L6.293 7L3.338 9.955a1.65 1.65 0 0 0-.398.644l-.914 2.743a.5.5 0 0 0 .632.632l2.743-.914a1.65 1.65 0 0 0 .644-.398zM8.293 9l-2.955 2.955a.65.65 0 0 1-.253.156l-1.794.598l.598-1.793a.65.65 0 0 1 .156-.254L7 7.707zm3.339-3.338L9.707 7.586l.707.707L12 6.707l.263.263a.75.75 0 0 1 0 1.06l-1.056 1.056l.707.707l1.056-1.056a1.75 1.75 0 0 0 0-2.474L12.707 6l.733-.732a1.914 1.914 0 0 0-2.707-2.708L7.707 5.586l.707.707l3.026-3.025a.914.914 0 1 1 1.293 1.293l-1.071 1.071z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m9 9.707l5.146 5.147a.5.5 0 0 0 .708-.708l-13-13a.5.5 0 1 0-.708.708L6.293 7L3.338 9.955a1.65 1.65 0 0 0-.398.644l-.914 2.743a.5.5 0 0 0 .632.632l2.743-.914a1.65 1.65 0 0 0 .644-.398zM8.293 9l-2.955 2.955a.65.65 0 0 1-.253.156l-1.794.598l.598-1.793a.65.65 0 0 1 .156-.254L7 7.707zm3.339-3.338L9.707 7.586l.707.707L12 6.707l.263.263a.75.75 0 0 1 0 1.06l-1.056 1.056l.707.707l1.056-1.056a1.75 1.75 0 0 0 0-2.474L12.707 6l.733-.732a1.914 1.914 0 0 0-2.707-2.708L7.707 5.586l.707.707l3.026-3.025a.914.914 0 1 1 1.293 1.293l-1.071 1.071z"/></svg> </template>
CSS
.icon-pen-off-16-regular {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9%209.707l5.146%205.147a.5.5%200%200%200%20.708-.708l-13-13a.5.5%200%201%200-.708.708L6.293%207L3.338%209.955a1.65%201.65%200%200%200-.398.644l-.914%202.743a.5.5%200%200%200%20.632.632l2.743-.914a1.65%201.65%200%200%200%20.644-.398zM8.293%209l-2.955%202.955a.65.65%200%200%201-.253.156l-1.794.598l.598-1.793a.65.65%200%200%201%20.156-.254L7%207.707zm3.339-3.338L9.707%207.586l.707.707L12%206.707l.263.263a.75.75%200%200%201%200%201.06l-1.056%201.056l.707.707l1.056-1.056a1.75%201.75%200%200%200%200-2.474L12.707%206l.733-.732a1.914%201.914%200%200%200-2.707-2.708L7.707%205.586l.707.707l3.026-3.025a.914.914%200%201%201%201.293%201.293l-1.071%201.071z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9%209.707l5.146%205.147a.5.5%200%200%200%20.708-.708l-13-13a.5.5%200%201%200-.708.708L6.293%207L3.338%209.955a1.65%201.65%200%200%200-.398.644l-.914%202.743a.5.5%200%200%200%20.632.632l2.743-.914a1.65%201.65%200%200%200%20.644-.398zM8.293%209l-2.955%202.955a.65.65%200%200%201-.253.156l-1.794.598l.598-1.793a.65.65%200%200%201%20.156-.254L7%207.707zm3.339-3.338L9.707%207.586l.707.707L12%206.707l.263.263a.75.75%200%200%201%200%201.06l-1.056%201.056l.707.707l1.056-1.056a1.75%201.75%200%200%200%200-2.474L12.707%206l.733-.732a1.914%201.914%200%200%200-2.707-2.708L7.707%205.586l.707.707l3.026-3.025a.914.914%200%201%201%201.293%201.293l-1.071%201.071z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/pen-off-16-regular.svg?color=%231a73e8&size=48