bell ring icon
bell-ring-solid from Flowbite Icons by Themesberg · Solid · General · MIT Free for personal and commercial use.
- Name
- bell-ring-solid
- Set
- Flowbite Icons
- Style
- Solid
- Category
- General
- Viewbox
- 24×24
- License
- MIT
1 other variant in Flowbite Icons
The same icon in other sets
More general icons from Flowbite Icons
add-column-after-outlineadd-column-before-outlineadjustments-horizontal-outlineadjustments-vertical-outlineannotation-outlineapi-key-outlinearchive-outlinearrow-up-right-from-square-outlineatom-outlineaward-outlinebadge-check-outlineban-outlinebarcode-outlinebars-from-left-outlinebars-outlinebattery-outlinebed-outlinebell-active-alt-outlinebell-active-outlinebell-outlineblender-phone-outlinebook-open-outlinebook-outlinebookmark-outline
Use the bell ring icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.133 12.632v-1.8a5.406 5.406 0 0 0-4.154-5.262A1 1 0 0 0 13 5.464V3.1a1 1 0 0 0-2 0v2.364a1 1 0 0 0 .021.106a5.406 5.406 0 0 0-4.154 5.262v1.8C6.867 15.018 5 15.614 5 16.807C5 17.4 5 18 5.538 18h12.924C19 18 19 17.4 19 16.807c0-1.193-1.867-1.789-1.867-4.175M6 6a1 1 0 0 1-.707-.293l-1-1a1 1 0 0 1 1.414-1.414l1 1A1 1 0 0 1 6 6m-2 4H3a1 1 0 0 1 0-2h1a1 1 0 1 1 0 2m14-4a1 1 0 0 1-.707-1.707l1-1a1 1 0 1 1 1.414 1.414l-1 1A1 1 0 0 1 18 6m3 4h-1a1 1 0 1 1 0-2h1a1 1 0 1 1 0 2M8.823 19a3.453 3.453 0 0 0 6.354 0z"/></svg>
React
import type { SVGProps } from "react";
export function FlowbiteBellRingSolid(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.133 12.632v-1.8a5.406 5.406 0 0 0-4.154-5.262A1 1 0 0 0 13 5.464V3.1a1 1 0 0 0-2 0v2.364a1 1 0 0 0 .021.106a5.406 5.406 0 0 0-4.154 5.262v1.8C6.867 15.018 5 15.614 5 16.807C5 17.4 5 18 5.538 18h12.924C19 18 19 17.4 19 16.807c0-1.193-1.867-1.789-1.867-4.175M6 6a1 1 0 0 1-.707-.293l-1-1a1 1 0 0 1 1.414-1.414l1 1A1 1 0 0 1 6 6m-2 4H3a1 1 0 0 1 0-2h1a1 1 0 1 1 0 2m14-4a1 1 0 0 1-.707-1.707l1-1a1 1 0 1 1 1.414 1.414l-1 1A1 1 0 0 1 18 6m3 4h-1a1 1 0 1 1 0-2h1a1 1 0 1 1 0 2M8.823 19a3.453 3.453 0 0 0 6.354 0z"/></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.133 12.632v-1.8a5.406 5.406 0 0 0-4.154-5.262A1 1 0 0 0 13 5.464V3.1a1 1 0 0 0-2 0v2.364a1 1 0 0 0 .021.106a5.406 5.406 0 0 0-4.154 5.262v1.8C6.867 15.018 5 15.614 5 16.807C5 17.4 5 18 5.538 18h12.924C19 18 19 17.4 19 16.807c0-1.193-1.867-1.789-1.867-4.175M6 6a1 1 0 0 1-.707-.293l-1-1a1 1 0 0 1 1.414-1.414l1 1A1 1 0 0 1 6 6m-2 4H3a1 1 0 0 1 0-2h1a1 1 0 1 1 0 2m14-4a1 1 0 0 1-.707-1.707l1-1a1 1 0 1 1 1.414 1.414l-1 1A1 1 0 0 1 18 6m3 4h-1a1 1 0 1 1 0-2h1a1 1 0 1 1 0 2M8.823 19a3.453 3.453 0 0 0 6.354 0z"/></svg> </template>
CSS
.icon-bell-ring-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%20d%3D%22M17.133%2012.632v-1.8a5.406%205.406%200%200%200-4.154-5.262A1%201%200%200%200%2013%205.464V3.1a1%201%200%200%200-2%200v2.364a1%201%200%200%200%20.021.106a5.406%205.406%200%200%200-4.154%205.262v1.8C6.867%2015.018%205%2015.614%205%2016.807C5%2017.4%205%2018%205.538%2018h12.924C19%2018%2019%2017.4%2019%2016.807c0-1.193-1.867-1.789-1.867-4.175M6%206a1%201%200%200%201-.707-.293l-1-1a1%201%200%200%201%201.414-1.414l1%201A1%201%200%200%201%206%206m-2%204H3a1%201%200%200%201%200-2h1a1%201%200%201%201%200%202m14-4a1%201%200%200%201-.707-1.707l1-1a1%201%200%201%201%201.414%201.414l-1%201A1%201%200%200%201%2018%206m3%204h-1a1%201%200%201%201%200-2h1a1%201%200%201%201%200%202M8.823%2019a3.453%203.453%200%200%200%206.354%200z%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.133%2012.632v-1.8a5.406%205.406%200%200%200-4.154-5.262A1%201%200%200%200%2013%205.464V3.1a1%201%200%200%200-2%200v2.364a1%201%200%200%200%20.021.106a5.406%205.406%200%200%200-4.154%205.262v1.8C6.867%2015.018%205%2015.614%205%2016.807C5%2017.4%205%2018%205.538%2018h12.924C19%2018%2019%2017.4%2019%2016.807c0-1.193-1.867-1.789-1.867-4.175M6%206a1%201%200%200%201-.707-.293l-1-1a1%201%200%200%201%201.414-1.414l1%201A1%201%200%200%201%206%206m-2%204H3a1%201%200%200%201%200-2h1a1%201%200%201%201%200%202m14-4a1%201%200%200%201-.707-1.707l1-1a1%201%200%201%201%201.414%201.414l-1%201A1%201%200%200%201%2018%206m3%204h-1a1%201%200%201%201%200-2h1a1%201%200%201%201%200%202M8.823%2019a3.453%203.453%200%200%200%206.354%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flowbite/bell-ring-solid.svg?color=%231a73e8&size=48