camera slash icon
camera-slash from Unicons by Iconscout · Line · User Interface · Apache-2.0 Free for personal and commercial use.
- Name
- camera-slash
- Set
- Unicons
- Style
- Line
- Category
- User Interface
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More user interface icons from Unicons
Use the camera slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.71 2.29a1 1 0 0 0-1.42 1.42l2.8 2.79H5a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h14.08l1.21 1.22a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42Zm6.49 9.33l2.68 2.68a2 2 0 0 1-.88.2a2 2 0 0 1-2-2a2 2 0 0 1 .2-.88M5 18.5a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h2.07l1.7 1.69A3.92 3.92 0 0 0 8 12.5a4 4 0 0 0 4 4a3.92 3.92 0 0 0 2.32-.77l2.77 2.77Zm14-12h-1.28l-.31-1a3 3 0 0 0-2.85-2h-4.4a1 1 0 0 0 0 2h4.4a1 1 0 0 1 .95.68l.54 1.63a1 1 0 0 0 .95.69h2a1 1 0 0 1 1 1v5.84a1 1 0 1 0 2 0V9.5a3 3 0 0 0-3-3"/></svg>
React
import type { SVGProps } from "react";
export function UilCameraSlash(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.71 2.29a1 1 0 0 0-1.42 1.42l2.8 2.79H5a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h14.08l1.21 1.22a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42Zm6.49 9.33l2.68 2.68a2 2 0 0 1-.88.2a2 2 0 0 1-2-2a2 2 0 0 1 .2-.88M5 18.5a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h2.07l1.7 1.69A3.92 3.92 0 0 0 8 12.5a4 4 0 0 0 4 4a3.92 3.92 0 0 0 2.32-.77l2.77 2.77Zm14-12h-1.28l-.31-1a3 3 0 0 0-2.85-2h-4.4a1 1 0 0 0 0 2h4.4a1 1 0 0 1 .95.68l.54 1.63a1 1 0 0 0 .95.69h2a1 1 0 0 1 1 1v5.84a1 1 0 1 0 2 0V9.5a3 3 0 0 0-3-3"/></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.71 2.29a1 1 0 0 0-1.42 1.42l2.8 2.79H5a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h14.08l1.21 1.22a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42Zm6.49 9.33l2.68 2.68a2 2 0 0 1-.88.2a2 2 0 0 1-2-2a2 2 0 0 1 .2-.88M5 18.5a1 1 0 0 1-1-1v-8a1 1 0 0 1 1-1h2.07l1.7 1.69A3.92 3.92 0 0 0 8 12.5a4 4 0 0 0 4 4a3.92 3.92 0 0 0 2.32-.77l2.77 2.77Zm14-12h-1.28l-.31-1a3 3 0 0 0-2.85-2h-4.4a1 1 0 0 0 0 2h4.4a1 1 0 0 1 .95.68l.54 1.63a1 1 0 0 0 .95.69h2a1 1 0 0 1 1 1v5.84a1 1 0 1 0 2 0V9.5a3 3 0 0 0-3-3"/></svg> </template>
CSS
.icon-camera-slash {
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.71%202.29a1%201%200%200%200-1.42%201.42l2.8%202.79H5a3%203%200%200%200-3%203v8a3%203%200%200%200%203%203h14.08l1.21%201.22a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42Zm6.49%209.33l2.68%202.68a2%202%200%200%201-.88.2a2%202%200%200%201-2-2a2%202%200%200%201%20.2-.88M5%2018.5a1%201%200%200%201-1-1v-8a1%201%200%200%201%201-1h2.07l1.7%201.69A3.92%203.92%200%200%200%208%2012.5a4%204%200%200%200%204%204a3.92%203.92%200%200%200%202.32-.77l2.77%202.77Zm14-12h-1.28l-.31-1a3%203%200%200%200-2.85-2h-4.4a1%201%200%200%200%200%202h4.4a1%201%200%200%201%20.95.68l.54%201.63a1%201%200%200%200%20.95.69h2a1%201%200%200%201%201%201v5.84a1%201%200%201%200%202%200V9.5a3%203%200%200%200-3-3%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.71%202.29a1%201%200%200%200-1.42%201.42l2.8%202.79H5a3%203%200%200%200-3%203v8a3%203%200%200%200%203%203h14.08l1.21%201.22a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42Zm6.49%209.33l2.68%202.68a2%202%200%200%201-.88.2a2%202%200%200%201-2-2a2%202%200%200%201%20.2-.88M5%2018.5a1%201%200%200%201-1-1v-8a1%201%200%200%201%201-1h2.07l1.7%201.69A3.92%203.92%200%200%200%208%2012.5a4%204%200%200%200%204%204a3.92%203.92%200%200%200%202.32-.77l2.77%202.77Zm14-12h-1.28l-.31-1a3%203%200%200%200-2.85-2h-4.4a1%201%200%200%200%200%202h4.4a1%201%200%200%201%20.95.68l.54%201.63a1%201%200%200%200%20.95.69h2a1%201%200%200%201%201%201v5.84a1%201%200%201%200%202%200V9.5a3%203%200%200%200-3-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/camera-slash.svg?color=%231a73e8&size=48