concierge bell icon
concierge-bell from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- concierge-bell
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the concierge bell icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M22 19.5H2M12 7.499c-4.289 0-7.877 3-8.78 7.016c-.186.822-.278 1.233.022 1.609s.786.375 1.758.375h14c.972 0 1.458 0 1.758-.375c.3-.376.208-.787.023-1.61A9 9 0 0 0 12 7.5m0-3v3m-2-3h4"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsConciergeBell(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M22 19.5H2M12 7.499c-4.289 0-7.877 3-8.78 7.016c-.186.822-.278 1.233.022 1.609s.786.375 1.758.375h14c.972 0 1.458 0 1.758-.375c.3-.376.208-.787.023-1.61A9 9 0 0 0 12 7.5m0-3v3m-2-3h4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M22 19.5H2M12 7.499c-4.289 0-7.877 3-8.78 7.016c-.186.822-.278 1.233.022 1.609s.786.375 1.758.375h14c.972 0 1.458 0 1.758-.375c.3-.376.208-.787.023-1.61A9 9 0 0 0 12 7.5m0-3v3m-2-3h4"/></svg> </template>
CSS
.icon-concierge-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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M22%2019.5H2M12%207.499c-4.289%200-7.877%203-8.78%207.016c-.186.822-.278%201.233.022%201.609s.786.375%201.758.375h14c.972%200%201.458%200%201.758-.375c.3-.376.208-.787.023-1.61A9%209%200%200%200%2012%207.5m0-3v3m-2-3h4%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M22%2019.5H2M12%207.499c-4.289%200-7.877%203-8.78%207.016c-.186.822-.278%201.233.022%201.609s.786.375%201.758.375h14c.972%200%201.458%200%201.758-.375c.3-.376.208-.787.023-1.61A9%209%200%200%200%2012%207.5m0-3v3m-2-3h4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/concierge-bell.svg?color=%231a73e8&size=48