camera off icon

camera-off-line from Remix Icon by Remix Design · Line · Media · Apache-2.0 Free for personal and commercial use.

Name
camera-off-line
Set
Remix Icon
Style
Line
Category
Media
Viewbox
24×24
License
Apache 2.0

1 other variant in Remix Icon

The same icon in other sets

More media icons from Remix Icon

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="M19.586 21H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h.586L1.394 2.808l1.414-1.415l19.799 19.8l-1.415 1.414zm-14-14H4v12h13.586l-2.18-2.18A5.5 5.5 0 0 1 7.68 9.094zm3.525 3.525a3.5 3.5 0 0 0 4.865 4.865zM22 17.785l-2-2V7h-3.83l-2-2H9.83l-.308.307l-1.414-1.414L9 3h6l2 2h4a1 1 0 0 1 1 1zM11.262 7.05a5.5 5.5 0 0 1 6.188 6.188L15.112 10.9A3.5 3.5 0 0 0 13.6 9.388z"/></svg>

React

import type { SVGProps } from "react";

export function RiCameraOffLine(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="M19.586 21H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h.586L1.394 2.808l1.414-1.415l19.799 19.8l-1.415 1.414zm-14-14H4v12h13.586l-2.18-2.18A5.5 5.5 0 0 1 7.68 9.094zm3.525 3.525a3.5 3.5 0 0 0 4.865 4.865zM22 17.785l-2-2V7h-3.83l-2-2H9.83l-.308.307l-1.414-1.414L9 3h6l2 2h4a1 1 0 0 1 1 1zM11.262 7.05a5.5 5.5 0 0 1 6.188 6.188L15.112 10.9A3.5 3.5 0 0 0 13.6 9.388z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.586 21H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h.586L1.394 2.808l1.414-1.415l19.799 19.8l-1.415 1.414zm-14-14H4v12h13.586l-2.18-2.18A5.5 5.5 0 0 1 7.68 9.094zm3.525 3.525a3.5 3.5 0 0 0 4.865 4.865zM22 17.785l-2-2V7h-3.83l-2-2H9.83l-.308.307l-1.414-1.414L9 3h6l2 2h4a1 1 0 0 1 1 1zM11.262 7.05a5.5 5.5 0 0 1 6.188 6.188L15.112 10.9A3.5 3.5 0 0 0 13.6 9.388z"/></svg>
</template>

CSS

.icon-camera-off-line {
  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%22M19.586%2021H3a1%201%200%200%201-1-1V6a1%201%200%200%201%201-1h.586L1.394%202.808l1.414-1.415l19.799%2019.8l-1.415%201.414zm-14-14H4v12h13.586l-2.18-2.18A5.5%205.5%200%200%201%207.68%209.094zm3.525%203.525a3.5%203.5%200%200%200%204.865%204.865zM22%2017.785l-2-2V7h-3.83l-2-2H9.83l-.308.307l-1.414-1.414L9%203h6l2%202h4a1%201%200%200%201%201%201zM11.262%207.05a5.5%205.5%200%200%201%206.188%206.188L15.112%2010.9A3.5%203.5%200%200%200%2013.6%209.388z%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%22M19.586%2021H3a1%201%200%200%201-1-1V6a1%201%200%200%201%201-1h.586L1.394%202.808l1.414-1.415l19.799%2019.8l-1.415%201.414zm-14-14H4v12h13.586l-2.18-2.18A5.5%205.5%200%200%201%207.68%209.094zm3.525%203.525a3.5%203.5%200%200%200%204.865%204.865zM22%2017.785l-2-2V7h-3.83l-2-2H9.83l-.308.307l-1.414-1.414L9%203h6l2%202h4a1%201%200%200%201%201%201zM11.262%207.05a5.5%205.5%200%200%201%206.188%206.188L15.112%2010.9A3.5%203.5%200%200%200%2013.6%209.388z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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