edit prohibited icon
edit-prohibited-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- edit-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 edit prohibited icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14.236 1.764a2.62 2.62 0 0 0-3.707 0L2.657 9.635a2.96 2.96 0 0 0-.772 1.355l-.87 3.386a.5.5 0 0 0 .61.608l3.385-.869c.355-.091.689-.247.985-.46a5.5 5.5 0 0 1-.501-.874a1.95 1.95 0 0 1-.733.365l-2.567.66l.66-2.567a1.94 1.94 0 0 1 .51-.896L5.5 8.208a5.52 5.52 0 0 1 2.71-2.71l1.54-1.54l1.051 1.051a5.5 5.5 0 0 1 1.838.423L10.457 3.25l.779-.779a1.621 1.621 0 1 1 2.293 2.293l-.736.735q.475.219.896.52l.547-.548a2.62 2.62 0 0 0 0-3.707M6 10.5a4.5 4.5 0 1 0 9 0a4.5 4.5 0 0 0-9 0m1 0a3.5 3.5 0 0 1 5.596-2.803l-4.9 4.9A3.5 3.5 0 0 1 7 10.5m3.5 3.5c-.786 0-1.512-.26-2.096-.697l4.9-4.9A3.5 3.5 0 0 1 10.5 14"/></svg>
React
import type { SVGProps } from "react";
export function FluentEditProhibited16Regular(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="M14.236 1.764a2.62 2.62 0 0 0-3.707 0L2.657 9.635a2.96 2.96 0 0 0-.772 1.355l-.87 3.386a.5.5 0 0 0 .61.608l3.385-.869c.355-.091.689-.247.985-.46a5.5 5.5 0 0 1-.501-.874a1.95 1.95 0 0 1-.733.365l-2.567.66l.66-2.567a1.94 1.94 0 0 1 .51-.896L5.5 8.208a5.52 5.52 0 0 1 2.71-2.71l1.54-1.54l1.051 1.051a5.5 5.5 0 0 1 1.838.423L10.457 3.25l.779-.779a1.621 1.621 0 1 1 2.293 2.293l-.736.735q.475.219.896.52l.547-.548a2.62 2.62 0 0 0 0-3.707M6 10.5a4.5 4.5 0 1 0 9 0a4.5 4.5 0 0 0-9 0m1 0a3.5 3.5 0 0 1 5.596-2.803l-4.9 4.9A3.5 3.5 0 0 1 7 10.5m3.5 3.5c-.786 0-1.512-.26-2.096-.697l4.9-4.9A3.5 3.5 0 0 1 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="M14.236 1.764a2.62 2.62 0 0 0-3.707 0L2.657 9.635a2.96 2.96 0 0 0-.772 1.355l-.87 3.386a.5.5 0 0 0 .61.608l3.385-.869c.355-.091.689-.247.985-.46a5.5 5.5 0 0 1-.501-.874a1.95 1.95 0 0 1-.733.365l-2.567.66l.66-2.567a1.94 1.94 0 0 1 .51-.896L5.5 8.208a5.52 5.52 0 0 1 2.71-2.71l1.54-1.54l1.051 1.051a5.5 5.5 0 0 1 1.838.423L10.457 3.25l.779-.779a1.621 1.621 0 1 1 2.293 2.293l-.736.735q.475.219.896.52l.547-.548a2.62 2.62 0 0 0 0-3.707M6 10.5a4.5 4.5 0 1 0 9 0a4.5 4.5 0 0 0-9 0m1 0a3.5 3.5 0 0 1 5.596-2.803l-4.9 4.9A3.5 3.5 0 0 1 7 10.5m3.5 3.5c-.786 0-1.512-.26-2.096-.697l4.9-4.9A3.5 3.5 0 0 1 10.5 14"/></svg> </template>
CSS
.icon-edit-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%22M14.236%201.764a2.62%202.62%200%200%200-3.707%200L2.657%209.635a2.96%202.96%200%200%200-.772%201.355l-.87%203.386a.5.5%200%200%200%20.61.608l3.385-.869c.355-.091.689-.247.985-.46a5.5%205.5%200%200%201-.501-.874a1.95%201.95%200%200%201-.733.365l-2.567.66l.66-2.567a1.94%201.94%200%200%201%20.51-.896L5.5%208.208a5.52%205.52%200%200%201%202.71-2.71l1.54-1.54l1.051%201.051a5.5%205.5%200%200%201%201.838.423L10.457%203.25l.779-.779a1.621%201.621%200%201%201%202.293%202.293l-.736.735q.475.219.896.52l.547-.548a2.62%202.62%200%200%200%200-3.707M6%2010.5a4.5%204.5%200%201%200%209%200a4.5%204.5%200%200%200-9%200m1%200a3.5%203.5%200%200%201%205.596-2.803l-4.9%204.9A3.5%203.5%200%200%201%207%2010.5m3.5%203.5c-.786%200-1.512-.26-2.096-.697l4.9-4.9A3.5%203.5%200%200%201%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%22M14.236%201.764a2.62%202.62%200%200%200-3.707%200L2.657%209.635a2.96%202.96%200%200%200-.772%201.355l-.87%203.386a.5.5%200%200%200%20.61.608l3.385-.869c.355-.091.689-.247.985-.46a5.5%205.5%200%200%201-.501-.874a1.95%201.95%200%200%201-.733.365l-2.567.66l.66-2.567a1.94%201.94%200%200%201%20.51-.896L5.5%208.208a5.52%205.52%200%200%201%202.71-2.71l1.54-1.54l1.051%201.051a5.5%205.5%200%200%201%201.838.423L10.457%203.25l.779-.779a1.621%201.621%200%201%201%202.293%202.293l-.736.735q.475.219.896.52l.547-.548a2.62%202.62%200%200%200%200-3.707M6%2010.5a4.5%204.5%200%201%200%209%200a4.5%204.5%200%200%200-9%200m1%200a3.5%203.5%200%200%201%205.596-2.803l-4.9%204.9A3.5%203.5%200%200%201%207%2010.5m3.5%203.5c-.786%200-1.512-.26-2.096-.697l4.9-4.9A3.5%203.5%200%200%201%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/edit-prohibited-16-regular.svg?color=%231a73e8&size=48