bell from Font Awesome Regular by Dave Gandy · Regular · Alert · CC-BY-4.0 Attribution required.

Name
bell
Set
Font Awesome Regular
Style
Regular
Category
Alert
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More alert icons from Font Awesome Regular

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-13.3 0-24 10.7-24 24v9.7c-81.4 11.6-144 81.7-144 166.3v14.5c0 37.7-10 74.7-29 107.3l-21.9 37.4c-3.3 5.8-5.1 12.3-5.1 19c0 20.9 16.9 37.8 37.8 37.8h372.4c20.9 0 37.8-16.9 37.8-37.8c0-6.7-1.8-13.3-5.1-19L517 385.7c-19-32.6-29-69.6-29-107.3v-14.5c0-84.6-62.6-154.7-144-166.3v-9.7c0-13.3-10.7-24-24-24zm168.4 368H151.5l12.9-22.1C187.7 370 200 324.6 200 278.5V264c0-66.3 53.7-120 120-120s120 53.7 120 120v14.5c0 46.2 12.3 91.5 35.5 131.4zm-236.3 96c9.9 28 36.6 48 67.9 48s58-20 67.9-48z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7RegularBell(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-13.3 0-24 10.7-24 24v9.7c-81.4 11.6-144 81.7-144 166.3v14.5c0 37.7-10 74.7-29 107.3l-21.9 37.4c-3.3 5.8-5.1 12.3-5.1 19c0 20.9 16.9 37.8 37.8 37.8h372.4c20.9 0 37.8-16.9 37.8-37.8c0-6.7-1.8-13.3-5.1-19L517 385.7c-19-32.6-29-69.6-29-107.3v-14.5c0-84.6-62.6-154.7-144-166.3v-9.7c0-13.3-10.7-24-24-24zm168.4 368H151.5l12.9-22.1C187.7 370 200 324.6 200 278.5V264c0-66.3 53.7-120 120-120s120 53.7 120 120v14.5c0 46.2 12.3 91.5 35.5 131.4zm-236.3 96c9.9 28 36.6 48 67.9 48s58-20 67.9-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-13.3 0-24 10.7-24 24v9.7c-81.4 11.6-144 81.7-144 166.3v14.5c0 37.7-10 74.7-29 107.3l-21.9 37.4c-3.3 5.8-5.1 12.3-5.1 19c0 20.9 16.9 37.8 37.8 37.8h372.4c20.9 0 37.8-16.9 37.8-37.8c0-6.7-1.8-13.3-5.1-19L517 385.7c-19-32.6-29-69.6-29-107.3v-14.5c0-84.6-62.6-154.7-144-166.3v-9.7c0-13.3-10.7-24-24-24zm168.4 368H151.5l12.9-22.1C187.7 370 200 324.6 200 278.5V264c0-66.3 53.7-120 120-120s120 53.7 120 120v14.5c0 46.2 12.3 91.5 35.5 131.4zm-236.3 96c9.9 28 36.6 48 67.9 48s58-20 67.9-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-13.3%200-24%2010.7-24%2024v9.7c-81.4%2011.6-144%2081.7-144%20166.3v14.5c0%2037.7-10%2074.7-29%20107.3l-21.9%2037.4c-3.3%205.8-5.1%2012.3-5.1%2019c0%2020.9%2016.9%2037.8%2037.8%2037.8h372.4c20.9%200%2037.8-16.9%2037.8-37.8c0-6.7-1.8-13.3-5.1-19L517%20385.7c-19-32.6-29-69.6-29-107.3v-14.5c0-84.6-62.6-154.7-144-166.3v-9.7c0-13.3-10.7-24-24-24zm168.4%20368H151.5l12.9-22.1C187.7%20370%20200%20324.6%20200%20278.5V264c0-66.3%2053.7-120%20120-120s120%2053.7%20120%20120v14.5c0%2046.2%2012.3%2091.5%2035.5%20131.4zm-236.3%2096c9.9%2028%2036.6%2048%2067.9%2048s58-20%2067.9-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-13.3%200-24%2010.7-24%2024v9.7c-81.4%2011.6-144%2081.7-144%20166.3v14.5c0%2037.7-10%2074.7-29%20107.3l-21.9%2037.4c-3.3%205.8-5.1%2012.3-5.1%2019c0%2020.9%2016.9%2037.8%2037.8%2037.8h372.4c20.9%200%2037.8-16.9%2037.8-37.8c0-6.7-1.8-13.3-5.1-19L517%20385.7c-19-32.6-29-69.6-29-107.3v-14.5c0-84.6-62.6-154.7-144-166.3v-9.7c0-13.3-10.7-24-24-24zm168.4%20368H151.5l12.9-22.1C187.7%20370%20200%20324.6%20200%20278.5V264c0-66.3%2053.7-120%20120-120s120%2053.7%20120%20120v14.5c0%2046.2%2012.3%2091.5%2035.5%20131.4zm-236.3%2096c9.9%2028%2036.6%2048%2067.9%2048s58-20%2067.9-48z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-regular/bell.svg?color=%231a73e8&size=48