bell fill icon

bell-fill-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.

Name
bell-fill-16
Set
Octicons
Style
16
Viewbox
16×16
License
MIT

1 other variant in Octicons

Related icons in Octicons

Use the bell fill icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 16c.9 0 1.7-.6 1.9-1.5c.1-.3-.1-.5-.4-.5h-3c-.3 0-.5.2-.4.5c.2.9 1 1.5 1.9 1.5M3 5c0-2.8 2.2-5 5-5s5 2.2 5 5v3l1.7 2.6c.2.2.3.5.3.8c0 .8-.7 1.5-1.5 1.5h-11c-.8.1-1.5-.6-1.5-1.4c0-.3.1-.6.3-.8L3 8.1z"/></svg>

React

import type { SVGProps } from "react";

export function OcticonBellFill16(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 16c.9 0 1.7-.6 1.9-1.5c.1-.3-.1-.5-.4-.5h-3c-.3 0-.5.2-.4.5c.2.9 1 1.5 1.9 1.5M3 5c0-2.8 2.2-5 5-5s5 2.2 5 5v3l1.7 2.6c.2.2.3.5.3.8c0 .8-.7 1.5-1.5 1.5h-11c-.8.1-1.5-.6-1.5-1.4c0-.3.1-.6.3-.8L3 8.1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 16c.9 0 1.7-.6 1.9-1.5c.1-.3-.1-.5-.4-.5h-3c-.3 0-.5.2-.4.5c.2.9 1 1.5 1.9 1.5M3 5c0-2.8 2.2-5 5-5s5 2.2 5 5v3l1.7 2.6c.2.2.3.5.3.8c0 .8-.7 1.5-1.5 1.5h-11c-.8.1-1.5-.6-1.5-1.4c0-.3.1-.6.3-.8L3 8.1z"/></svg>
</template>

CSS

.icon-bell-fill-16 {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2016c.9%200%201.7-.6%201.9-1.5c.1-.3-.1-.5-.4-.5h-3c-.3%200-.5.2-.4.5c.2.9%201%201.5%201.9%201.5M3%205c0-2.8%202.2-5%205-5s5%202.2%205%205v3l1.7%202.6c.2.2.3.5.3.8c0%20.8-.7%201.5-1.5%201.5h-11c-.8.1-1.5-.6-1.5-1.4c0-.3.1-.6.3-.8L3%208.1z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2016c.9%200%201.7-.6%201.9-1.5c.1-.3-.1-.5-.4-.5h-3c-.3%200-.5.2-.4.5c.2.9%201%201.5%201.9%201.5M3%205c0-2.8%202.2-5%205-5s5%202.2%205%205v3l1.7%202.6c.2.2.3.5.3.8c0%20.8-.7%201.5-1.5%201.5h-11c-.8.1-1.5-.6-1.5-1.4c0-.3.1-.6.3-.8L3%208.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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