bell-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
bell-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

The same icon in other sets

Related icons in Framework7 Icons

Use the bell icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M9.426 43.246h37.148c2.227 0 3.54-1.148 3.54-2.836c0-2.344-2.368-4.453-4.407-6.539c-1.547-1.617-1.969-4.945-2.133-7.64c-.187-9-2.554-15.211-8.812-17.461c-.867-3.047-3.305-5.485-6.75-5.485c-3.47 0-5.883 2.438-6.774 5.485c-6.234 2.25-8.625 8.46-8.789 17.46c-.187 2.696-.586 6.024-2.156 7.641c-2.016 2.086-4.406 4.195-4.406 6.54c0 1.687 1.336 2.835 3.539 2.835m11.437 3.188c.282 3.422 3.164 6.28 7.149 6.28c3.96 0 6.843-2.858 7.148-6.28Z"/></svg>

React

import type { SVGProps } from "react";

export function F7BellFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M9.426 43.246h37.148c2.227 0 3.54-1.148 3.54-2.836c0-2.344-2.368-4.453-4.407-6.539c-1.547-1.617-1.969-4.945-2.133-7.64c-.187-9-2.554-15.211-8.812-17.461c-.867-3.047-3.305-5.485-6.75-5.485c-3.47 0-5.883 2.438-6.774 5.485c-6.234 2.25-8.625 8.46-8.789 17.46c-.187 2.696-.586 6.024-2.156 7.641c-2.016 2.086-4.406 4.195-4.406 6.54c0 1.687 1.336 2.835 3.539 2.835m11.437 3.188c.282 3.422 3.164 6.28 7.149 6.28c3.96 0 6.843-2.858 7.148-6.28Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M9.426 43.246h37.148c2.227 0 3.54-1.148 3.54-2.836c0-2.344-2.368-4.453-4.407-6.539c-1.547-1.617-1.969-4.945-2.133-7.64c-.187-9-2.554-15.211-8.812-17.461c-.867-3.047-3.305-5.485-6.75-5.485c-3.47 0-5.883 2.438-6.774 5.485c-6.234 2.25-8.625 8.46-8.789 17.46c-.187 2.696-.586 6.024-2.156 7.641c-2.016 2.086-4.406 4.195-4.406 6.54c0 1.687 1.336 2.835 3.539 2.835m11.437 3.188c.282 3.422 3.164 6.28 7.149 6.28c3.96 0 6.843-2.858 7.148-6.28Z"/></svg>
</template>

CSS

.icon-bell-fill {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.426%2043.246h37.148c2.227%200%203.54-1.148%203.54-2.836c0-2.344-2.368-4.453-4.407-6.539c-1.547-1.617-1.969-4.945-2.133-7.64c-.187-9-2.554-15.211-8.812-17.461c-.867-3.047-3.305-5.485-6.75-5.485c-3.47%200-5.883%202.438-6.774%205.485c-6.234%202.25-8.625%208.46-8.789%2017.46c-.187%202.696-.586%206.024-2.156%207.641c-2.016%202.086-4.406%204.195-4.406%206.54c0%201.687%201.336%202.835%203.539%202.835m11.437%203.188c.282%203.422%203.164%206.28%207.149%206.28c3.96%200%206.843-2.858%207.148-6.28Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.426%2043.246h37.148c2.227%200%203.54-1.148%203.54-2.836c0-2.344-2.368-4.453-4.407-6.539c-1.547-1.617-1.969-4.945-2.133-7.64c-.187-9-2.554-15.211-8.812-17.461c-.867-3.047-3.305-5.485-6.75-5.485c-3.47%200-5.883%202.438-6.774%205.485c-6.234%202.25-8.625%208.46-8.789%2017.46c-.187%202.696-.586%206.024-2.156%207.641c-2.016%202.086-4.406%204.195-4.406%206.54c0%201.687%201.336%202.835%203.539%202.835m11.437%203.188c.282%203.422%203.164%206.28%207.149%206.28c3.96%200%206.843-2.858%207.148-6.28Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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