camera off icon

camera-off-bold from Solar by 480 Design · Bold · Video · CC-BY-4.0 Attribution required.

Name
camera-off-bold
Set
Solar
Style
Bold
Category
Video
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More video icons from Solar

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" fill-rule="evenodd" d="M13.6338 3C14.5602 3.00006 15.3662 3.60182 15.623 4.46094L15.6963 4.75391C15.8676 5.3302 16.4049 5.76074 17.0225 5.76074C18.4028 5.82113 19.3042 5.99047 20.0244 6.46289C20.5097 6.78126 20.9267 7.19053 21.251 7.66699C21.9998 8.76754 22 10.2995 22 13.3633C22 16.4275 21.9999 17.9599 21.251 19.0605C20.9267 19.537 20.5097 19.9463 20.0244 20.2646C18.9035 20.9998 17.3431 21 14.2227 21H9.77734C6.65685 21 5.09651 20.9998 3.97559 20.2646C3.4903 19.9463 3.07328 19.537 2.74902 19.0605C2.00006 17.9599 2 16.4275 2 13.3633C2 10.2995 2.00021 8.76754 2.74902 7.66699C3.07328 7.19053 3.4903 6.78126 3.97559 6.46289C4.69579 5.99047 5.59722 5.82113 6.97754 5.76074C7.59506 5.76074 8.13236 5.3302 8.30371 4.75391L8.37695 4.46094C8.63379 3.60182 9.4398 3.00006 10.3662 3H13.6338ZM15.0303 9.96973C14.7374 9.67685 14.2626 9.67688 13.9697 9.96973L12 11.9395L10.0303 9.96973C9.73739 9.67685 9.26262 9.67687 8.96973 9.96973C8.67683 10.2626 8.67683 10.7374 8.96973 11.0303L10.9395 13L8.96973 14.9697C8.67683 15.2626 8.67683 15.7374 8.96973 16.0303C9.26262 16.3231 9.73739 16.3232 10.0303 16.0303L12 14.0605L13.9697 16.0303C14.2626 16.3231 14.7374 16.3231 15.0303 16.0303C15.3231 15.7374 15.3231 15.2626 15.0303 14.9697L13.0605 13L15.0303 11.0303C15.3231 10.7374 15.3231 10.2626 15.0303 9.96973ZM18 9.25C17.5858 9.25 17.25 9.58579 17.25 10C17.25 10.4142 17.5858 10.75 18 10.75H19C19.4142 10.75 19.75 10.4142 19.75 10C19.75 9.58581 19.4142 9.25003 19 9.25H18Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarCameraOffBold(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" fillRule="evenodd" d="M13.6338 3C14.5602 3.00006 15.3662 3.60182 15.623 4.46094L15.6963 4.75391C15.8676 5.3302 16.4049 5.76074 17.0225 5.76074C18.4028 5.82113 19.3042 5.99047 20.0244 6.46289C20.5097 6.78126 20.9267 7.19053 21.251 7.66699C21.9998 8.76754 22 10.2995 22 13.3633C22 16.4275 21.9999 17.9599 21.251 19.0605C20.9267 19.537 20.5097 19.9463 20.0244 20.2646C18.9035 20.9998 17.3431 21 14.2227 21H9.77734C6.65685 21 5.09651 20.9998 3.97559 20.2646C3.4903 19.9463 3.07328 19.537 2.74902 19.0605C2.00006 17.9599 2 16.4275 2 13.3633C2 10.2995 2.00021 8.76754 2.74902 7.66699C3.07328 7.19053 3.4903 6.78126 3.97559 6.46289C4.69579 5.99047 5.59722 5.82113 6.97754 5.76074C7.59506 5.76074 8.13236 5.3302 8.30371 4.75391L8.37695 4.46094C8.63379 3.60182 9.4398 3.00006 10.3662 3H13.6338ZM15.0303 9.96973C14.7374 9.67685 14.2626 9.67688 13.9697 9.96973L12 11.9395L10.0303 9.96973C9.73739 9.67685 9.26262 9.67687 8.96973 9.96973C8.67683 10.2626 8.67683 10.7374 8.96973 11.0303L10.9395 13L8.96973 14.9697C8.67683 15.2626 8.67683 15.7374 8.96973 16.0303C9.26262 16.3231 9.73739 16.3232 10.0303 16.0303L12 14.0605L13.9697 16.0303C14.2626 16.3231 14.7374 16.3231 15.0303 16.0303C15.3231 15.7374 15.3231 15.2626 15.0303 14.9697L13.0605 13L15.0303 11.0303C15.3231 10.7374 15.3231 10.2626 15.0303 9.96973ZM18 9.25C17.5858 9.25 17.25 9.58579 17.25 10C17.25 10.4142 17.5858 10.75 18 10.75H19C19.4142 10.75 19.75 10.4142 19.75 10C19.75 9.58581 19.4142 9.25003 19 9.25H18Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M13.6338 3C14.5602 3.00006 15.3662 3.60182 15.623 4.46094L15.6963 4.75391C15.8676 5.3302 16.4049 5.76074 17.0225 5.76074C18.4028 5.82113 19.3042 5.99047 20.0244 6.46289C20.5097 6.78126 20.9267 7.19053 21.251 7.66699C21.9998 8.76754 22 10.2995 22 13.3633C22 16.4275 21.9999 17.9599 21.251 19.0605C20.9267 19.537 20.5097 19.9463 20.0244 20.2646C18.9035 20.9998 17.3431 21 14.2227 21H9.77734C6.65685 21 5.09651 20.9998 3.97559 20.2646C3.4903 19.9463 3.07328 19.537 2.74902 19.0605C2.00006 17.9599 2 16.4275 2 13.3633C2 10.2995 2.00021 8.76754 2.74902 7.66699C3.07328 7.19053 3.4903 6.78126 3.97559 6.46289C4.69579 5.99047 5.59722 5.82113 6.97754 5.76074C7.59506 5.76074 8.13236 5.3302 8.30371 4.75391L8.37695 4.46094C8.63379 3.60182 9.4398 3.00006 10.3662 3H13.6338ZM15.0303 9.96973C14.7374 9.67685 14.2626 9.67688 13.9697 9.96973L12 11.9395L10.0303 9.96973C9.73739 9.67685 9.26262 9.67687 8.96973 9.96973C8.67683 10.2626 8.67683 10.7374 8.96973 11.0303L10.9395 13L8.96973 14.9697C8.67683 15.2626 8.67683 15.7374 8.96973 16.0303C9.26262 16.3231 9.73739 16.3232 10.0303 16.0303L12 14.0605L13.9697 16.0303C14.2626 16.3231 14.7374 16.3231 15.0303 16.0303C15.3231 15.7374 15.3231 15.2626 15.0303 14.9697L13.0605 13L15.0303 11.0303C15.3231 10.7374 15.3231 10.2626 15.0303 9.96973ZM18 9.25C17.5858 9.25 17.25 9.58579 17.25 10C17.25 10.4142 17.5858 10.75 18 10.75H19C19.4142 10.75 19.75 10.4142 19.75 10C19.75 9.58581 19.4142 9.25003 19 9.25H18Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-camera-off-bold {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M13.6338%203C14.5602%203.00006%2015.3662%203.60182%2015.623%204.46094L15.6963%204.75391C15.8676%205.3302%2016.4049%205.76074%2017.0225%205.76074C18.4028%205.82113%2019.3042%205.99047%2020.0244%206.46289C20.5097%206.78126%2020.9267%207.19053%2021.251%207.66699C21.9998%208.76754%2022%2010.2995%2022%2013.3633C22%2016.4275%2021.9999%2017.9599%2021.251%2019.0605C20.9267%2019.537%2020.5097%2019.9463%2020.0244%2020.2646C18.9035%2020.9998%2017.3431%2021%2014.2227%2021H9.77734C6.65685%2021%205.09651%2020.9998%203.97559%2020.2646C3.4903%2019.9463%203.07328%2019.537%202.74902%2019.0605C2.00006%2017.9599%202%2016.4275%202%2013.3633C2%2010.2995%202.00021%208.76754%202.74902%207.66699C3.07328%207.19053%203.4903%206.78126%203.97559%206.46289C4.69579%205.99047%205.59722%205.82113%206.97754%205.76074C7.59506%205.76074%208.13236%205.3302%208.30371%204.75391L8.37695%204.46094C8.63379%203.60182%209.4398%203.00006%2010.3662%203H13.6338ZM15.0303%209.96973C14.7374%209.67685%2014.2626%209.67688%2013.9697%209.96973L12%2011.9395L10.0303%209.96973C9.73739%209.67685%209.26262%209.67687%208.96973%209.96973C8.67683%2010.2626%208.67683%2010.7374%208.96973%2011.0303L10.9395%2013L8.96973%2014.9697C8.67683%2015.2626%208.67683%2015.7374%208.96973%2016.0303C9.26262%2016.3231%209.73739%2016.3232%2010.0303%2016.0303L12%2014.0605L13.9697%2016.0303C14.2626%2016.3231%2014.7374%2016.3231%2015.0303%2016.0303C15.3231%2015.7374%2015.3231%2015.2626%2015.0303%2014.9697L13.0605%2013L15.0303%2011.0303C15.3231%2010.7374%2015.3231%2010.2626%2015.0303%209.96973ZM18%209.25C17.5858%209.25%2017.25%209.58579%2017.25%2010C17.25%2010.4142%2017.5858%2010.75%2018%2010.75H19C19.4142%2010.75%2019.75%2010.4142%2019.75%2010C19.75%209.58581%2019.4142%209.25003%2019%209.25H18Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M13.6338%203C14.5602%203.00006%2015.3662%203.60182%2015.623%204.46094L15.6963%204.75391C15.8676%205.3302%2016.4049%205.76074%2017.0225%205.76074C18.4028%205.82113%2019.3042%205.99047%2020.0244%206.46289C20.5097%206.78126%2020.9267%207.19053%2021.251%207.66699C21.9998%208.76754%2022%2010.2995%2022%2013.3633C22%2016.4275%2021.9999%2017.9599%2021.251%2019.0605C20.9267%2019.537%2020.5097%2019.9463%2020.0244%2020.2646C18.9035%2020.9998%2017.3431%2021%2014.2227%2021H9.77734C6.65685%2021%205.09651%2020.9998%203.97559%2020.2646C3.4903%2019.9463%203.07328%2019.537%202.74902%2019.0605C2.00006%2017.9599%202%2016.4275%202%2013.3633C2%2010.2995%202.00021%208.76754%202.74902%207.66699C3.07328%207.19053%203.4903%206.78126%203.97559%206.46289C4.69579%205.99047%205.59722%205.82113%206.97754%205.76074C7.59506%205.76074%208.13236%205.3302%208.30371%204.75391L8.37695%204.46094C8.63379%203.60182%209.4398%203.00006%2010.3662%203H13.6338ZM15.0303%209.96973C14.7374%209.67685%2014.2626%209.67688%2013.9697%209.96973L12%2011.9395L10.0303%209.96973C9.73739%209.67685%209.26262%209.67687%208.96973%209.96973C8.67683%2010.2626%208.67683%2010.7374%208.96973%2011.0303L10.9395%2013L8.96973%2014.9697C8.67683%2015.2626%208.67683%2015.7374%208.96973%2016.0303C9.26262%2016.3231%209.73739%2016.3232%2010.0303%2016.0303L12%2014.0605L13.9697%2016.0303C14.2626%2016.3231%2014.7374%2016.3231%2015.0303%2016.0303C15.3231%2015.7374%2015.3231%2015.2626%2015.0303%2014.9697L13.0605%2013L15.0303%2011.0303C15.3231%2010.7374%2015.3231%2010.2626%2015.0303%209.96973ZM18%209.25C17.5858%209.25%2017.25%209.58579%2017.25%2010C17.25%2010.4142%2017.5858%2010.75%2018%2010.75H19C19.4142%2010.75%2019.75%2010.4142%2019.75%2010C19.75%209.58581%2019.4142%209.25003%2019%209.25H18Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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