bell alert icon
bell-alert from Reicon by REICON · Outline · Notifications · MIT Free for personal and commercial use.
- Name
- bell-alert
- Set
- Reicon
- Style
- Outline
- Category
- Notifications
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All bell alert icons →More notifications icons from Reicon
Use the bell alert icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11 14.5a1 1 0 1 1 2 0a1 1 0 0 1-2 0m.25-7.5v4a.75.75 0 0 0 1.5 0V7a.75.75 0 0 0-1.5 0"/><path fill-rule="evenodd" d="M12 1.25a7.32 7.32 0 0 0-7.29 6.657l-.178 1.957a11.4 11.4 0 0 1-1.865 5.283l-.033.05a2.285 2.285 0 0 0 1.901 3.553h14.93a2.285 2.285 0 0 0 1.901-3.553l-.033-.05a11.4 11.4 0 0 1-1.865-5.283l-.178-1.957A7.32 7.32 0 0 0 12 1.25M6.204 8.043a5.82 5.82 0 0 1 11.592 0L17.974 10c.195 2.138.92 4.193 2.11 5.98l.034.05a.785.785 0 0 1-.653 1.22H4.535a.785.785 0 0 1-.653-1.22l.033-.05A12.9 12.9 0 0 0 6.025 10z" clip-rule="evenodd"/><path d="M10.05 20.124a.75.75 0 0 0-1.298.751a3.749 3.749 0 0 0 6.496 0a.75.75 0 1 0-1.298-.75a2.249 2.249 0 0 1-3.9 0"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBellAlert(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="M11 14.5a1 1 0 1 1 2 0a1 1 0 0 1-2 0m.25-7.5v4a.75.75 0 0 0 1.5 0V7a.75.75 0 0 0-1.5 0"/><path fillRule="evenodd" d="M12 1.25a7.32 7.32 0 0 0-7.29 6.657l-.178 1.957a11.4 11.4 0 0 1-1.865 5.283l-.033.05a2.285 2.285 0 0 0 1.901 3.553h14.93a2.285 2.285 0 0 0 1.901-3.553l-.033-.05a11.4 11.4 0 0 1-1.865-5.283l-.178-1.957A7.32 7.32 0 0 0 12 1.25M6.204 8.043a5.82 5.82 0 0 1 11.592 0L17.974 10c.195 2.138.92 4.193 2.11 5.98l.034.05a.785.785 0 0 1-.653 1.22H4.535a.785.785 0 0 1-.653-1.22l.033-.05A12.9 12.9 0 0 0 6.025 10z" clipRule="evenodd"/><path d="M10.05 20.124a.75.75 0 0 0-1.298.751a3.749 3.749 0 0 0 6.496 0a.75.75 0 1 0-1.298-.75a2.249 2.249 0 0 1-3.9 0"/></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="M11 14.5a1 1 0 1 1 2 0a1 1 0 0 1-2 0m.25-7.5v4a.75.75 0 0 0 1.5 0V7a.75.75 0 0 0-1.5 0"/><path fill-rule="evenodd" d="M12 1.25a7.32 7.32 0 0 0-7.29 6.657l-.178 1.957a11.4 11.4 0 0 1-1.865 5.283l-.033.05a2.285 2.285 0 0 0 1.901 3.553h14.93a2.285 2.285 0 0 0 1.901-3.553l-.033-.05a11.4 11.4 0 0 1-1.865-5.283l-.178-1.957A7.32 7.32 0 0 0 12 1.25M6.204 8.043a5.82 5.82 0 0 1 11.592 0L17.974 10c.195 2.138.92 4.193 2.11 5.98l.034.05a.785.785 0 0 1-.653 1.22H4.535a.785.785 0 0 1-.653-1.22l.033-.05A12.9 12.9 0 0 0 6.025 10z" clip-rule="evenodd"/><path d="M10.05 20.124a.75.75 0 0 0-1.298.751a3.749 3.749 0 0 0 6.496 0a.75.75 0 1 0-1.298-.75a2.249 2.249 0 0 1-3.9 0"/></g></svg> </template>
CSS
.icon-bell-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11%2014.5a1%201%200%201%201%202%200a1%201%200%200%201-2%200m.25-7.5v4a.75.75%200%200%200%201.5%200V7a.75.75%200%200%200-1.5%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25a7.32%207.32%200%200%200-7.29%206.657l-.178%201.957a11.4%2011.4%200%200%201-1.865%205.283l-.033.05a2.285%202.285%200%200%200%201.901%203.553h14.93a2.285%202.285%200%200%200%201.901-3.553l-.033-.05a11.4%2011.4%200%200%201-1.865-5.283l-.178-1.957A7.32%207.32%200%200%200%2012%201.25M6.204%208.043a5.82%205.82%200%200%201%2011.592%200L17.974%2010c.195%202.138.92%204.193%202.11%205.98l.034.05a.785.785%200%200%201-.653%201.22H4.535a.785.785%200%200%201-.653-1.22l.033-.05A12.9%2012.9%200%200%200%206.025%2010z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M10.05%2020.124a.75.75%200%200%200-1.298.751a3.749%203.749%200%200%200%206.496%200a.75.75%200%201%200-1.298-.75a2.249%202.249%200%200%201-3.9%200%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%22M11%2014.5a1%201%200%201%201%202%200a1%201%200%200%201-2%200m.25-7.5v4a.75.75%200%200%200%201.5%200V7a.75.75%200%200%200-1.5%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25a7.32%207.32%200%200%200-7.29%206.657l-.178%201.957a11.4%2011.4%200%200%201-1.865%205.283l-.033.05a2.285%202.285%200%200%200%201.901%203.553h14.93a2.285%202.285%200%200%200%201.901-3.553l-.033-.05a11.4%2011.4%200%200%201-1.865-5.283l-.178-1.957A7.32%207.32%200%200%200%2012%201.25M6.204%208.043a5.82%205.82%200%200%201%2011.592%200L17.974%2010c.195%202.138.92%204.193%202.11%205.98l.034.05a.785.785%200%200%201-.653%201.22H4.535a.785.785%200%200%201-.653-1.22l.033-.05A12.9%2012.9%200%200%200%206.025%2010z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M10.05%2020.124a.75.75%200%200%200-1.298.751a3.749%203.749%200%200%200%206.496%200a.75.75%200%201%200-1.298-.75a2.249%202.249%200%200%201-3.9%200%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/bell-alert.svg?color=%231a73e8&size=48