service-bell-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
service-bell-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M8 1.5a2 2 0 0 0-2 2v.341C3.67 4.665 2 6.888 2 9.5a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 .5-.5a6 6 0 0 0-4-5.659V3.5a2 2 0 0 0-2-2M7.5 6a.5.5 0 0 1 .5-.5c1.36 0 2.56.679 3.283 1.714a.5.5 0 1 1-.82.572A3 3 0 0 0 8 6.5a.5.5 0 0 1-.5-.5m-5 5a1.5 1.5 0 0 0 0 3h11a1.5 1.5 0 0 0 0-3z"/></svg>

React

import type { SVGProps } from "react";

export function FluentServiceBell16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 1.5a2 2 0 0 0-2 2v.341C3.67 4.665 2 6.888 2 9.5a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 .5-.5a6 6 0 0 0-4-5.659V3.5a2 2 0 0 0-2-2M7.5 6a.5.5 0 0 1 .5-.5c1.36 0 2.56.679 3.283 1.714a.5.5 0 1 1-.82.572A3 3 0 0 0 8 6.5a.5.5 0 0 1-.5-.5m-5 5a1.5 1.5 0 0 0 0 3h11a1.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 16 16"><path fill="currentColor" d="M8 1.5a2 2 0 0 0-2 2v.341C3.67 4.665 2 6.888 2 9.5a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 .5-.5a6 6 0 0 0-4-5.659V3.5a2 2 0 0 0-2-2M7.5 6a.5.5 0 0 1 .5-.5c1.36 0 2.56.679 3.283 1.714a.5.5 0 1 1-.82.572A3 3 0 0 0 8 6.5a.5.5 0 0 1-.5-.5m-5 5a1.5 1.5 0 0 0 0 3h11a1.5 1.5 0 0 0 0-3z"/></svg>
</template>

CSS

.icon-service-bell-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%201.5a2%202%200%200%200-2%202v.341C3.67%204.665%202%206.888%202%209.5a.5.5%200%200%200%20.5.5h11a.5.5%200%200%200%20.5-.5a6%206%200%200%200-4-5.659V3.5a2%202%200%200%200-2-2M7.5%206a.5.5%200%200%201%20.5-.5c1.36%200%202.56.679%203.283%201.714a.5.5%200%201%201-.82.572A3%203%200%200%200%208%206.5a.5.5%200%200%201-.5-.5m-5%205a1.5%201.5%200%200%200%200%203h11a1.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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%201.5a2%202%200%200%200-2%202v.341C3.67%204.665%202%206.888%202%209.5a.5.5%200%200%200%20.5.5h11a.5.5%200%200%200%20.5-.5a6%206%200%200%200-4-5.659V3.5a2%202%200%200%200-2-2M7.5%206a.5.5%200%200%201%20.5-.5c1.36%200%202.56.679%203.283%201.714a.5.5%200%201%201-.82.572A3%203%200%200%200%208%206.5a.5.5%200%200%201-.5-.5m-5%205a1.5%201.5%200%200%200%200%203h11a1.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-16-filled.svg?color=%231a73e8&size=48