release alert icon
release-alert from Material Symbols Light by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- release-alert
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- release-alert-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More actions icons from Material Symbols Light
Use the release alert icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.023 21.23l-1.67-2.814l-3.176-.685l.312-3.277L2.346 12L4.49 9.546L4.177 6.27l3.177-.685L9.023 2.77L12 4.027l2.977-1.258l1.67 2.816l3.176.684l-.312 3.277L21.655 12l-2.142 2.454l.311 3.277l-3.177.684l-1.669 2.816L12 19.973zm3.41-4.95q.183-.182.183-.434t-.182-.434t-.434-.181t-.434.182t-.182.433t.182.434t.434.181t.434-.181m-.934-3.126h1v-6h-1z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightReleaseAlert(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="m9.023 21.23l-1.67-2.814l-3.176-.685l.312-3.277L2.346 12L4.49 9.546L4.177 6.27l3.177-.685L9.023 2.77L12 4.027l2.977-1.258l1.67 2.816l3.176.684l-.312 3.277L21.655 12l-2.142 2.454l.311 3.277l-3.177.684l-1.669 2.816L12 19.973zm3.41-4.95q.183-.182.183-.434t-.182-.434t-.434-.181t-.434.182t-.182.433t.182.434t.434.181t.434-.181m-.934-3.126h1v-6h-1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.023 21.23l-1.67-2.814l-3.176-.685l.312-3.277L2.346 12L4.49 9.546L4.177 6.27l3.177-.685L9.023 2.77L12 4.027l2.977-1.258l1.67 2.816l3.176.684l-.312 3.277L21.655 12l-2.142 2.454l.311 3.277l-3.177.684l-1.669 2.816L12 19.973zm3.41-4.95q.183-.182.183-.434t-.182-.434t-.434-.181t-.434.182t-.182.433t.182.434t.434.181t.434-.181m-.934-3.126h1v-6h-1z"/></svg> </template>
CSS
.icon-release-alert {
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%22m9.023%2021.23l-1.67-2.814l-3.176-.685l.312-3.277L2.346%2012L4.49%209.546L4.177%206.27l3.177-.685L9.023%202.77L12%204.027l2.977-1.258l1.67%202.816l3.176.684l-.312%203.277L21.655%2012l-2.142%202.454l.311%203.277l-3.177.684l-1.669%202.816L12%2019.973zm3.41-4.95q.183-.182.183-.434t-.182-.434t-.434-.181t-.434.182t-.182.433t.182.434t.434.181t.434-.181m-.934-3.126h1v-6h-1z%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%22m9.023%2021.23l-1.67-2.814l-3.176-.685l.312-3.277L2.346%2012L4.49%209.546L4.177%206.27l3.177-.685L9.023%202.77L12%204.027l2.977-1.258l1.67%202.816l3.176.684l-.312%203.277L21.655%2012l-2.142%202.454l.311%203.277l-3.177.684l-1.669%202.816L12%2019.973zm3.41-4.95q.183-.182.183-.434t-.182-.434t-.434-.181t-.434.182t-.182.433t.182.434t.434.181t.434-.181m-.934-3.126h1v-6h-1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/release-alert.svg?color=%231a73e8&size=48