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

Name
camera-off-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the camera off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l1.915 1.916A3.25 3.25 0 0 0 2 8.25v9.5A3.25 3.25 0 0 0 5.25 21h13.5a3.2 3.2 0 0 0 1.024-.165l.945.945a.75.75 0 0 0 1.061-1.06zM18.44 19.5H5.25a1.75 1.75 0 0 1-1.75-1.75v-9.5c0-.966.784-1.75 1.75-1.75h.19l3.11 3.11a4.5 4.5 0 0 0 6.34 6.34zm-8.822-8.822l4.205 4.205a3 3 0 0 1-4.206-4.206m1.628-2.615l1.54 1.541a3 3 0 0 1 2.111 2.11l1.54 1.541a4.5 4.5 0 0 0-5.192-5.192m9.255.187v9.068l1.364 1.365q.135-.446.136-.933v-9.5A3.25 3.25 0 0 0 18.75 5h-2.07l-.815-1.387a2.25 2.25 0 0 0-1.94-1.11h-3.803a2.25 2.25 0 0 0-1.917 1.073l-.55.896l1.09 1.091l.738-1.202l.065-.09a.75.75 0 0 1 .574-.268h3.803a.75.75 0 0 1 .646.37l1.032 1.757a.75.75 0 0 0 .647.37h2.5c.966 0 1.75.784 1.75 1.75"/></svg>

React

import type { SVGProps } from "react";

export function FluentCameraOff24Regular(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="M3.28 2.22a.75.75 0 1 0-1.06 1.06l1.915 1.916A3.25 3.25 0 0 0 2 8.25v9.5A3.25 3.25 0 0 0 5.25 21h13.5a3.2 3.2 0 0 0 1.024-.165l.945.945a.75.75 0 0 0 1.061-1.06zM18.44 19.5H5.25a1.75 1.75 0 0 1-1.75-1.75v-9.5c0-.966.784-1.75 1.75-1.75h.19l3.11 3.11a4.5 4.5 0 0 0 6.34 6.34zm-8.822-8.822l4.205 4.205a3 3 0 0 1-4.206-4.206m1.628-2.615l1.54 1.541a3 3 0 0 1 2.111 2.11l1.54 1.541a4.5 4.5 0 0 0-5.192-5.192m9.255.187v9.068l1.364 1.365q.135-.446.136-.933v-9.5A3.25 3.25 0 0 0 18.75 5h-2.07l-.815-1.387a2.25 2.25 0 0 0-1.94-1.11h-3.803a2.25 2.25 0 0 0-1.917 1.073l-.55.896l1.09 1.091l.738-1.202l.065-.09a.75.75 0 0 1 .574-.268h3.803a.75.75 0 0 1 .646.37l1.032 1.757a.75.75 0 0 0 .647.37h2.5c.966 0 1.75.784 1.75 1.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.28 2.22a.75.75 0 1 0-1.06 1.06l1.915 1.916A3.25 3.25 0 0 0 2 8.25v9.5A3.25 3.25 0 0 0 5.25 21h13.5a3.2 3.2 0 0 0 1.024-.165l.945.945a.75.75 0 0 0 1.061-1.06zM18.44 19.5H5.25a1.75 1.75 0 0 1-1.75-1.75v-9.5c0-.966.784-1.75 1.75-1.75h.19l3.11 3.11a4.5 4.5 0 0 0 6.34 6.34zm-8.822-8.822l4.205 4.205a3 3 0 0 1-4.206-4.206m1.628-2.615l1.54 1.541a3 3 0 0 1 2.111 2.11l1.54 1.541a4.5 4.5 0 0 0-5.192-5.192m9.255.187v9.068l1.364 1.365q.135-.446.136-.933v-9.5A3.25 3.25 0 0 0 18.75 5h-2.07l-.815-1.387a2.25 2.25 0 0 0-1.94-1.11h-3.803a2.25 2.25 0 0 0-1.917 1.073l-.55.896l1.09 1.091l.738-1.202l.065-.09a.75.75 0 0 1 .574-.268h3.803a.75.75 0 0 1 .646.37l1.032 1.757a.75.75 0 0 0 .647.37h2.5c.966 0 1.75.784 1.75 1.75"/></svg>
</template>

CSS

.icon-camera-off-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%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l1.915%201.916A3.25%203.25%200%200%200%202%208.25v9.5A3.25%203.25%200%200%200%205.25%2021h13.5a3.2%203.2%200%200%200%201.024-.165l.945.945a.75.75%200%200%200%201.061-1.06zM18.44%2019.5H5.25a1.75%201.75%200%200%201-1.75-1.75v-9.5c0-.966.784-1.75%201.75-1.75h.19l3.11%203.11a4.5%204.5%200%200%200%206.34%206.34zm-8.822-8.822l4.205%204.205a3%203%200%200%201-4.206-4.206m1.628-2.615l1.54%201.541a3%203%200%200%201%202.111%202.11l1.54%201.541a4.5%204.5%200%200%200-5.192-5.192m9.255.187v9.068l1.364%201.365q.135-.446.136-.933v-9.5A3.25%203.25%200%200%200%2018.75%205h-2.07l-.815-1.387a2.25%202.25%200%200%200-1.94-1.11h-3.803a2.25%202.25%200%200%200-1.917%201.073l-.55.896l1.09%201.091l.738-1.202l.065-.09a.75.75%200%200%201%20.574-.268h3.803a.75.75%200%200%201%20.646.37l1.032%201.757a.75.75%200%200%200%20.647.37h2.5c.966%200%201.75.784%201.75%201.75%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%22M3.28%202.22a.75.75%200%201%200-1.06%201.06l1.915%201.916A3.25%203.25%200%200%200%202%208.25v9.5A3.25%203.25%200%200%200%205.25%2021h13.5a3.2%203.2%200%200%200%201.024-.165l.945.945a.75.75%200%200%200%201.061-1.06zM18.44%2019.5H5.25a1.75%201.75%200%200%201-1.75-1.75v-9.5c0-.966.784-1.75%201.75-1.75h.19l3.11%203.11a4.5%204.5%200%200%200%206.34%206.34zm-8.822-8.822l4.205%204.205a3%203%200%200%201-4.206-4.206m1.628-2.615l1.54%201.541a3%203%200%200%201%202.111%202.11l1.54%201.541a4.5%204.5%200%200%200-5.192-5.192m9.255.187v9.068l1.364%201.365q.135-.446.136-.933v-9.5A3.25%203.25%200%200%200%2018.75%205h-2.07l-.815-1.387a2.25%202.25%200%200%200-1.94-1.11h-3.803a2.25%202.25%200%200%200-1.917%201.073l-.55.896l1.09%201.091l.738-1.202l.065-.09a.75.75%200%200%201%20.574-.268h3.803a.75.75%200%200%201%20.646.37l1.032%201.757a.75.75%200%200%200%20.647.37h2.5c.966%200%201.75.784%201.75%201.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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