bell snooze icon
bell-snooze-solid from HeroIcons by Refactoring UI Inc · Solid 24x24 · MIT Free for personal and commercial use.
- Name
- bell-snooze-solid
- Set
- HeroIcons
- Style
- Solid 24x24
- Viewbox
- 24×24
- License
- MIT
3 other variants in HeroIcons
The same icon in other sets
Related icons in HeroIcons
Use the bell snooze icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 2.25A6.75 6.75 0 0 0 5.25 9v.75a8.22 8.22 0 0 1-2.119 5.52a.75.75 0 0 0 .298 1.206c1.544.57 3.16.99 4.831 1.243q-.01.14-.01.281a3.75 3.75 0 1 0 7.49-.28a24.6 24.6 0 0 0 4.83-1.244a.75.75 0 0 0 .298-1.206a8.22 8.22 0 0 1-2.118-5.52V9A6.75 6.75 0 0 0 12 2.25M9.75 18l.002-.1a25 25 0 0 0 4.496 0l.002.1a2.25 2.25 0 1 1-4.5 0m.75-10.5a.75.75 0 0 0 0 1.5h1.599l-2.223 3.334A.75.75 0 0 0 10.5 13.5h3a.75.75 0 0 0 0-1.5h-1.599l2.223-3.334A.75.75 0 0 0 13.5 7.5z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HeroiconsBellSnoozeSolid(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" fillRule="evenodd" d="M12 2.25A6.75 6.75 0 0 0 5.25 9v.75a8.22 8.22 0 0 1-2.119 5.52a.75.75 0 0 0 .298 1.206c1.544.57 3.16.99 4.831 1.243q-.01.14-.01.281a3.75 3.75 0 1 0 7.49-.28a24.6 24.6 0 0 0 4.83-1.244a.75.75 0 0 0 .298-1.206a8.22 8.22 0 0 1-2.118-5.52V9A6.75 6.75 0 0 0 12 2.25M9.75 18l.002-.1a25 25 0 0 0 4.496 0l.002.1a2.25 2.25 0 1 1-4.5 0m.75-10.5a.75.75 0 0 0 0 1.5h1.599l-2.223 3.334A.75.75 0 0 0 10.5 13.5h3a.75.75 0 0 0 0-1.5h-1.599l2.223-3.334A.75.75 0 0 0 13.5 7.5z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 2.25A6.75 6.75 0 0 0 5.25 9v.75a8.22 8.22 0 0 1-2.119 5.52a.75.75 0 0 0 .298 1.206c1.544.57 3.16.99 4.831 1.243q-.01.14-.01.281a3.75 3.75 0 1 0 7.49-.28a24.6 24.6 0 0 0 4.83-1.244a.75.75 0 0 0 .298-1.206a8.22 8.22 0 0 1-2.118-5.52V9A6.75 6.75 0 0 0 12 2.25M9.75 18l.002-.1a25 25 0 0 0 4.496 0l.002.1a2.25 2.25 0 1 1-4.5 0m.75-10.5a.75.75 0 0 0 0 1.5h1.599l-2.223 3.334A.75.75 0 0 0 10.5 13.5h3a.75.75 0 0 0 0-1.5h-1.599l2.223-3.334A.75.75 0 0 0 13.5 7.5z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-bell-snooze-solid {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202.25A6.75%206.75%200%200%200%205.25%209v.75a8.22%208.22%200%200%201-2.119%205.52a.75.75%200%200%200%20.298%201.206c1.544.57%203.16.99%204.831%201.243q-.01.14-.01.281a3.75%203.75%200%201%200%207.49-.28a24.6%2024.6%200%200%200%204.83-1.244a.75.75%200%200%200%20.298-1.206a8.22%208.22%200%200%201-2.118-5.52V9A6.75%206.75%200%200%200%2012%202.25M9.75%2018l.002-.1a25%2025%200%200%200%204.496%200l.002.1a2.25%202.25%200%201%201-4.5%200m.75-10.5a.75.75%200%200%200%200%201.5h1.599l-2.223%203.334A.75.75%200%200%200%2010.5%2013.5h3a.75.75%200%200%200%200-1.5h-1.599l2.223-3.334A.75.75%200%200%200%2013.5%207.5z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%202.25A6.75%206.75%200%200%200%205.25%209v.75a8.22%208.22%200%200%201-2.119%205.52a.75.75%200%200%200%20.298%201.206c1.544.57%203.16.99%204.831%201.243q-.01.14-.01.281a3.75%203.75%200%201%200%207.49-.28a24.6%2024.6%200%200%200%204.83-1.244a.75.75%200%200%200%20.298-1.206a8.22%208.22%200%200%201-2.118-5.52V9A6.75%206.75%200%200%200%2012%202.25M9.75%2018l.002-.1a25%2025%200%200%200%204.496%200l.002.1a2.25%202.25%200%201%201-4.5%200m.75-10.5a.75.75%200%200%200%200%201.5h1.599l-2.223%203.334A.75.75%200%200%200%2010.5%2013.5h3a.75.75%200%200%200%200-1.5h-1.599l2.223-3.334A.75.75%200%200%200%2013.5%207.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/heroicons/bell-snooze-solid.svg?color=%231a73e8&size=48