camera off icon
camera-off-broken from Solar by 480 Design · Broken · Video · CC-BY-4.0 Attribution required.
- Name
- camera-off-broken
- Set
- Solar
- Style
- Broken
- 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
album-boldcamera-add-boldcamera-boldcamera-minimalistic-boldcamera-rotate-boldcamera-square-boldclapperboard-boldclapperboard-edit-boldclapperboard-open-boldclapperboard-open-play-boldclapperboard-play-boldclapperboard-text-boldfull-screen-boldfull-screen-circle-boldfull-screen-square-boldgallery-add-boldgallery-boldgallery-check-boldgallery-circle-boldgallery-download-boldgallery-edit-boldgallery-favorite-boldgallery-minimalistic-boldgallery-remove-bold
Use the camera off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M2 13.3636C2 10.2994 2 8.76721 2.74902 7.6666C3.07328 7.19014 3.48995 6.78104 3.97524 6.46268C4.69555 5.99013 5.59733 5.82123 6.978 5.76086C7.63685 5.76086 8.20412 5.27068 8.33333 4.63636C8.52715 3.68489 9.37805 3 10.3663 3H13.6337C14.6219 3 15.4728 3.68489 15.6667 4.63636C15.7959 5.27068 16.3631 5.76086 17.022 5.76086C18.4027 5.82123 19.3044 5.99013 20.0248 6.46268C20.51 6.78104 20.9267 7.19014 21.251 7.6666C22 8.76721 22 10.2994 22 13.3636C22 16.4279 22 17.9601 21.251 19.0607C20.9267 19.5371 20.51 19.9462 20.0248 20.2646C18.9038 21 17.3433 21 14.2222 21H9.77778C6.65675 21 5.09624 21 3.97524 20.2646C3.48995 19.9462 3.07328 19.5371 2.74902 19.0607C2.53746 18.7498 2.38566 18.4045 2.27673 18"/><path d="M19 10H18"/><path d="M14.5 10.5L9.5 15.5M9.49998 10.5L14.5 15.5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarCameraOffBroken(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M2 13.3636C2 10.2994 2 8.76721 2.74902 7.6666C3.07328 7.19014 3.48995 6.78104 3.97524 6.46268C4.69555 5.99013 5.59733 5.82123 6.978 5.76086C7.63685 5.76086 8.20412 5.27068 8.33333 4.63636C8.52715 3.68489 9.37805 3 10.3663 3H13.6337C14.6219 3 15.4728 3.68489 15.6667 4.63636C15.7959 5.27068 16.3631 5.76086 17.022 5.76086C18.4027 5.82123 19.3044 5.99013 20.0248 6.46268C20.51 6.78104 20.9267 7.19014 21.251 7.6666C22 8.76721 22 10.2994 22 13.3636C22 16.4279 22 17.9601 21.251 19.0607C20.9267 19.5371 20.51 19.9462 20.0248 20.2646C18.9038 21 17.3433 21 14.2222 21H9.77778C6.65675 21 5.09624 21 3.97524 20.2646C3.48995 19.9462 3.07328 19.5371 2.74902 19.0607C2.53746 18.7498 2.38566 18.4045 2.27673 18"/><path d="M19 10H18"/><path d="M14.5 10.5L9.5 15.5M9.49998 10.5L14.5 15.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M2 13.3636C2 10.2994 2 8.76721 2.74902 7.6666C3.07328 7.19014 3.48995 6.78104 3.97524 6.46268C4.69555 5.99013 5.59733 5.82123 6.978 5.76086C7.63685 5.76086 8.20412 5.27068 8.33333 4.63636C8.52715 3.68489 9.37805 3 10.3663 3H13.6337C14.6219 3 15.4728 3.68489 15.6667 4.63636C15.7959 5.27068 16.3631 5.76086 17.022 5.76086C18.4027 5.82123 19.3044 5.99013 20.0248 6.46268C20.51 6.78104 20.9267 7.19014 21.251 7.6666C22 8.76721 22 10.2994 22 13.3636C22 16.4279 22 17.9601 21.251 19.0607C20.9267 19.5371 20.51 19.9462 20.0248 20.2646C18.9038 21 17.3433 21 14.2222 21H9.77778C6.65675 21 5.09624 21 3.97524 20.2646C3.48995 19.9462 3.07328 19.5371 2.74902 19.0607C2.53746 18.7498 2.38566 18.4045 2.27673 18"/><path d="M19 10H18"/><path d="M14.5 10.5L9.5 15.5M9.49998 10.5L14.5 15.5"/></g></svg> </template>
CSS
.icon-camera-off-broken {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%2013.3636C2%2010.2994%202%208.76721%202.74902%207.6666C3.07328%207.19014%203.48995%206.78104%203.97524%206.46268C4.69555%205.99013%205.59733%205.82123%206.978%205.76086C7.63685%205.76086%208.20412%205.27068%208.33333%204.63636C8.52715%203.68489%209.37805%203%2010.3663%203H13.6337C14.6219%203%2015.4728%203.68489%2015.6667%204.63636C15.7959%205.27068%2016.3631%205.76086%2017.022%205.76086C18.4027%205.82123%2019.3044%205.99013%2020.0248%206.46268C20.51%206.78104%2020.9267%207.19014%2021.251%207.6666C22%208.76721%2022%2010.2994%2022%2013.3636C22%2016.4279%2022%2017.9601%2021.251%2019.0607C20.9267%2019.5371%2020.51%2019.9462%2020.0248%2020.2646C18.9038%2021%2017.3433%2021%2014.2222%2021H9.77778C6.65675%2021%205.09624%2021%203.97524%2020.2646C3.48995%2019.9462%203.07328%2019.5371%202.74902%2019.0607C2.53746%2018.7498%202.38566%2018.4045%202.27673%2018%22%2F%3E%3Cpath%20d%3D%22M19%2010H18%22%2F%3E%3Cpath%20d%3D%22M14.5%2010.5L9.5%2015.5M9.49998%2010.5L14.5%2015.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%2013.3636C2%2010.2994%202%208.76721%202.74902%207.6666C3.07328%207.19014%203.48995%206.78104%203.97524%206.46268C4.69555%205.99013%205.59733%205.82123%206.978%205.76086C7.63685%205.76086%208.20412%205.27068%208.33333%204.63636C8.52715%203.68489%209.37805%203%2010.3663%203H13.6337C14.6219%203%2015.4728%203.68489%2015.6667%204.63636C15.7959%205.27068%2016.3631%205.76086%2017.022%205.76086C18.4027%205.82123%2019.3044%205.99013%2020.0248%206.46268C20.51%206.78104%2020.9267%207.19014%2021.251%207.6666C22%208.76721%2022%2010.2994%2022%2013.3636C22%2016.4279%2022%2017.9601%2021.251%2019.0607C20.9267%2019.5371%2020.51%2019.9462%2020.0248%2020.2646C18.9038%2021%2017.3433%2021%2014.2222%2021H9.77778C6.65675%2021%205.09624%2021%203.97524%2020.2646C3.48995%2019.9462%203.07328%2019.5371%202.74902%2019.0607C2.53746%2018.7498%202.38566%2018.4045%202.27673%2018%22%2F%3E%3Cpath%20d%3D%22M19%2010H18%22%2F%3E%3Cpath%20d%3D%22M14.5%2010.5L9.5%2015.5M9.49998%2010.5L14.5%2015.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/camera-off-broken.svg?color=%231a73e8&size=48