pen prohibited icon
pen-prohibited-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- pen-prohibited-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the pen prohibited icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.733 1.56a1.914 1.914 0 0 1 2.707 2.708l-.842.842a5.5 5.5 0 0 0-1.309-.106l1.444-1.443a.914.914 0 1 0-1.293-1.293L3.045 9.662a.65.65 0 0 0-.156.254L2.29 11.71l1.794-.598a.65.65 0 0 0 .253-.157l.666-.666a5.6 5.6 0 0 0 .106 1.309l-.065.064a1.65 1.65 0 0 1-.644.398l-2.743.915a.5.5 0 0 1-.632-.633L1.94 9.6c.08-.242.217-.463.398-.644zM6 10.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0m1 0c0 .786.26 1.512.697 2.096l4.9-4.899A3.5 3.5 0 0 0 7 10.5m3.5 3.5a3.5 3.5 0 0 0 2.803-5.596l-4.9 4.9A3.5 3.5 0 0 0 10.5 14"/></svg>
React
import type { SVGProps } from "react";
export function FluentPenProhibited16Regular(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.733 1.56a1.914 1.914 0 0 1 2.707 2.708l-.842.842a5.5 5.5 0 0 0-1.309-.106l1.444-1.443a.914.914 0 1 0-1.293-1.293L3.045 9.662a.65.65 0 0 0-.156.254L2.29 11.71l1.794-.598a.65.65 0 0 0 .253-.157l.666-.666a5.6 5.6 0 0 0 .106 1.309l-.065.064a1.65 1.65 0 0 1-.644.398l-2.743.915a.5.5 0 0 1-.632-.633L1.94 9.6c.08-.242.217-.463.398-.644zM6 10.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0m1 0c0 .786.26 1.512.697 2.096l4.9-4.899A3.5 3.5 0 0 0 7 10.5m3.5 3.5a3.5 3.5 0 0 0 2.803-5.596l-4.9 4.9A3.5 3.5 0 0 0 10.5 14"/></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.733 1.56a1.914 1.914 0 0 1 2.707 2.708l-.842.842a5.5 5.5 0 0 0-1.309-.106l1.444-1.443a.914.914 0 1 0-1.293-1.293L3.045 9.662a.65.65 0 0 0-.156.254L2.29 11.71l1.794-.598a.65.65 0 0 0 .253-.157l.666-.666a5.6 5.6 0 0 0 .106 1.309l-.065.064a1.65 1.65 0 0 1-.644.398l-2.743.915a.5.5 0 0 1-.632-.633L1.94 9.6c.08-.242.217-.463.398-.644zM6 10.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0m1 0c0 .786.26 1.512.697 2.096l4.9-4.899A3.5 3.5 0 0 0 7 10.5m3.5 3.5a3.5 3.5 0 0 0 2.803-5.596l-4.9 4.9A3.5 3.5 0 0 0 10.5 14"/></svg> </template>
CSS
.icon-pen-prohibited-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.733%201.56a1.914%201.914%200%200%201%202.707%202.708l-.842.842a5.5%205.5%200%200%200-1.309-.106l1.444-1.443a.914.914%200%201%200-1.293-1.293L3.045%209.662a.65.65%200%200%200-.156.254L2.29%2011.71l1.794-.598a.65.65%200%200%200%20.253-.157l.666-.666a5.6%205.6%200%200%200%20.106%201.309l-.065.064a1.65%201.65%200%200%201-.644.398l-2.743.915a.5.5%200%200%201-.632-.633L1.94%209.6c.08-.242.217-.463.398-.644zM6%2010.5a4.5%204.5%200%201%201%209%200a4.5%204.5%200%200%201-9%200m1%200c0%20.786.26%201.512.697%202.096l4.9-4.899A3.5%203.5%200%200%200%207%2010.5m3.5%203.5a3.5%203.5%200%200%200%202.803-5.596l-4.9%204.9A3.5%203.5%200%200%200%2010.5%2014%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.733%201.56a1.914%201.914%200%200%201%202.707%202.708l-.842.842a5.5%205.5%200%200%200-1.309-.106l1.444-1.443a.914.914%200%201%200-1.293-1.293L3.045%209.662a.65.65%200%200%200-.156.254L2.29%2011.71l1.794-.598a.65.65%200%200%200%20.253-.157l.666-.666a5.6%205.6%200%200%200%20.106%201.309l-.065.064a1.65%201.65%200%200%201-.644.398l-2.743.915a.5.5%200%200%201-.632-.633L1.94%209.6c.08-.242.217-.463.398-.644zM6%2010.5a4.5%204.5%200%201%201%209%200a4.5%204.5%200%200%201-9%200m1%200c0%20.786.26%201.512.697%202.096l4.9-4.899A3.5%203.5%200%200%200%207%2010.5m3.5%203.5a3.5%203.5%200%200%200%202.803-5.596l-4.9%204.9A3.5%203.5%200%200%200%2010.5%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/pen-prohibited-16-regular.svg?color=%231a73e8&size=48