bell from Twitter Emoji by Twitter · Default · Objects · CC-BY-4.0 Attribution required.

Name
bell
Set
Twitter Emoji
Style
Default
Category
Objects
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More objects icons from Twitter Emoji

Use the bell emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffac33" d="M28 13c0 11 5 10 5 15c0 0 0 2-2 2H5c-2 0-2-2-2-2c0-5 5-4 5-15C8 7.478 12.477 3 18 3s10 4.478 10 10"/><circle cx="18" cy="3" r="3" fill="#ffac33"/><path fill="#ffac33" d="M18 36a4 4 0 0 0 4-4h-8a4 4 0 0 0 4 4"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiBell(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffac33" d="M28 13c0 11 5 10 5 15c0 0 0 2-2 2H5c-2 0-2-2-2-2c0-5 5-4 5-15C8 7.478 12.477 3 18 3s10 4.478 10 10"/><circle cx="18" cy="3" r="3" fill="#ffac33"/><path fill="#ffac33" d="M18 36a4 4 0 0 0 4-4h-8a4 4 0 0 0 4 4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ffac33" d="M28 13c0 11 5 10 5 15c0 0 0 2-2 2H5c-2 0-2-2-2-2c0-5 5-4 5-15C8 7.478 12.477 3 18 3s10 4.478 10 10"/><circle cx="18" cy="3" r="3" fill="#ffac33"/><path fill="#ffac33" d="M18 36a4 4 0 0 0 4-4h-8a4 4 0 0 0 4 4"/></svg>
</template>

CSS

.icon-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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ffac33%22%20d%3D%22M28%2013c0%2011%205%2010%205%2015c0%200%200%202-2%202H5c-2%200-2-2-2-2c0-5%205-4%205-15C8%207.478%2012.477%203%2018%203s10%204.478%2010%2010%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%223%22%20r%3D%223%22%20fill%3D%22%23ffac33%22%2F%3E%3Cpath%20fill%3D%22%23ffac33%22%20d%3D%22M18%2036a4%204%200%200%200%204-4h-8a4%204%200%200%200%204%204%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ffac33%22%20d%3D%22M28%2013c0%2011%205%2010%205%2015c0%200%200%202-2%202H5c-2%200-2-2-2-2c0-5%205-4%205-15C8%207.478%2012.477%203%2018%203s10%204.478%2010%2010%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%223%22%20r%3D%223%22%20fill%3D%22%23ffac33%22%2F%3E%3Cpath%20fill%3D%22%23ffac33%22%20d%3D%22M18%2036a4%204%200%200%200%204-4h-8a4%204%200%200%200%204%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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