bell icon
bell from Font Awesome Solid by Dave Gandy · Solid · Alert · CC-BY-4.0 Attribution required.
- Name
- bell
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Alert
- Viewbox
- 640×640
- License
- CC BY 4.0
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 RegularbellFeather Iconsbell-outlineFlowbite IconsbellFluent EmojibellFluent Emoji FlatbellFluent Emoji High ContrastbellFirefox OS Emojibellcss.ggbellHeroIconsbellHuge IconsbellHumbleiconsbellIconoir
More alert icons from Font Awesome Solid
Use the bell icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 64c-17.7 0-32 14.3-32 32v3.2C215 114 160 178.6 160 256v21.7c0 48.1-16.4 94.8-46.4 132.4l-9.8 12.2c-5.1 6.3-7.8 14.1-7.8 22.2c0 19.6 15.9 35.5 35.5 35.5h376.9c19.6 0 35.5-15.9 35.5-35.5c0-8.1-2.7-15.9-7.8-22.2l-9.8-12.2c-29.9-37.6-46.3-84.3-46.3-132.4V256c0-77.4-55-142-128-156.8V96c0-17.7-14.3-32-32-32m-62 464c7.1 27.6 32.2 48 62 48s54.9-20.4 62-48z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidBell(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 64c-17.7 0-32 14.3-32 32v3.2C215 114 160 178.6 160 256v21.7c0 48.1-16.4 94.8-46.4 132.4l-9.8 12.2c-5.1 6.3-7.8 14.1-7.8 22.2c0 19.6 15.9 35.5 35.5 35.5h376.9c19.6 0 35.5-15.9 35.5-35.5c0-8.1-2.7-15.9-7.8-22.2l-9.8-12.2c-29.9-37.6-46.3-84.3-46.3-132.4V256c0-77.4-55-142-128-156.8V96c0-17.7-14.3-32-32-32m-62 464c7.1 27.6 32.2 48 62 48s54.9-20.4 62-48z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 64c-17.7 0-32 14.3-32 32v3.2C215 114 160 178.6 160 256v21.7c0 48.1-16.4 94.8-46.4 132.4l-9.8 12.2c-5.1 6.3-7.8 14.1-7.8 22.2c0 19.6 15.9 35.5 35.5 35.5h376.9c19.6 0 35.5-15.9 35.5-35.5c0-8.1-2.7-15.9-7.8-22.2l-9.8-12.2c-29.9-37.6-46.3-84.3-46.3-132.4V256c0-77.4-55-142-128-156.8V96c0-17.7-14.3-32-32-32m-62 464c7.1 27.6 32.2 48 62 48s54.9-20.4 62-48z"/></svg> </template>
CSS
.icon-bell {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%2064c-17.7%200-32%2014.3-32%2032v3.2C215%20114%20160%20178.6%20160%20256v21.7c0%2048.1-16.4%2094.8-46.4%20132.4l-9.8%2012.2c-5.1%206.3-7.8%2014.1-7.8%2022.2c0%2019.6%2015.9%2035.5%2035.5%2035.5h376.9c19.6%200%2035.5-15.9%2035.5-35.5c0-8.1-2.7-15.9-7.8-22.2l-9.8-12.2c-29.9-37.6-46.3-84.3-46.3-132.4V256c0-77.4-55-142-128-156.8V96c0-17.7-14.3-32-32-32m-62%20464c7.1%2027.6%2032.2%2048%2062%2048s54.9-20.4%2062-48z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%2064c-17.7%200-32%2014.3-32%2032v3.2C215%20114%20160%20178.6%20160%20256v21.7c0%2048.1-16.4%2094.8-46.4%20132.4l-9.8%2012.2c-5.1%206.3-7.8%2014.1-7.8%2022.2c0%2019.6%2015.9%2035.5%2035.5%2035.5h376.9c19.6%200%2035.5-15.9%2035.5-35.5c0-8.1-2.7-15.9-7.8-22.2l-9.8-12.2c-29.9-37.6-46.3-84.3-46.3-132.4V256c0-77.4-55-142-128-156.8V96c0-17.7-14.3-32-32-32m-62%20464c7.1%2027.6%2032.2%2048%2062%2048s54.9-20.4%2062-48z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/bell.svg?color=%231a73e8&size=48