camera slash icon
camera-slash-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- camera-slash-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More newicons icons from Reicon
Use the camera slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.769 2.229c-.3-.3-.79-.3-1.09 0l-18.45 18.46c-.3.3-.3.79 0 1.09a.76.76 0 0 0 1.08-.01l18.46-18.46c.31-.3.31-.78 0-1.08"/><path d="m16.55 5.11l-.72-1.45C15.37 2.75 14.17 2 13.15 2h-2.29c-1.03 0-2.23.75-2.69 1.66l-.72 1.45C7.17 5.65 6.61 6 6 6C3.83 6 2.11 7.83 2.25 9.99l.52 8.26c.05.85.26 1.64.71 2.27L18 6c-.61 0-1.17-.35-1.45-.89M9.5 10.75h-3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c.41 0 .75.34.75.75s-.34.75-.75.75m12.25-.762l-.52 8.26c-.13 2.06-1.23 3.75-3.99 3.75H7.41c-.89 0-1.34-1.08-.71-1.71l2.47-2.47c.31-.31.79-.35 1.18-.13c.69.39 1.52.54 2.4.35c1.27-.27 2.3-1.31 2.55-2.59c.17-.86.02-1.67-.36-2.34c-.22-.39-.19-.88.13-1.19l4.5-4.5a.965.965 0 0 1 1.45.11c.52.68.79 1.54.73 2.46"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCameraSlashFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.769 2.229c-.3-.3-.79-.3-1.09 0l-18.45 18.46c-.3.3-.3.79 0 1.09a.76.76 0 0 0 1.08-.01l18.46-18.46c.31-.3.31-.78 0-1.08"/><path d="m16.55 5.11l-.72-1.45C15.37 2.75 14.17 2 13.15 2h-2.29c-1.03 0-2.23.75-2.69 1.66l-.72 1.45C7.17 5.65 6.61 6 6 6C3.83 6 2.11 7.83 2.25 9.99l.52 8.26c.05.85.26 1.64.71 2.27L18 6c-.61 0-1.17-.35-1.45-.89M9.5 10.75h-3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c.41 0 .75.34.75.75s-.34.75-.75.75m12.25-.762l-.52 8.26c-.13 2.06-1.23 3.75-3.99 3.75H7.41c-.89 0-1.34-1.08-.71-1.71l2.47-2.47c.31-.31.79-.35 1.18-.13c.69.39 1.52.54 2.4.35c1.27-.27 2.3-1.31 2.55-2.59c.17-.86.02-1.67-.36-2.34c-.22-.39-.19-.88.13-1.19l4.5-4.5a.965.965 0 0 1 1.45.11c.52.68.79 1.54.73 2.46"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.769 2.229c-.3-.3-.79-.3-1.09 0l-18.45 18.46c-.3.3-.3.79 0 1.09a.76.76 0 0 0 1.08-.01l18.46-18.46c.31-.3.31-.78 0-1.08"/><path d="m16.55 5.11l-.72-1.45C15.37 2.75 14.17 2 13.15 2h-2.29c-1.03 0-2.23.75-2.69 1.66l-.72 1.45C7.17 5.65 6.61 6 6 6C3.83 6 2.11 7.83 2.25 9.99l.52 8.26c.05.85.26 1.64.71 2.27L18 6c-.61 0-1.17-.35-1.45-.89M9.5 10.75h-3c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h3c.41 0 .75.34.75.75s-.34.75-.75.75m12.25-.762l-.52 8.26c-.13 2.06-1.23 3.75-3.99 3.75H7.41c-.89 0-1.34-1.08-.71-1.71l2.47-2.47c.31-.31.79-.35 1.18-.13c.69.39 1.52.54 2.4.35c1.27-.27 2.3-1.31 2.55-2.59c.17-.86.02-1.67-.36-2.34c-.22-.39-.19-.88.13-1.19l4.5-4.5a.965.965 0 0 1 1.45.11c.52.68.79 1.54.73 2.46"/></g></svg> </template>
CSS
.icon-camera-slash-filled {
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%22currentColor%22%3E%3Cpath%20d%3D%22M21.769%202.229c-.3-.3-.79-.3-1.09%200l-18.45%2018.46c-.3.3-.3.79%200%201.09a.76.76%200%200%200%201.08-.01l18.46-18.46c.31-.3.31-.78%200-1.08%22%2F%3E%3Cpath%20d%3D%22m16.55%205.11l-.72-1.45C15.37%202.75%2014.17%202%2013.15%202h-2.29c-1.03%200-2.23.75-2.69%201.66l-.72%201.45C7.17%205.65%206.61%206%206%206C3.83%206%202.11%207.83%202.25%209.99l.52%208.26c.05.85.26%201.64.71%202.27L18%206c-.61%200-1.17-.35-1.45-.89M9.5%2010.75h-3c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h3c.41%200%20.75.34.75.75s-.34.75-.75.75m12.25-.762l-.52%208.26c-.13%202.06-1.23%203.75-3.99%203.75H7.41c-.89%200-1.34-1.08-.71-1.71l2.47-2.47c.31-.31.79-.35%201.18-.13c.69.39%201.52.54%202.4.35c1.27-.27%202.3-1.31%202.55-2.59c.17-.86.02-1.67-.36-2.34c-.22-.39-.19-.88.13-1.19l4.5-4.5a.965.965%200%200%201%201.45.11c.52.68.79%201.54.73%202.46%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%22currentColor%22%3E%3Cpath%20d%3D%22M21.769%202.229c-.3-.3-.79-.3-1.09%200l-18.45%2018.46c-.3.3-.3.79%200%201.09a.76.76%200%200%200%201.08-.01l18.46-18.46c.31-.3.31-.78%200-1.08%22%2F%3E%3Cpath%20d%3D%22m16.55%205.11l-.72-1.45C15.37%202.75%2014.17%202%2013.15%202h-2.29c-1.03%200-2.23.75-2.69%201.66l-.72%201.45C7.17%205.65%206.61%206%206%206C3.83%206%202.11%207.83%202.25%209.99l.52%208.26c.05.85.26%201.64.71%202.27L18%206c-.61%200-1.17-.35-1.45-.89M9.5%2010.75h-3c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h3c.41%200%20.75.34.75.75s-.34.75-.75.75m12.25-.762l-.52%208.26c-.13%202.06-1.23%203.75-3.99%203.75H7.41c-.89%200-1.34-1.08-.71-1.71l2.47-2.47c.31-.31.79-.35%201.18-.13c.69.39%201.52.54%202.4.35c1.27-.27%202.3-1.31%202.55-2.59c.17-.86.02-1.67-.36-2.34c-.22-.39-.19-.88.13-1.19l4.5-4.5a.965.965%200%200%201%201.45.11c.52.68.79%201.54.73%202.46%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/camera-slash-filled.svg?color=%231a73e8&size=48