ios bell icon

ios-bell from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ios-bell
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

1 other variant in IonIcons

Related icons in IonIcons

Use the ios bell icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M381.7 225.9c0-97.6-52.5-130.8-101.6-138.2 0-.5.1-1 .1-1.6 0-12.3-10.9-22.1-24.2-22.1-13.3 0-23.8 9.8-23.8 22.1 0 .6 0 1.1.1 1.6-49.2 7.5-102 40.8-102 138.4 0 113.8-28.3 126-66.3 158h384c-37.8-32.1-66.3-44.4-66.3-158.2z" fill="currentColor"/><path d="M256.2 448c26.8 0 48.8-19.9 51.7-43H204.5c2.8 23.1 24.9 43 51.7 43z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosBell(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M381.7 225.9c0-97.6-52.5-130.8-101.6-138.2 0-.5.1-1 .1-1.6 0-12.3-10.9-22.1-24.2-22.1-13.3 0-23.8 9.8-23.8 22.1 0 .6 0 1.1.1 1.6-49.2 7.5-102 40.8-102 138.4 0 113.8-28.3 126-66.3 158h384c-37.8-32.1-66.3-44.4-66.3-158.2z" fill="currentColor"/><path d="M256.2 448c26.8 0 48.8-19.9 51.7-43H204.5c2.8 23.1 24.9 43 51.7 43z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M381.7 225.9c0-97.6-52.5-130.8-101.6-138.2 0-.5.1-1 .1-1.6 0-12.3-10.9-22.1-24.2-22.1-13.3 0-23.8 9.8-23.8 22.1 0 .6 0 1.1.1 1.6-49.2 7.5-102 40.8-102 138.4 0 113.8-28.3 126-66.3 158h384c-37.8-32.1-66.3-44.4-66.3-158.2z" fill="currentColor"/><path d="M256.2 448c26.8 0 48.8-19.9 51.7-43H204.5c2.8 23.1 24.9 43 51.7 43z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-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%20512%20512%22%3E%3Cpath%20d%3D%22M381.7%20225.9c0-97.6-52.5-130.8-101.6-138.2%200-.5.1-1%20.1-1.6%200-12.3-10.9-22.1-24.2-22.1-13.3%200-23.8%209.8-23.8%2022.1%200%20.6%200%201.1.1%201.6-49.2%207.5-102%2040.8-102%20138.4%200%20113.8-28.3%20126-66.3%20158h384c-37.8-32.1-66.3-44.4-66.3-158.2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256.2%20448c26.8%200%2048.8-19.9%2051.7-43H204.5c2.8%2023.1%2024.9%2043%2051.7%2043z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M381.7%20225.9c0-97.6-52.5-130.8-101.6-138.2%200-.5.1-1%20.1-1.6%200-12.3-10.9-22.1-24.2-22.1-13.3%200-23.8%209.8-23.8%2022.1%200%20.6%200%201.1.1%201.6-49.2%207.5-102%2040.8-102%20138.4%200%20113.8-28.3%20126-66.3%20158h384c-37.8-32.1-66.3-44.4-66.3-158.2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M256.2%20448c26.8%200%2048.8-19.9%2051.7-43H204.5c2.8%2023.1%2024.9%2043%2051.7%2043z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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