service bell icon
service-bell-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- service-bell-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
Use the service bell icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8 5a2 2 0 1 1 4 0v.79c2.892.86 5 3.539 5 6.71a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5a7 7 0 0 1 5-6.71zm2.5 3.5c.422 0 .84.004 1.268.158c.413.148.87.451 1.316 1.12a.5.5 0 0 0 .832-.555c-.555-.832-1.18-1.28-1.81-1.506C11.505 7.5 10.93 7.5 10.52 7.5h-.02a.5.5 0 0 0 0 1m-7 5.5a1.5 1.5 0 0 0 0 3h13a1.5 1.5 0 0 0 0-3z"/></svg>
React
import type { SVGProps } from "react";
export function FluentServiceBell20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8 5a2 2 0 1 1 4 0v.79c2.892.86 5 3.539 5 6.71a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5a7 7 0 0 1 5-6.71zm2.5 3.5c.422 0 .84.004 1.268.158c.413.148.87.451 1.316 1.12a.5.5 0 0 0 .832-.555c-.555-.832-1.18-1.28-1.81-1.506C11.505 7.5 10.93 7.5 10.52 7.5h-.02a.5.5 0 0 0 0 1m-7 5.5a1.5 1.5 0 0 0 0 3h13a1.5 1.5 0 0 0 0-3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8 5a2 2 0 1 1 4 0v.79c2.892.86 5 3.539 5 6.71a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5a7 7 0 0 1 5-6.71zm2.5 3.5c.422 0 .84.004 1.268.158c.413.148.87.451 1.316 1.12a.5.5 0 0 0 .832-.555c-.555-.832-1.18-1.28-1.81-1.506C11.505 7.5 10.93 7.5 10.52 7.5h-.02a.5.5 0 0 0 0 1m-7 5.5a1.5 1.5 0 0 0 0 3h13a1.5 1.5 0 0 0 0-3z"/></svg> </template>
CSS
.icon-service-bell-20-filled {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%205a2%202%200%201%201%204%200v.79c2.892.86%205%203.539%205%206.71a.5.5%200%200%201-.5.5h-13a.5.5%200%200%201-.5-.5a7%207%200%200%201%205-6.71zm2.5%203.5c.422%200%20.84.004%201.268.158c.413.148.87.451%201.316%201.12a.5.5%200%200%200%20.832-.555c-.555-.832-1.18-1.28-1.81-1.506C11.505%207.5%2010.93%207.5%2010.52%207.5h-.02a.5.5%200%200%200%200%201m-7%205.5a1.5%201.5%200%200%200%200%203h13a1.5%201.5%200%200%200%200-3z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%205a2%202%200%201%201%204%200v.79c2.892.86%205%203.539%205%206.71a.5.5%200%200%201-.5.5h-13a.5.5%200%200%201-.5-.5a7%207%200%200%201%205-6.71zm2.5%203.5c.422%200%20.84.004%201.268.158c.413.148.87.451%201.316%201.12a.5.5%200%200%200%20.832-.555c-.555-.832-1.18-1.28-1.81-1.506C11.505%207.5%2010.93%207.5%2010.52%207.5h-.02a.5.5%200%200%200%200%201m-7%205.5a1.5%201.5%200%200%200%200%203h13a1.5%201.5%200%200%200%200-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/service-bell-20-filled.svg?color=%231a73e8&size=48