bell-outline from Dither Icons by Vijay K Singh · Outline · MIT Free for personal and commercial use.

Name
bell-outline
Set
Dither Icons
Style
Outline
Viewbox
24×24
License
MIT

2 other variants in Dither Icons

The same icon in other sets

All bell icons →

Use the bell icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor"><path stroke-linejoin="round" stroke-width="1.4" d="M5.5 17.5c1.5-1.7 1.5-3.5 1.5-7.5a5 5 0 0 1 10 0c0 4 0 5.8 1.5 7.5Z"/><path stroke-width=".8" d="M10.8 4.8V4a1.2 1.2 0 0 1 2.4 0v.8" opacity=".6"/><path stroke-linejoin="round" stroke-width="1.4" d="M10 19.3h4a2 2 0 0 1-4 0Z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width=".8" d="M20 6q2 2 2 5M19.6 8.3q.8 1 .8 2.5" opacity="0"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width=".8" d="M4 6q-2 2-2 5M4.4 8.3q-.8 1-.8 2.5" opacity="0"/></g></svg>

React

import type { SVGProps } from "react";

export function DitherBellOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor"><path strokeLinejoin="round" strokeWidth="1.4" d="M5.5 17.5c1.5-1.7 1.5-3.5 1.5-7.5a5 5 0 0 1 10 0c0 4 0 5.8 1.5 7.5Z"/><path strokeWidth=".8" d="M10.8 4.8V4a1.2 1.2 0 0 1 2.4 0v.8" opacity=".6"/><path strokeLinejoin="round" strokeWidth="1.4" d="M10 19.3h4a2 2 0 0 1-4 0Z"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth=".8" d="M20 6q2 2 2 5M19.6 8.3q.8 1 .8 2.5" opacity="0"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth=".8" d="M4 6q-2 2-2 5M4.4 8.3q-.8 1-.8 2.5" opacity="0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor"><path stroke-linejoin="round" stroke-width="1.4" d="M5.5 17.5c1.5-1.7 1.5-3.5 1.5-7.5a5 5 0 0 1 10 0c0 4 0 5.8 1.5 7.5Z"/><path stroke-width=".8" d="M10.8 4.8V4a1.2 1.2 0 0 1 2.4 0v.8" opacity=".6"/><path stroke-linejoin="round" stroke-width="1.4" d="M10 19.3h4a2 2 0 0 1-4 0Z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width=".8" d="M20 6q2 2 2 5M19.6 8.3q.8 1 .8 2.5" opacity="0"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width=".8" d="M4 6q-2 2-2 5M4.4 8.3q-.8 1-.8 2.5" opacity="0"/></g></svg>
</template>

CSS

.icon-bell-outline {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M5.5%2017.5c1.5-1.7%201.5-3.5%201.5-7.5a5%205%200%200%201%2010%200c0%204%200%205.8%201.5%207.5Z%22%2F%3E%3Cpath%20stroke-width%3D%22.8%22%20d%3D%22M10.8%204.8V4a1.2%201.2%200%200%201%202.4%200v.8%22%20opacity%3D%22.6%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M10%2019.3h4a2%202%200%200%201-4%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.8%22%20d%3D%22M20%206q2%202%202%205M19.6%208.3q.8%201%20.8%202.5%22%20opacity%3D%220%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.8%22%20d%3D%22M4%206q-2%202-2%205M4.4%208.3q-.8%201-.8%202.5%22%20opacity%3D%220%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M5.5%2017.5c1.5-1.7%201.5-3.5%201.5-7.5a5%205%200%200%201%2010%200c0%204%200%205.8%201.5%207.5Z%22%2F%3E%3Cpath%20stroke-width%3D%22.8%22%20d%3D%22M10.8%204.8V4a1.2%201.2%200%200%201%202.4%200v.8%22%20opacity%3D%22.6%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M10%2019.3h4a2%202%200%200%201-4%200Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.8%22%20d%3D%22M20%206q2%202%202%205M19.6%208.3q.8%201%20.8%202.5%22%20opacity%3D%220%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.8%22%20d%3D%22M4%206q-2%202-2%205M4.4%208.3q-.8%201-.8%202.5%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Bell outline icon — Dither Icons · IconsDB