prohibited multiple icon
prohibited-multiple-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- prohibited-multiple-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- License
- MIT
7 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the prohibited multiple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.636 6.636a9 9 0 0 1 11.982-.668l-12.65 12.65a9 9 0 0 1 .668-11.982m.746 13.396l12.65-12.65a9.001 9.001 0 0 1-12.65 12.65m13.396-14.81C16.482.926 9.518.926 5.222 5.222s-4.296 11.26 0 15.556s11.26 4.296 15.556 0c4.296-4.295 4.296-11.26 0-15.556M25.001 13c0 6.627-5.373 12-12 12c-1.28 0-2.513-.2-3.669-.571A10.95 10.95 0 0 0 15.001 26c6.075 0 11-4.925 11-11c0-2.074-.574-4.013-1.572-5.669c.371 1.157.572 2.39.572 3.669"/></svg>
React
import type { SVGProps } from "react";
export function FluentProhibitedMultiple28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.636 6.636a9 9 0 0 1 11.982-.668l-12.65 12.65a9 9 0 0 1 .668-11.982m.746 13.396l12.65-12.65a9.001 9.001 0 0 1-12.65 12.65m13.396-14.81C16.482.926 9.518.926 5.222 5.222s-4.296 11.26 0 15.556s11.26 4.296 15.556 0c4.296-4.295 4.296-11.26 0-15.556M25.001 13c0 6.627-5.373 12-12 12c-1.28 0-2.513-.2-3.669-.571A10.95 10.95 0 0 0 15.001 26c6.075 0 11-4.925 11-11c0-2.074-.574-4.013-1.572-5.669c.371 1.157.572 2.39.572 3.669"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.636 6.636a9 9 0 0 1 11.982-.668l-12.65 12.65a9 9 0 0 1 .668-11.982m.746 13.396l12.65-12.65a9.001 9.001 0 0 1-12.65 12.65m13.396-14.81C16.482.926 9.518.926 5.222 5.222s-4.296 11.26 0 15.556s11.26 4.296 15.556 0c4.296-4.295 4.296-11.26 0-15.556M25.001 13c0 6.627-5.373 12-12 12c-1.28 0-2.513-.2-3.669-.571A10.95 10.95 0 0 0 15.001 26c6.075 0 11-4.925 11-11c0-2.074-.574-4.013-1.572-5.669c.371 1.157.572 2.39.572 3.669"/></svg> </template>
CSS
.icon-prohibited-multiple-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.636%206.636a9%209%200%200%201%2011.982-.668l-12.65%2012.65a9%209%200%200%201%20.668-11.982m.746%2013.396l12.65-12.65a9.001%209.001%200%200%201-12.65%2012.65m13.396-14.81C16.482.926%209.518.926%205.222%205.222s-4.296%2011.26%200%2015.556s11.26%204.296%2015.556%200c4.296-4.295%204.296-11.26%200-15.556M25.001%2013c0%206.627-5.373%2012-12%2012c-1.28%200-2.513-.2-3.669-.571A10.95%2010.95%200%200%200%2015.001%2026c6.075%200%2011-4.925%2011-11c0-2.074-.574-4.013-1.572-5.669c.371%201.157.572%202.39.572%203.669%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.636%206.636a9%209%200%200%201%2011.982-.668l-12.65%2012.65a9%209%200%200%201%20.668-11.982m.746%2013.396l12.65-12.65a9.001%209.001%200%200%201-12.65%2012.65m13.396-14.81C16.482.926%209.518.926%205.222%205.222s-4.296%2011.26%200%2015.556s11.26%204.296%2015.556%200c4.296-4.295%204.296-11.26%200-15.556M25.001%2013c0%206.627-5.373%2012-12%2012c-1.28%200-2.513-.2-3.669-.571A10.95%2010.95%200%200%200%2015.001%2026c6.075%200%2011-4.925%2011-11c0-2.074-.574-4.013-1.572-5.669c.371%201.157.572%202.39.572%203.669%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/prohibited-multiple-28-filled.svg?color=%231a73e8&size=48