videocam alert icon
videocam-alert-rounded from Material Symbols Light by Google · Rounded · Audio & Video · Apache-2.0 Free for personal and commercial use.
- Name
- videocam-alert-rounded
- Set
- Material Symbols Light
- Style
- 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 alert icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.698 19q-.332 0-.509-.267t-.047-.595q.174-.49.26-1.018t.087-1.068q0-2.67-1.875-4.543T6.071 9.635q-.438 0-.877.055q-.438.054-.852.189q-.326.085-.594-.082q-.267-.166-.267-.493V6.616q0-.691.462-1.153T5.096 5h10.77q.69 0 1.152.463t.463 1.153v4.653l2.342-2.342q.193-.192.444-.096q.252.096.252.369v5.6q0 .273-.252.37q-.251.095-.444-.097l-2.342-2.342v4.654q0 .69-.463 1.153T15.866 19zm-9.533-.164Q2 17.67 2 16t1.165-2.835T6 12t2.836 1.165T10 16t-1.164 2.836T6 20t-2.835-1.164M6 16.577q.162 0 .273-.111q.112-.112.112-.274v-2.23q0-.162-.112-.273T6 13.577t-.273.112t-.111.273v2.23q0 .162.111.274q.112.111.273.111m0 1.846q.2 0 .33-.13t.132-.331t-.131-.331T6 17.5t-.33.13t-.132.332t.131.33t.331.131"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightVideocamAlertRounded(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="M12.698 19q-.332 0-.509-.267t-.047-.595q.174-.49.26-1.018t.087-1.068q0-2.67-1.875-4.543T6.071 9.635q-.438 0-.877.055q-.438.054-.852.189q-.326.085-.594-.082q-.267-.166-.267-.493V6.616q0-.691.462-1.153T5.096 5h10.77q.69 0 1.152.463t.463 1.153v4.653l2.342-2.342q.193-.192.444-.096q.252.096.252.369v5.6q0 .273-.252.37q-.251.095-.444-.097l-2.342-2.342v4.654q0 .69-.463 1.153T15.866 19zm-9.533-.164Q2 17.67 2 16t1.165-2.835T6 12t2.836 1.165T10 16t-1.164 2.836T6 20t-2.835-1.164M6 16.577q.162 0 .273-.111q.112-.112.112-.274v-2.23q0-.162-.112-.273T6 13.577t-.273.112t-.111.273v2.23q0 .162.111.274q.112.111.273.111m0 1.846q.2 0 .33-.13t.132-.331t-.131-.331T6 17.5t-.33.13t-.132.332t.131.33t.331.131"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.698 19q-.332 0-.509-.267t-.047-.595q.174-.49.26-1.018t.087-1.068q0-2.67-1.875-4.543T6.071 9.635q-.438 0-.877.055q-.438.054-.852.189q-.326.085-.594-.082q-.267-.166-.267-.493V6.616q0-.691.462-1.153T5.096 5h10.77q.69 0 1.152.463t.463 1.153v4.653l2.342-2.342q.193-.192.444-.096q.252.096.252.369v5.6q0 .273-.252.37q-.251.095-.444-.097l-2.342-2.342v4.654q0 .69-.463 1.153T15.866 19zm-9.533-.164Q2 17.67 2 16t1.165-2.835T6 12t2.836 1.165T10 16t-1.164 2.836T6 20t-2.835-1.164M6 16.577q.162 0 .273-.111q.112-.112.112-.274v-2.23q0-.162-.112-.273T6 13.577t-.273.112t-.111.273v2.23q0 .162.111.274q.112.111.273.111m0 1.846q.2 0 .33-.13t.132-.331t-.131-.331T6 17.5t-.33.13t-.132.332t.131.33t.331.131"/></svg> </template>
CSS
.icon-videocam-alert-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%22M12.698%2019q-.332%200-.509-.267t-.047-.595q.174-.49.26-1.018t.087-1.068q0-2.67-1.875-4.543T6.071%209.635q-.438%200-.877.055q-.438.054-.852.189q-.326.085-.594-.082q-.267-.166-.267-.493V6.616q0-.691.462-1.153T5.096%205h10.77q.69%200%201.152.463t.463%201.153v4.653l2.342-2.342q.193-.192.444-.096q.252.096.252.369v5.6q0%20.273-.252.37q-.251.095-.444-.097l-2.342-2.342v4.654q0%20.69-.463%201.153T15.866%2019zm-9.533-.164Q2%2017.67%202%2016t1.165-2.835T6%2012t2.836%201.165T10%2016t-1.164%202.836T6%2020t-2.835-1.164M6%2016.577q.162%200%20.273-.111q.112-.112.112-.274v-2.23q0-.162-.112-.273T6%2013.577t-.273.112t-.111.273v2.23q0%20.162.111.274q.112.111.273.111m0%201.846q.2%200%20.33-.13t.132-.331t-.131-.331T6%2017.5t-.33.13t-.132.332t.131.33t.331.131%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%22M12.698%2019q-.332%200-.509-.267t-.047-.595q.174-.49.26-1.018t.087-1.068q0-2.67-1.875-4.543T6.071%209.635q-.438%200-.877.055q-.438.054-.852.189q-.326.085-.594-.082q-.267-.166-.267-.493V6.616q0-.691.462-1.153T5.096%205h10.77q.69%200%201.152.463t.463%201.153v4.653l2.342-2.342q.193-.192.444-.096q.252.096.252.369v5.6q0%20.273-.252.37q-.251.095-.444-.097l-2.342-2.342v4.654q0%20.69-.463%201.153T15.866%2019zm-9.533-.164Q2%2017.67%202%2016t1.165-2.835T6%2012t2.836%201.165T10%2016t-1.164%202.836T6%2020t-2.835-1.164M6%2016.577q.162%200%20.273-.111q.112-.112.112-.274v-2.23q0-.162-.112-.273T6%2013.577t-.273.112t-.111.273v2.23q0%20.162.111.274q.112.111.273.111m0%201.846q.2%200%20.33-.13t.132-.331t-.131-.331T6%2017.5t-.33.13t-.132.332t.131.33t.331.131%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-alert-rounded.svg?color=%231a73e8&size=48