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

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

2 other variants in Octicons

The same icon in other sets

Related icons in Octicons

Use the bell icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 16a2 2 0 0 0 1.985-1.75c.017-.137-.097-.25-.235-.25h-3.5c-.138 0-.252.113-.235.25A2 2 0 0 0 8 16M3 5a5 5 0 0 1 10 0v2.947q0 .076.042.139l1.703 2.555A1.519 1.519 0 0 1 13.482 13H2.518a1.516 1.516 0 0 1-1.263-2.36l1.703-2.554A.26.26 0 0 0 3 7.947Zm5-3.5A3.5 3.5 0 0 0 4.5 5v2.947c0 .346-.102.683-.294.97l-1.703 2.556l-.003.01l.001.006q0 .003.004.006l.006.004l.007.001h10.964l.007-.001l.006-.004l.004-.006l.001-.007l-.003-.01l-1.703-2.554a1.75 1.75 0 0 1-.294-.97V5A3.5 3.5 0 0 0 8 1.5"/></svg>

React

import type { SVGProps } from "react";

export function OcticonBell16(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 16a2 2 0 0 0 1.985-1.75c.017-.137-.097-.25-.235-.25h-3.5c-.138 0-.252.113-.235.25A2 2 0 0 0 8 16M3 5a5 5 0 0 1 10 0v2.947q0 .076.042.139l1.703 2.555A1.519 1.519 0 0 1 13.482 13H2.518a1.516 1.516 0 0 1-1.263-2.36l1.703-2.554A.26.26 0 0 0 3 7.947Zm5-3.5A3.5 3.5 0 0 0 4.5 5v2.947c0 .346-.102.683-.294.97l-1.703 2.556l-.003.01l.001.006q0 .003.004.006l.006.004l.007.001h10.964l.007-.001l.006-.004l.004-.006l.001-.007l-.003-.01l-1.703-2.554a1.75 1.75 0 0 1-.294-.97V5A3.5 3.5 0 0 0 8 1.5"/></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 16a2 2 0 0 0 1.985-1.75c.017-.137-.097-.25-.235-.25h-3.5c-.138 0-.252.113-.235.25A2 2 0 0 0 8 16M3 5a5 5 0 0 1 10 0v2.947q0 .076.042.139l1.703 2.555A1.519 1.519 0 0 1 13.482 13H2.518a1.516 1.516 0 0 1-1.263-2.36l1.703-2.554A.26.26 0 0 0 3 7.947Zm5-3.5A3.5 3.5 0 0 0 4.5 5v2.947c0 .346-.102.683-.294.97l-1.703 2.556l-.003.01l.001.006q0 .003.004.006l.006.004l.007.001h10.964l.007-.001l.006-.004l.004-.006l.001-.007l-.003-.01l-1.703-2.554a1.75 1.75 0 0 1-.294-.97V5A3.5 3.5 0 0 0 8 1.5"/></svg>
</template>

CSS

.icon-bell-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%2016a2%202%200%200%200%201.985-1.75c.017-.137-.097-.25-.235-.25h-3.5c-.138%200-.252.113-.235.25A2%202%200%200%200%208%2016M3%205a5%205%200%200%201%2010%200v2.947q0%20.076.042.139l1.703%202.555A1.519%201.519%200%200%201%2013.482%2013H2.518a1.516%201.516%200%200%201-1.263-2.36l1.703-2.554A.26.26%200%200%200%203%207.947Zm5-3.5A3.5%203.5%200%200%200%204.5%205v2.947c0%20.346-.102.683-.294.97l-1.703%202.556l-.003.01l.001.006q0%20.003.004.006l.006.004l.007.001h10.964l.007-.001l.006-.004l.004-.006l.001-.007l-.003-.01l-1.703-2.554a1.75%201.75%200%200%201-.294-.97V5A3.5%203.5%200%200%200%208%201.5%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%2016a2%202%200%200%200%201.985-1.75c.017-.137-.097-.25-.235-.25h-3.5c-.138%200-.252.113-.235.25A2%202%200%200%200%208%2016M3%205a5%205%200%200%201%2010%200v2.947q0%20.076.042.139l1.703%202.555A1.519%201.519%200%200%201%2013.482%2013H2.518a1.516%201.516%200%200%201-1.263-2.36l1.703-2.554A.26.26%200%200%200%203%207.947Zm5-3.5A3.5%203.5%200%200%200%204.5%205v2.947c0%20.346-.102.683-.294.97l-1.703%202.556l-.003.01l.001.006q0%20.003.004.006l.006.004l.007.001h10.964l.007-.001l.006-.004l.004-.006l.001-.007l-.003-.01l-1.703-2.554a1.75%201.75%200%200%201-.294-.97V5A3.5%203.5%200%200%200%208%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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