image-prohibited-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
image-prohibited-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the image prohibited icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.5 12a5.5 5.5 0 1 0 0-11a5.5 5.5 0 0 0 0 11m0-1.5a4 4 0 0 1-2.248-.691l5.557-5.557A4 4 0 0 1 6.5 10.5M3.191 8.748a4 4 0 0 1 5.557-5.557zM4.5 12.687a6.5 6.5 0 0 1-1.5-.709v5.772A3.25 3.25 0 0 0 6.25 21h11.5A3.25 3.25 0 0 0 21 17.75V6.25A3.25 3.25 0 0 0 17.75 3h-5.772c.297.463.536.967.709 1.5h5.063c.966 0 1.75.784 1.75 1.75v11.5q-.002.315-.104.595l-5.822-5.702l-.128-.116a2.25 2.25 0 0 0-3.02.116l-5.823 5.7a1.8 1.8 0 0 1-.103-.593zm8.025 1.028L18.33 19.4a1.8 1.8 0 0 1-.581.099H6.25q-.308-.002-.582-.099l5.807-5.686l.084-.071a.75.75 0 0 1 .966.07m4.98-4.963a2.252 2.252 0 1 0-4.505 0a2.252 2.252 0 0 0 4.504 0m-3.005 0a.752.752 0 1 1 1.504 0a.752.752 0 0 1-1.504 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentImageProhibited24Regular(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="M6.5 12a5.5 5.5 0 1 0 0-11a5.5 5.5 0 0 0 0 11m0-1.5a4 4 0 0 1-2.248-.691l5.557-5.557A4 4 0 0 1 6.5 10.5M3.191 8.748a4 4 0 0 1 5.557-5.557zM4.5 12.687a6.5 6.5 0 0 1-1.5-.709v5.772A3.25 3.25 0 0 0 6.25 21h11.5A3.25 3.25 0 0 0 21 17.75V6.25A3.25 3.25 0 0 0 17.75 3h-5.772c.297.463.536.967.709 1.5h5.063c.966 0 1.75.784 1.75 1.75v11.5q-.002.315-.104.595l-5.822-5.702l-.128-.116a2.25 2.25 0 0 0-3.02.116l-5.823 5.7a1.8 1.8 0 0 1-.103-.593zm8.025 1.028L18.33 19.4a1.8 1.8 0 0 1-.581.099H6.25q-.308-.002-.582-.099l5.807-5.686l.084-.071a.75.75 0 0 1 .966.07m4.98-4.963a2.252 2.252 0 1 0-4.505 0a2.252 2.252 0 0 0 4.504 0m-3.005 0a.752.752 0 1 1 1.504 0a.752.752 0 0 1-1.504 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.5 12a5.5 5.5 0 1 0 0-11a5.5 5.5 0 0 0 0 11m0-1.5a4 4 0 0 1-2.248-.691l5.557-5.557A4 4 0 0 1 6.5 10.5M3.191 8.748a4 4 0 0 1 5.557-5.557zM4.5 12.687a6.5 6.5 0 0 1-1.5-.709v5.772A3.25 3.25 0 0 0 6.25 21h11.5A3.25 3.25 0 0 0 21 17.75V6.25A3.25 3.25 0 0 0 17.75 3h-5.772c.297.463.536.967.709 1.5h5.063c.966 0 1.75.784 1.75 1.75v11.5q-.002.315-.104.595l-5.822-5.702l-.128-.116a2.25 2.25 0 0 0-3.02.116l-5.823 5.7a1.8 1.8 0 0 1-.103-.593zm8.025 1.028L18.33 19.4a1.8 1.8 0 0 1-.581.099H6.25q-.308-.002-.582-.099l5.807-5.686l.084-.071a.75.75 0 0 1 .966.07m4.98-4.963a2.252 2.252 0 1 0-4.505 0a2.252 2.252 0 0 0 4.504 0m-3.005 0a.752.752 0 1 1 1.504 0a.752.752 0 0 1-1.504 0"/></svg>
</template>

CSS

.icon-image-prohibited-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.5%2012a5.5%205.5%200%201%200%200-11a5.5%205.5%200%200%200%200%2011m0-1.5a4%204%200%200%201-2.248-.691l5.557-5.557A4%204%200%200%201%206.5%2010.5M3.191%208.748a4%204%200%200%201%205.557-5.557zM4.5%2012.687a6.5%206.5%200%200%201-1.5-.709v5.772A3.25%203.25%200%200%200%206.25%2021h11.5A3.25%203.25%200%200%200%2021%2017.75V6.25A3.25%203.25%200%200%200%2017.75%203h-5.772c.297.463.536.967.709%201.5h5.063c.966%200%201.75.784%201.75%201.75v11.5q-.002.315-.104.595l-5.822-5.702l-.128-.116a2.25%202.25%200%200%200-3.02.116l-5.823%205.7a1.8%201.8%200%200%201-.103-.593zm8.025%201.028L18.33%2019.4a1.8%201.8%200%200%201-.581.099H6.25q-.308-.002-.582-.099l5.807-5.686l.084-.071a.75.75%200%200%201%20.966.07m4.98-4.963a2.252%202.252%200%201%200-4.505%200a2.252%202.252%200%200%200%204.504%200m-3.005%200a.752.752%200%201%201%201.504%200a.752.752%200%200%201-1.504%200%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%22M6.5%2012a5.5%205.5%200%201%200%200-11a5.5%205.5%200%200%200%200%2011m0-1.5a4%204%200%200%201-2.248-.691l5.557-5.557A4%204%200%200%201%206.5%2010.5M3.191%208.748a4%204%200%200%201%205.557-5.557zM4.5%2012.687a6.5%206.5%200%200%201-1.5-.709v5.772A3.25%203.25%200%200%200%206.25%2021h11.5A3.25%203.25%200%200%200%2021%2017.75V6.25A3.25%203.25%200%200%200%2017.75%203h-5.772c.297.463.536.967.709%201.5h5.063c.966%200%201.75.784%201.75%201.75v11.5q-.002.315-.104.595l-5.822-5.702l-.128-.116a2.25%202.25%200%200%200-3.02.116l-5.823%205.7a1.8%201.8%200%200%201-.103-.593zm8.025%201.028L18.33%2019.4a1.8%201.8%200%200%201-.581.099H6.25q-.308-.002-.582-.099l5.807-5.686l.084-.071a.75.75%200%200%201%20.966.07m4.98-4.963a2.252%202.252%200%201%200-4.505%200a2.252%202.252%200%200%200%204.504%200m-3.005%200a.752.752%200%201%201%201.504%200a.752.752%200%200%201-1.504%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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