bell from Reicon by REICON · Outline · Notifications · MIT Free for personal and commercial use.

Name
bell
Set
Reicon
Style
Outline
Category
Notifications
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All bell icons →

More notifications icons from Reicon

Use the bell 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 1.25A7.75 7.75 0 0 0 4.25 9v.704a3.53 3.53 0 0 1-.593 1.958L2.51 13.385c-1.334 2-.316 4.718 2.003 5.35q1.133.309 2.284.523l.002.005C7.567 21.315 9.622 22.75 12 22.75s4.433-1.435 5.202-3.487l.002-.005a29 29 0 0 0 2.284-.523c2.319-.632 3.337-3.35 2.003-5.35l-1.148-1.723a3.53 3.53 0 0 1-.593-1.958V9A7.75 7.75 0 0 0 12 1.25m3.376 18.287a28.5 28.5 0 0 1-6.753 0c.711 1.021 1.948 1.713 3.377 1.713s2.665-.692 3.376-1.713M5.75 9a6.25 6.25 0 1 1 12.5 0v.704c0 .993.294 1.964.845 2.79l1.148 1.723a2.02 2.02 0 0 1-1.15 3.071a26.96 26.96 0 0 1-14.187 0a2.02 2.02 0 0 1-1.15-3.07l1.15-1.724a5.03 5.03 0 0 0 .844-2.79z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconBell(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 1.25A7.75 7.75 0 0 0 4.25 9v.704a3.53 3.53 0 0 1-.593 1.958L2.51 13.385c-1.334 2-.316 4.718 2.003 5.35q1.133.309 2.284.523l.002.005C7.567 21.315 9.622 22.75 12 22.75s4.433-1.435 5.202-3.487l.002-.005a29 29 0 0 0 2.284-.523c2.319-.632 3.337-3.35 2.003-5.35l-1.148-1.723a3.53 3.53 0 0 1-.593-1.958V9A7.75 7.75 0 0 0 12 1.25m3.376 18.287a28.5 28.5 0 0 1-6.753 0c.711 1.021 1.948 1.713 3.377 1.713s2.665-.692 3.376-1.713M5.75 9a6.25 6.25 0 1 1 12.5 0v.704c0 .993.294 1.964.845 2.79l1.148 1.723a2.02 2.02 0 0 1-1.15 3.071a26.96 26.96 0 0 1-14.187 0a2.02 2.02 0 0 1-1.15-3.07l1.15-1.724a5.03 5.03 0 0 0 .844-2.79z" 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 1.25A7.75 7.75 0 0 0 4.25 9v.704a3.53 3.53 0 0 1-.593 1.958L2.51 13.385c-1.334 2-.316 4.718 2.003 5.35q1.133.309 2.284.523l.002.005C7.567 21.315 9.622 22.75 12 22.75s4.433-1.435 5.202-3.487l.002-.005a29 29 0 0 0 2.284-.523c2.319-.632 3.337-3.35 2.003-5.35l-1.148-1.723a3.53 3.53 0 0 1-.593-1.958V9A7.75 7.75 0 0 0 12 1.25m3.376 18.287a28.5 28.5 0 0 1-6.753 0c.711 1.021 1.948 1.713 3.377 1.713s2.665-.692 3.376-1.713M5.75 9a6.25 6.25 0 1 1 12.5 0v.704c0 .993.294 1.964.845 2.79l1.148 1.723a2.02 2.02 0 0 1-1.15 3.071a26.96 26.96 0 0 1-14.187 0a2.02 2.02 0 0 1-1.15-3.07l1.15-1.724a5.03 5.03 0 0 0 .844-2.79z" clip-rule="evenodd"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%201.25A7.75%207.75%200%200%200%204.25%209v.704a3.53%203.53%200%200%201-.593%201.958L2.51%2013.385c-1.334%202-.316%204.718%202.003%205.35q1.133.309%202.284.523l.002.005C7.567%2021.315%209.622%2022.75%2012%2022.75s4.433-1.435%205.202-3.487l.002-.005a29%2029%200%200%200%202.284-.523c2.319-.632%203.337-3.35%202.003-5.35l-1.148-1.723a3.53%203.53%200%200%201-.593-1.958V9A7.75%207.75%200%200%200%2012%201.25m3.376%2018.287a28.5%2028.5%200%200%201-6.753%200c.711%201.021%201.948%201.713%203.377%201.713s2.665-.692%203.376-1.713M5.75%209a6.25%206.25%200%201%201%2012.5%200v.704c0%20.993.294%201.964.845%202.79l1.148%201.723a2.02%202.02%200%200%201-1.15%203.071a26.96%2026.96%200%200%201-14.187%200a2.02%202.02%200%200%201-1.15-3.07l1.15-1.724a5.03%205.03%200%200%200%20.844-2.79z%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%201.25A7.75%207.75%200%200%200%204.25%209v.704a3.53%203.53%200%200%201-.593%201.958L2.51%2013.385c-1.334%202-.316%204.718%202.003%205.35q1.133.309%202.284.523l.002.005C7.567%2021.315%209.622%2022.75%2012%2022.75s4.433-1.435%205.202-3.487l.002-.005a29%2029%200%200%200%202.284-.523c2.319-.632%203.337-3.35%202.003-5.35l-1.148-1.723a3.53%203.53%200%200%201-.593-1.958V9A7.75%207.75%200%200%200%2012%201.25m3.376%2018.287a28.5%2028.5%200%200%201-6.753%200c.711%201.021%201.948%201.713%203.377%201.713s2.665-.692%203.376-1.713M5.75%209a6.25%206.25%200%201%201%2012.5%200v.704c0%20.993.294%201.964.845%202.79l1.148%201.723a2.02%202.02%200%200%201-1.15%203.071a26.96%2026.96%200%200%201-14.187%200a2.02%202.02%200%200%201-1.15-3.07l1.15-1.724a5.03%205.03%200%200%200%20.844-2.79z%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/reicon/bell.svg?color=%231a73e8&size=48