service-bell-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
service-bell-20-regular
Set
Fluent UI System Icons
Style
20 Regular
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="M10.5 8.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 1M8 5v.79c-2.891.86-5 3.539-5 6.71a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5a7 7 0 0 0-5-6.71V5a2 2 0 1 0-4 0m2-1a1 1 0 0 1 1 1v.57a7 7 0 0 0-2 0V5a1 1 0 0 1 1-1m0 2.5a6 6 0 0 1 5.98 5.5H4.02A6 6 0 0 1 10 6.5M3.5 14a1.5 1.5 0 0 0 0 3h13a1.5 1.5 0 0 0 0-3zM3 15.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentServiceBell20Regular(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="M10.5 8.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 1M8 5v.79c-2.891.86-5 3.539-5 6.71a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5a7 7 0 0 0-5-6.71V5a2 2 0 1 0-4 0m2-1a1 1 0 0 1 1 1v.57a7 7 0 0 0-2 0V5a1 1 0 0 1 1-1m0 2.5a6 6 0 0 1 5.98 5.5H4.02A6 6 0 0 1 10 6.5M3.5 14a1.5 1.5 0 0 0 0 3h13a1.5 1.5 0 0 0 0-3zM3 15.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.5 8.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 1M8 5v.79c-2.891.86-5 3.539-5 6.71a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5a7 7 0 0 0-5-6.71V5a2 2 0 1 0-4 0m2-1a1 1 0 0 1 1 1v.57a7 7 0 0 0-2 0V5a1 1 0 0 1 1-1m0 2.5a6 6 0 0 1 5.98 5.5H4.02A6 6 0 0 1 10 6.5M3.5 14a1.5 1.5 0 0 0 0 3h13a1.5 1.5 0 0 0 0-3zM3 15.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5"/></svg>
</template>

CSS

.icon-service-bell-20-regular {
  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%22M10.5%208.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%201M8%205v.79c-2.891.86-5%203.539-5%206.71a.5.5%200%200%200%20.5.5h13a.5.5%200%200%200%20.5-.5a7%207%200%200%200-5-6.71V5a2%202%200%201%200-4%200m2-1a1%201%200%200%201%201%201v.57a7%207%200%200%200-2%200V5a1%201%200%200%201%201-1m0%202.5a6%206%200%200%201%205.98%205.5H4.02A6%206%200%200%201%2010%206.5M3.5%2014a1.5%201.5%200%200%200%200%203h13a1.5%201.5%200%200%200%200-3zM3%2015.5a.5.5%200%200%201%20.5-.5h13a.5.5%200%200%201%200%201h-13a.5.5%200%200%201-.5-.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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.5%208.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%201M8%205v.79c-2.891.86-5%203.539-5%206.71a.5.5%200%200%200%20.5.5h13a.5.5%200%200%200%20.5-.5a7%207%200%200%200-5-6.71V5a2%202%200%201%200-4%200m2-1a1%201%200%200%201%201%201v.57a7%207%200%200%200-2%200V5a1%201%200%200%201%201-1m0%202.5a6%206%200%200%201%205.98%205.5H4.02A6%206%200%200%201%2010%206.5M3.5%2014a1.5%201.5%200%200%200%200%203h13a1.5%201.5%200%200%200%200-3zM3%2015.5a.5.5%200%200%201%20.5-.5h13a.5.5%200%200%201%200%201h-13a.5.5%200%200%201-.5-.5%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-regular.svg?color=%231a73e8&size=48