bell from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.

Name
bell
Set
Radix Icons
Style
Outline
Viewbox
15×15
License
MIT

The same icon in other sets

Use the bell icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.5.15a1.1 1.1 0 0 1 .293 2.16A4.5 4.5 0 0 1 12 6.8v3.45c0 .806.033 1.457.724 1.803A.5.5 0 0 1 12.5 13H8.16a1 1 0 1 1-1.318 0H2.499a.5.5 0 0 1-.224-.947c.691-.346.724-.997.724-1.803V6.8a4.5 4.5 0 0 1 4.207-4.49A1.1 1.1 0 0 1 7.501.15m0 3.15A3.5 3.5 0 0 0 4 6.8v3.45c0 .445.013 1.136-.3 1.75h7.6c-.313-.614-.3-1.305-.3-1.75V6.8a3.5 3.5 0 0 0-3.5-3.5"/></svg>

React

import type { SVGProps } from "react";

export function RadixIconsBell(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.5.15a1.1 1.1 0 0 1 .293 2.16A4.5 4.5 0 0 1 12 6.8v3.45c0 .806.033 1.457.724 1.803A.5.5 0 0 1 12.5 13H8.16a1 1 0 1 1-1.318 0H2.499a.5.5 0 0 1-.224-.947c.691-.346.724-.997.724-1.803V6.8a4.5 4.5 0 0 1 4.207-4.49A1.1 1.1 0 0 1 7.501.15m0 3.15A3.5 3.5 0 0 0 4 6.8v3.45c0 .445.013 1.136-.3 1.75h7.6c-.313-.614-.3-1.305-.3-1.75V6.8a3.5 3.5 0 0 0-3.5-3.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.5.15a1.1 1.1 0 0 1 .293 2.16A4.5 4.5 0 0 1 12 6.8v3.45c0 .806.033 1.457.724 1.803A.5.5 0 0 1 12.5 13H8.16a1 1 0 1 1-1.318 0H2.499a.5.5 0 0 1-.224-.947c.691-.346.724-.997.724-1.803V6.8a4.5 4.5 0 0 1 4.207-4.49A1.1 1.1 0 0 1 7.501.15m0 3.15A3.5 3.5 0 0 0 4 6.8v3.45c0 .445.013 1.136-.3 1.75h7.6c-.313-.614-.3-1.305-.3-1.75V6.8a3.5 3.5 0 0 0-3.5-3.5"/></svg>
</template>

CSS

.icon-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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5.15a1.1%201.1%200%200%201%20.293%202.16A4.5%204.5%200%200%201%2012%206.8v3.45c0%20.806.033%201.457.724%201.803A.5.5%200%200%201%2012.5%2013H8.16a1%201%200%201%201-1.318%200H2.499a.5.5%200%200%201-.224-.947c.691-.346.724-.997.724-1.803V6.8a4.5%204.5%200%200%201%204.207-4.49A1.1%201.1%200%200%201%207.501.15m0%203.15A3.5%203.5%200%200%200%204%206.8v3.45c0%20.445.013%201.136-.3%201.75h7.6c-.313-.614-.3-1.305-.3-1.75V6.8a3.5%203.5%200%200%200-3.5-3.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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.5.15a1.1%201.1%200%200%201%20.293%202.16A4.5%204.5%200%200%201%2012%206.8v3.45c0%20.806.033%201.457.724%201.803A.5.5%200%200%201%2012.5%2013H8.16a1%201%200%201%201-1.318%200H2.499a.5.5%200%200%201-.224-.947c.691-.346.724-.997.724-1.803V6.8a4.5%204.5%200%200%201%204.207-4.49A1.1%201.1%200%200%201%207.501.15m0%203.15A3.5%203.5%200%200%200%204%206.8v3.45c0%20.445.013%201.136-.3%201.75h7.6c-.313-.614-.3-1.305-.3-1.75V6.8a3.5%203.5%200%200%200-3.5-3.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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