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

Name
camera-off-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M14.146 14.853a.498.498 0 1 0 .708-.708l-13-12.999a.5.5 0 0 0-.708.707l2.242 2.242A2 2 0 0 0 2 5.999v5a2 2 0 0 0 2 2h8q.14 0 .273-.02zM11.292 12H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h.292l1.263 1.263a3 3 0 0 0 4.183 4.183zM6.277 6.984l2.739 2.739a2 2 0 0 1-2.738-2.738M12.001 4h-.691l-.585-1.17A1.5 1.5 0 0 0 9.382 2H6.618a1.5 1.5 0 0 0-1.342.83l-.108.216l.745.745l.258-.515A.5.5 0 0 1 6.618 3h2.764a.5.5 0 0 1 .447.276l.724 1.447a.5.5 0 0 0 .447.276h1a1 1 0 0 1 1 1v4.878l.857.857c.09-.228.144-.475.144-.734V6a2 2 0 0 0-2-2m-1.113 4.766c.065-.246.111-.5.111-.767a3 3 0 0 0-3-3c-.267 0-.52.046-.767.111l.902.902a1.99 1.99 0 0 1 1.851 1.851z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCameraOff16Regular(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.146 14.853a.498.498 0 1 0 .708-.708l-13-12.999a.5.5 0 0 0-.708.707l2.242 2.242A2 2 0 0 0 2 5.999v5a2 2 0 0 0 2 2h8q.14 0 .273-.02zM11.292 12H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h.292l1.263 1.263a3 3 0 0 0 4.183 4.183zM6.277 6.984l2.739 2.739a2 2 0 0 1-2.738-2.738M12.001 4h-.691l-.585-1.17A1.5 1.5 0 0 0 9.382 2H6.618a1.5 1.5 0 0 0-1.342.83l-.108.216l.745.745l.258-.515A.5.5 0 0 1 6.618 3h2.764a.5.5 0 0 1 .447.276l.724 1.447a.5.5 0 0 0 .447.276h1a1 1 0 0 1 1 1v4.878l.857.857c.09-.228.144-.475.144-.734V6a2 2 0 0 0-2-2m-1.113 4.766c.065-.246.111-.5.111-.767a3 3 0 0 0-3-3c-.267 0-.52.046-.767.111l.902.902a1.99 1.99 0 0 1 1.851 1.851z"/></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.146 14.853a.498.498 0 1 0 .708-.708l-13-12.999a.5.5 0 0 0-.708.707l2.242 2.242A2 2 0 0 0 2 5.999v5a2 2 0 0 0 2 2h8q.14 0 .273-.02zM11.292 12H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h.292l1.263 1.263a3 3 0 0 0 4.183 4.183zM6.277 6.984l2.739 2.739a2 2 0 0 1-2.738-2.738M12.001 4h-.691l-.585-1.17A1.5 1.5 0 0 0 9.382 2H6.618a1.5 1.5 0 0 0-1.342.83l-.108.216l.745.745l.258-.515A.5.5 0 0 1 6.618 3h2.764a.5.5 0 0 1 .447.276l.724 1.447a.5.5 0 0 0 .447.276h1a1 1 0 0 1 1 1v4.878l.857.857c.09-.228.144-.475.144-.734V6a2 2 0 0 0-2-2m-1.113 4.766c.065-.246.111-.5.111-.767a3 3 0 0 0-3-3c-.267 0-.52.046-.767.111l.902.902a1.99 1.99 0 0 1 1.851 1.851z"/></svg>
</template>

CSS

.icon-camera-off-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.146%2014.853a.498.498%200%201%200%20.708-.708l-13-12.999a.5.5%200%200%200-.708.707l2.242%202.242A2%202%200%200%200%202%205.999v5a2%202%200%200%200%202%202h8q.14%200%20.273-.02zM11.292%2012H4a1%201%200%200%201-1-1V6a1%201%200%200%201%201-1h.292l1.263%201.263a3%203%200%200%200%204.183%204.183zM6.277%206.984l2.739%202.739a2%202%200%200%201-2.738-2.738M12.001%204h-.691l-.585-1.17A1.5%201.5%200%200%200%209.382%202H6.618a1.5%201.5%200%200%200-1.342.83l-.108.216l.745.745l.258-.515A.5.5%200%200%201%206.618%203h2.764a.5.5%200%200%201%20.447.276l.724%201.447a.5.5%200%200%200%20.447.276h1a1%201%200%200%201%201%201v4.878l.857.857c.09-.228.144-.475.144-.734V6a2%202%200%200%200-2-2m-1.113%204.766c.065-.246.111-.5.111-.767a3%203%200%200%200-3-3c-.267%200-.52.046-.767.111l.902.902a1.99%201.99%200%200%201%201.851%201.851z%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.146%2014.853a.498.498%200%201%200%20.708-.708l-13-12.999a.5.5%200%200%200-.708.707l2.242%202.242A2%202%200%200%200%202%205.999v5a2%202%200%200%200%202%202h8q.14%200%20.273-.02zM11.292%2012H4a1%201%200%200%201-1-1V6a1%201%200%200%201%201-1h.292l1.263%201.263a3%203%200%200%200%204.183%204.183zM6.277%206.984l2.739%202.739a2%202%200%200%201-2.738-2.738M12.001%204h-.691l-.585-1.17A1.5%201.5%200%200%200%209.382%202H6.618a1.5%201.5%200%200%200-1.342.83l-.108.216l.745.745l.258-.515A.5.5%200%200%201%206.618%203h2.764a.5.5%200%200%201%20.447.276l.724%201.447a.5.5%200%200%200%20.447.276h1a1%201%200%200%201%201%201v4.878l.857.857c.09-.228.144-.475.144-.734V6a2%202%200%200%200-2-2m-1.113%204.766c.065-.246.111-.5.111-.767a3%203%200%200%200-3-3c-.267%200-.52.046-.767.111l.902.902a1.99%201.99%200%200%201%201.851%201.851z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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