bell icon
bell from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- bell
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
The same icon in other sets
bellAkar Iconsbell-filledAnt Design IconsbellBootstrap IconsbellBoxIcons v2bellBoxIcons v2 SolidbellEmoji 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 IconsbellHumbleiconsbellIconoir
Related icons in Codicons
Use the bell icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.964 12.315L13 9.902V6.001c0-2.757-2.243-5-5-5S3 3.243 3 6v3.901l-.964 2.413A.5.5 0 0 0 2.5 13H6c0 1.108.892 2 2 2s2-.892 2-2h3.5a.5.5 0 0 0 .464-.685M8 14c-.556 0-1-.444-1-1h2c0 .556-.444 1-1 1m-4.762-2l.726-1.817A.5.5 0 0 0 4 9.997V5.999c0-2.206 1.794-4 4-4s4 1.794 4 4v3.998q0 .097.036.186L12.762 12z"/></svg>
React
import type { SVGProps } from "react";
export function CodiconBell(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.964 12.315L13 9.902V6.001c0-2.757-2.243-5-5-5S3 3.243 3 6v3.901l-.964 2.413A.5.5 0 0 0 2.5 13H6c0 1.108.892 2 2 2s2-.892 2-2h3.5a.5.5 0 0 0 .464-.685M8 14c-.556 0-1-.444-1-1h2c0 .556-.444 1-1 1m-4.762-2l.726-1.817A.5.5 0 0 0 4 9.997V5.999c0-2.206 1.794-4 4-4s4 1.794 4 4v3.998q0 .097.036.186L12.762 12z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.964 12.315L13 9.902V6.001c0-2.757-2.243-5-5-5S3 3.243 3 6v3.901l-.964 2.413A.5.5 0 0 0 2.5 13H6c0 1.108.892 2 2 2s2-.892 2-2h3.5a.5.5 0 0 0 .464-.685M8 14c-.556 0-1-.444-1-1h2c0 .556-.444 1-1 1m-4.762-2l.726-1.817A.5.5 0 0 0 4 9.997V5.999c0-2.206 1.794-4 4-4s4 1.794 4 4v3.998q0 .097.036.186L12.762 12z"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.964%2012.315L13%209.902V6.001c0-2.757-2.243-5-5-5S3%203.243%203%206v3.901l-.964%202.413A.5.5%200%200%200%202.5%2013H6c0%201.108.892%202%202%202s2-.892%202-2h3.5a.5.5%200%200%200%20.464-.685M8%2014c-.556%200-1-.444-1-1h2c0%20.556-.444%201-1%201m-4.762-2l.726-1.817A.5.5%200%200%200%204%209.997V5.999c0-2.206%201.794-4%204-4s4%201.794%204%204v3.998q0%20.097.036.186L12.762%2012z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.964%2012.315L13%209.902V6.001c0-2.757-2.243-5-5-5S3%203.243%203%206v3.901l-.964%202.413A.5.5%200%200%200%202.5%2013H6c0%201.108.892%202%202%202s2-.892%202-2h3.5a.5.5%200%200%200%20.464-.685M8%2014c-.556%200-1-.444-1-1h2c0%20.556-.444%201-1%201m-4.762-2l.726-1.817A.5.5%200%200%200%204%209.997V5.999c0-2.206%201.794-4%204-4s4%201.794%204%204v3.998q0%20.097.036.186L12.762%2012z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/bell.svg?color=%231a73e8&size=48