bell active alt icon

bell-active-alt-solid from Flowbite Icons by Themesberg · Solid · General · MIT Free for personal and commercial use.

Name
bell-active-alt-solid
Set
Flowbite Icons
Style
Solid
Category
General
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

More general icons from Flowbite Icons

Use the bell active alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.133 12.632v-1.8a5.41 5.41 0 0 0-4.154-5.262A1 1 0 0 0 13 5.464V3.1a1 1 0 0 0-2 0v2.364a1 1 0 0 0 .021.106a5.406 5.406 0 0 0-4.154 5.262v1.8C6.867 15.018 5 15.614 5 16.807C5 17.4 5 18 5.538 18h12.924C19 18 19 17.4 19 16.807c0-1.193-1.867-1.789-1.867-4.175m-13.267-.8a1 1 0 0 1-1-1a9.42 9.42 0 0 1 2.517-6.391A1.001 1.001 0 1 1 6.854 5.8a7.43 7.43 0 0 0-1.988 5.037a1 1 0 0 1-1 .995m16.268 0a1 1 0 0 1-1-1A7.43 7.43 0 0 0 17.146 5.8a1 1 0 0 1 1.471-1.354a9.42 9.42 0 0 1 2.517 6.391a1 1 0 0 1-1 .995M8.823 19a3.453 3.453 0 0 0 6.354 0z"/></svg>

React

import type { SVGProps } from "react";

export function FlowbiteBellActiveAltSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.133 12.632v-1.8a5.41 5.41 0 0 0-4.154-5.262A1 1 0 0 0 13 5.464V3.1a1 1 0 0 0-2 0v2.364a1 1 0 0 0 .021.106a5.406 5.406 0 0 0-4.154 5.262v1.8C6.867 15.018 5 15.614 5 16.807C5 17.4 5 18 5.538 18h12.924C19 18 19 17.4 19 16.807c0-1.193-1.867-1.789-1.867-4.175m-13.267-.8a1 1 0 0 1-1-1a9.42 9.42 0 0 1 2.517-6.391A1.001 1.001 0 1 1 6.854 5.8a7.43 7.43 0 0 0-1.988 5.037a1 1 0 0 1-1 .995m16.268 0a1 1 0 0 1-1-1A7.43 7.43 0 0 0 17.146 5.8a1 1 0 0 1 1.471-1.354a9.42 9.42 0 0 1 2.517 6.391a1 1 0 0 1-1 .995M8.823 19a3.453 3.453 0 0 0 6.354 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.133 12.632v-1.8a5.41 5.41 0 0 0-4.154-5.262A1 1 0 0 0 13 5.464V3.1a1 1 0 0 0-2 0v2.364a1 1 0 0 0 .021.106a5.406 5.406 0 0 0-4.154 5.262v1.8C6.867 15.018 5 15.614 5 16.807C5 17.4 5 18 5.538 18h12.924C19 18 19 17.4 19 16.807c0-1.193-1.867-1.789-1.867-4.175m-13.267-.8a1 1 0 0 1-1-1a9.42 9.42 0 0 1 2.517-6.391A1.001 1.001 0 1 1 6.854 5.8a7.43 7.43 0 0 0-1.988 5.037a1 1 0 0 1-1 .995m16.268 0a1 1 0 0 1-1-1A7.43 7.43 0 0 0 17.146 5.8a1 1 0 0 1 1.471-1.354a9.42 9.42 0 0 1 2.517 6.391a1 1 0 0 1-1 .995M8.823 19a3.453 3.453 0 0 0 6.354 0z"/></svg>
</template>

CSS

.icon-bell-active-alt-solid {
  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%22currentColor%22%20d%3D%22M17.133%2012.632v-1.8a5.41%205.41%200%200%200-4.154-5.262A1%201%200%200%200%2013%205.464V3.1a1%201%200%200%200-2%200v2.364a1%201%200%200%200%20.021.106a5.406%205.406%200%200%200-4.154%205.262v1.8C6.867%2015.018%205%2015.614%205%2016.807C5%2017.4%205%2018%205.538%2018h12.924C19%2018%2019%2017.4%2019%2016.807c0-1.193-1.867-1.789-1.867-4.175m-13.267-.8a1%201%200%200%201-1-1a9.42%209.42%200%200%201%202.517-6.391A1.001%201.001%200%201%201%206.854%205.8a7.43%207.43%200%200%200-1.988%205.037a1%201%200%200%201-1%20.995m16.268%200a1%201%200%200%201-1-1A7.43%207.43%200%200%200%2017.146%205.8a1%201%200%200%201%201.471-1.354a9.42%209.42%200%200%201%202.517%206.391a1%201%200%200%201-1%20.995M8.823%2019a3.453%203.453%200%200%200%206.354%200z%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%22currentColor%22%20d%3D%22M17.133%2012.632v-1.8a5.41%205.41%200%200%200-4.154-5.262A1%201%200%200%200%2013%205.464V3.1a1%201%200%200%200-2%200v2.364a1%201%200%200%200%20.021.106a5.406%205.406%200%200%200-4.154%205.262v1.8C6.867%2015.018%205%2015.614%205%2016.807C5%2017.4%205%2018%205.538%2018h12.924C19%2018%2019%2017.4%2019%2016.807c0-1.193-1.867-1.789-1.867-4.175m-13.267-.8a1%201%200%200%201-1-1a9.42%209.42%200%200%201%202.517-6.391A1.001%201.001%200%201%201%206.854%205.8a7.43%207.43%200%200%200-1.988%205.037a1%201%200%200%201-1%20.995m16.268%200a1%201%200%200%201-1-1A7.43%207.43%200%200%200%2017.146%205.8a1%201%200%200%201%201.471-1.354a9.42%209.42%200%200%201%202.517%206.391a1%201%200%200%201-1%20.995M8.823%2019a3.453%203.453%200%200%200%206.354%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flowbite/bell-active-alt-solid.svg?color=%231a73e8&size=48