bell icon
bell-bold from Solar by 480 Design · Bold · Notifications · CC-BY-4.0 Attribution required.
- Name
- bell-bold
- Set
- Solar
- Style
- Bold
- Category
- Notifications
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
bellAkar Iconsbell-filledAnt Design IconsbellBootstrap IconsbellBoxIcons v2bellBoxIcons v2 SolidbellCodiconsbellEmoji One (Colored)bellElement Plusbell-fillEva IconsbellFramework7 IconsbellFont Awesome 6 RegularbellFont Awesome 6 SolidbellFont Awesome RegularbellFont Awesome SolidbellFeather Iconsbell-outlineFlowbite IconsbellFluent EmojibellFluent Emoji FlatbellFluent Emoji High ContrastbellFirefox OS Emojibellcss.ggbellHeroIconsbellHuge IconsbellHumbleicons
More notifications icons from Solar
Use the bell icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8.35179 20.2418C9.19288 21.311 10.5142 22 12 22C13.4858 22 14.8071 21.311 15.6482 20.2418C13.2264 20.57 10.7736 20.57 8.35179 20.2418Z"/><path d="M18.7491 9V9.7041C18.7491 10.5491 18.9903 11.3752 19.4422 12.0782L20.5496 13.8012C21.5612 15.3749 20.789 17.5139 19.0296 18.0116C14.4273 19.3134 9.57274 19.3134 4.97036 18.0116C3.21105 17.5139 2.43882 15.3749 3.45036 13.8012L4.5578 12.0782C5.00972 11.3752 5.25087 10.5491 5.25087 9.7041V9C5.25087 5.13401 8.27256 2 12 2C15.7274 2 18.7491 5.13401 18.7491 9Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarBellBold(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="M8.35179 20.2418C9.19288 21.311 10.5142 22 12 22C13.4858 22 14.8071 21.311 15.6482 20.2418C13.2264 20.57 10.7736 20.57 8.35179 20.2418Z"/><path d="M18.7491 9V9.7041C18.7491 10.5491 18.9903 11.3752 19.4422 12.0782L20.5496 13.8012C21.5612 15.3749 20.789 17.5139 19.0296 18.0116C14.4273 19.3134 9.57274 19.3134 4.97036 18.0116C3.21105 17.5139 2.43882 15.3749 3.45036 13.8012L4.5578 12.0782C5.00972 11.3752 5.25087 10.5491 5.25087 9.7041V9C5.25087 5.13401 8.27256 2 12 2C15.7274 2 18.7491 5.13401 18.7491 9Z"/></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="M8.35179 20.2418C9.19288 21.311 10.5142 22 12 22C13.4858 22 14.8071 21.311 15.6482 20.2418C13.2264 20.57 10.7736 20.57 8.35179 20.2418Z"/><path d="M18.7491 9V9.7041C18.7491 10.5491 18.9903 11.3752 19.4422 12.0782L20.5496 13.8012C21.5612 15.3749 20.789 17.5139 19.0296 18.0116C14.4273 19.3134 9.57274 19.3134 4.97036 18.0116C3.21105 17.5139 2.43882 15.3749 3.45036 13.8012L4.5578 12.0782C5.00972 11.3752 5.25087 10.5491 5.25087 9.7041V9C5.25087 5.13401 8.27256 2 12 2C15.7274 2 18.7491 5.13401 18.7491 9Z"/></g></svg> </template>
CSS
.icon-bell-bold {
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%22M8.35179%2020.2418C9.19288%2021.311%2010.5142%2022%2012%2022C13.4858%2022%2014.8071%2021.311%2015.6482%2020.2418C13.2264%2020.57%2010.7736%2020.57%208.35179%2020.2418Z%22%2F%3E%3Cpath%20d%3D%22M18.7491%209V9.7041C18.7491%2010.5491%2018.9903%2011.3752%2019.4422%2012.0782L20.5496%2013.8012C21.5612%2015.3749%2020.789%2017.5139%2019.0296%2018.0116C14.4273%2019.3134%209.57274%2019.3134%204.97036%2018.0116C3.21105%2017.5139%202.43882%2015.3749%203.45036%2013.8012L4.5578%2012.0782C5.00972%2011.3752%205.25087%2010.5491%205.25087%209.7041V9C5.25087%205.13401%208.27256%202%2012%202C15.7274%202%2018.7491%205.13401%2018.7491%209Z%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%22M8.35179%2020.2418C9.19288%2021.311%2010.5142%2022%2012%2022C13.4858%2022%2014.8071%2021.311%2015.6482%2020.2418C13.2264%2020.57%2010.7736%2020.57%208.35179%2020.2418Z%22%2F%3E%3Cpath%20d%3D%22M18.7491%209V9.7041C18.7491%2010.5491%2018.9903%2011.3752%2019.4422%2012.0782L20.5496%2013.8012C21.5612%2015.3749%2020.789%2017.5139%2019.0296%2018.0116C14.4273%2019.3134%209.57274%2019.3134%204.97036%2018.0116C3.21105%2017.5139%202.43882%2015.3749%203.45036%2013.8012L4.5578%2012.0782C5.00972%2011.3752%205.25087%2010.5491%205.25087%209.7041V9C5.25087%205.13401%208.27256%202%2012%202C15.7274%202%2018.7491%205.13401%2018.7491%209Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/bell-bold.svg?color=%231a73e8&size=48