bell plus icon
bell-plus from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- bell-plus
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the bell plus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M16 18a4 4 0 0 1-8 0"/><path d="M14.522 2.342a6 6 0 0 0-1.622-.33C12.702 2 12.468 2 12 2s-.702 0-.9.013c-3.03.197-5.444 2.59-5.643 5.595c-.013.196-.013.428-.013.892v1.306c0 .73 0 1.094-.036 1.448a6.96 6.96 0 0 1-1.092 3.087c-.195.299-.424.584-.884 1.153l-.171.213c-.459.568-.688.852-.738 1.082a1 1 0 0 0 .536 1.106c.212.105.58.105 1.313.105h15.256c.734 0 1.1 0 1.313-.105a1 1 0 0 0 .536-1.106c-.05-.23-.28-.514-.738-1.082l-.17-.213a21 21 0 0 1-.777-.994M15 7.999h6m-3.005 3.005v-6"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBellPlus(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M16 18a4 4 0 0 1-8 0"/><path d="M14.522 2.342a6 6 0 0 0-1.622-.33C12.702 2 12.468 2 12 2s-.702 0-.9.013c-3.03.197-5.444 2.59-5.643 5.595c-.013.196-.013.428-.013.892v1.306c0 .73 0 1.094-.036 1.448a6.96 6.96 0 0 1-1.092 3.087c-.195.299-.424.584-.884 1.153l-.171.213c-.459.568-.688.852-.738 1.082a1 1 0 0 0 .536 1.106c.212.105.58.105 1.313.105h15.256c.734 0 1.1 0 1.313-.105a1 1 0 0 0 .536-1.106c-.05-.23-.28-.514-.738-1.082l-.17-.213a21 21 0 0 1-.777-.994M15 7.999h6m-3.005 3.005v-6"/></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" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M16 18a4 4 0 0 1-8 0"/><path d="M14.522 2.342a6 6 0 0 0-1.622-.33C12.702 2 12.468 2 12 2s-.702 0-.9.013c-3.03.197-5.444 2.59-5.643 5.595c-.013.196-.013.428-.013.892v1.306c0 .73 0 1.094-.036 1.448a6.96 6.96 0 0 1-1.092 3.087c-.195.299-.424.584-.884 1.153l-.171.213c-.459.568-.688.852-.738 1.082a1 1 0 0 0 .536 1.106c.212.105.58.105 1.313.105h15.256c.734 0 1.1 0 1.313-.105a1 1 0 0 0 .536-1.106c-.05-.23-.28-.514-.738-1.082l-.17-.213a21 21 0 0 1-.777-.994M15 7.999h6m-3.005 3.005v-6"/></g></svg> </template>
CSS
.icon-bell-plus {
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%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16%2018a4%204%200%200%201-8%200%22%2F%3E%3Cpath%20d%3D%22M14.522%202.342a6%206%200%200%200-1.622-.33C12.702%202%2012.468%202%2012%202s-.702%200-.9.013c-3.03.197-5.444%202.59-5.643%205.595c-.013.196-.013.428-.013.892v1.306c0%20.73%200%201.094-.036%201.448a6.96%206.96%200%200%201-1.092%203.087c-.195.299-.424.584-.884%201.153l-.171.213c-.459.568-.688.852-.738%201.082a1%201%200%200%200%20.536%201.106c.212.105.58.105%201.313.105h15.256c.734%200%201.1%200%201.313-.105a1%201%200%200%200%20.536-1.106c-.05-.23-.28-.514-.738-1.082l-.17-.213a21%2021%200%200%201-.777-.994M15%207.999h6m-3.005%203.005v-6%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%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16%2018a4%204%200%200%201-8%200%22%2F%3E%3Cpath%20d%3D%22M14.522%202.342a6%206%200%200%200-1.622-.33C12.702%202%2012.468%202%2012%202s-.702%200-.9.013c-3.03.197-5.444%202.59-5.643%205.595c-.013.196-.013.428-.013.892v1.306c0%20.73%200%201.094-.036%201.448a6.96%206.96%200%200%201-1.092%203.087c-.195.299-.424.584-.884%201.153l-.171.213c-.459.568-.688.852-.738%201.082a1%201%200%200%200%20.536%201.106c.212.105.58.105%201.313.105h15.256c.734%200%201.1%200%201.313-.105a1%201%200%200%200%20.536-1.106c-.05-.23-.28-.514-.738-1.082l-.17-.213a21%2021%200%200%201-.777-.994M15%207.999h6m-3.005%203.005v-6%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/bell-plus.svg?color=%231a73e8&size=48