videocam off icon
videocam-off-outline-rounded from Material Symbols Light by Google · Outline Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- videocam-off-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Audio & Video
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More audio & video icons from Material Symbols Light
Use the videocam off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.539 11.27l2.348-2.349q.186-.186.438-.09t.252.369v5.6q0 .272-.252.369t-.438-.09l-2.348-2.348V14q0 .213-.145.356t-.356.144t-.356-.144t-.144-.356V6.616q0-.27-.173-.443T15.924 6h-7.27q-.25 0-.374-.155q-.125-.155-.125-.341t.125-.345T8.654 5h7.269q.69 0 1.153.463t.463 1.153zm1.503 9.342L2.773 4.342q-.14-.14-.15-.344t.15-.364t.354-.159t.354.16L19.75 19.903q.14.14.15.344t-.15.364t-.354.16t-.354-.16M4.884 5.038L5.846 6h-.692q-.27 0-.442.173q-.173.173-.173.443v10.769q0 .269.173.442t.442.173h10.769q.27 0 .443-.173t.173-.443v-.692l.961.962q-.096.575-.531.96q-.435.386-1.046.386H5.153q-.69 0-1.152-.462t-.462-1.153V6.615q0-.61.385-1.045t.96-.531"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightVideocamOffOutlineRounded(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="m17.539 11.27l2.348-2.349q.186-.186.438-.09t.252.369v5.6q0 .272-.252.369t-.438-.09l-2.348-2.348V14q0 .213-.145.356t-.356.144t-.356-.144t-.144-.356V6.616q0-.27-.173-.443T15.924 6h-7.27q-.25 0-.374-.155q-.125-.155-.125-.341t.125-.345T8.654 5h7.269q.69 0 1.153.463t.463 1.153zm1.503 9.342L2.773 4.342q-.14-.14-.15-.344t.15-.364t.354-.159t.354.16L19.75 19.903q.14.14.15.344t-.15.364t-.354.16t-.354-.16M4.884 5.038L5.846 6h-.692q-.27 0-.442.173q-.173.173-.173.443v10.769q0 .269.173.442t.442.173h10.769q.27 0 .443-.173t.173-.443v-.692l.961.962q-.096.575-.531.96q-.435.386-1.046.386H5.153q-.69 0-1.152-.462t-.462-1.153V6.615q0-.61.385-1.045t.96-.531"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.539 11.27l2.348-2.349q.186-.186.438-.09t.252.369v5.6q0 .272-.252.369t-.438-.09l-2.348-2.348V14q0 .213-.145.356t-.356.144t-.356-.144t-.144-.356V6.616q0-.27-.173-.443T15.924 6h-7.27q-.25 0-.374-.155q-.125-.155-.125-.341t.125-.345T8.654 5h7.269q.69 0 1.153.463t.463 1.153zm1.503 9.342L2.773 4.342q-.14-.14-.15-.344t.15-.364t.354-.159t.354.16L19.75 19.903q.14.14.15.344t-.15.364t-.354.16t-.354-.16M4.884 5.038L5.846 6h-.692q-.27 0-.442.173q-.173.173-.173.443v10.769q0 .269.173.442t.442.173h10.769q.27 0 .443-.173t.173-.443v-.692l.961.962q-.096.575-.531.96q-.435.386-1.046.386H5.153q-.69 0-1.152-.462t-.462-1.153V6.615q0-.61.385-1.045t.96-.531"/></svg> </template>
CSS
.icon-videocam-off-outline-rounded {
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%22m17.539%2011.27l2.348-2.349q.186-.186.438-.09t.252.369v5.6q0%20.272-.252.369t-.438-.09l-2.348-2.348V14q0%20.213-.145.356t-.356.144t-.356-.144t-.144-.356V6.616q0-.27-.173-.443T15.924%206h-7.27q-.25%200-.374-.155q-.125-.155-.125-.341t.125-.345T8.654%205h7.269q.69%200%201.153.463t.463%201.153zm1.503%209.342L2.773%204.342q-.14-.14-.15-.344t.15-.364t.354-.159t.354.16L19.75%2019.903q.14.14.15.344t-.15.364t-.354.16t-.354-.16M4.884%205.038L5.846%206h-.692q-.27%200-.442.173q-.173.173-.173.443v10.769q0%20.269.173.442t.442.173h10.769q.27%200%20.443-.173t.173-.443v-.692l.961.962q-.096.575-.531.96q-.435.386-1.046.386H5.153q-.69%200-1.152-.462t-.462-1.153V6.615q0-.61.385-1.045t.96-.531%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%22m17.539%2011.27l2.348-2.349q.186-.186.438-.09t.252.369v5.6q0%20.272-.252.369t-.438-.09l-2.348-2.348V14q0%20.213-.145.356t-.356.144t-.356-.144t-.144-.356V6.616q0-.27-.173-.443T15.924%206h-7.27q-.25%200-.374-.155q-.125-.155-.125-.341t.125-.345T8.654%205h7.269q.69%200%201.153.463t.463%201.153zm1.503%209.342L2.773%204.342q-.14-.14-.15-.344t.15-.364t.354-.159t.354.16L19.75%2019.903q.14.14.15.344t-.15.364t-.354.16t-.354-.16M4.884%205.038L5.846%206h-.692q-.27%200-.442.173q-.173.173-.173.443v10.769q0%20.269.173.442t.442.173h10.769q.27%200%20.443-.173t.173-.443v-.692l.961.962q-.096.575-.531.96q-.435.386-1.046.386H5.153q-.69%200-1.152-.462t-.462-1.153V6.615q0-.61.385-1.045t.96-.531%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/videocam-off-outline-rounded.svg?color=%231a73e8&size=48