bell school icon

bell-school from Unicons by Iconscout · Line · Education · Apache-2.0 Free for personal and commercial use.

Name
bell-school
Set
Unicons
Style
Line
Category
Education
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More education icons from Unicons

Use the bell school icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 8a2 2 0 1 0-2.27 2a4.49 4.49 0 0 1-3 5.85a3 3 0 0 0-1.3-1.43a7 7 0 1 0-10.9 0A3 3 0 0 0 2 17v1a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3v-.19a6.47 6.47 0 0 0 4.58-8.59A2 2 0 0 0 21 8m-7 10a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h.41a6.94 6.94 0 0 0 7.18 0H13a1 1 0 0 1 1 1Zm-5-3a5 5 0 1 1 5-5a5 5 0 0 1-5 5m0-6a1 1 0 1 0 1 1a1 1 0 0 0-1-1"/></svg>

React

import type { SVGProps } from "react";

export function UilBellSchool(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="M21 8a2 2 0 1 0-2.27 2a4.49 4.49 0 0 1-3 5.85a3 3 0 0 0-1.3-1.43a7 7 0 1 0-10.9 0A3 3 0 0 0 2 17v1a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3v-.19a6.47 6.47 0 0 0 4.58-8.59A2 2 0 0 0 21 8m-7 10a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h.41a6.94 6.94 0 0 0 7.18 0H13a1 1 0 0 1 1 1Zm-5-3a5 5 0 1 1 5-5a5 5 0 0 1-5 5m0-6a1 1 0 1 0 1 1a1 1 0 0 0-1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 8a2 2 0 1 0-2.27 2a4.49 4.49 0 0 1-3 5.85a3 3 0 0 0-1.3-1.43a7 7 0 1 0-10.9 0A3 3 0 0 0 2 17v1a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3v-.19a6.47 6.47 0 0 0 4.58-8.59A2 2 0 0 0 21 8m-7 10a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h.41a6.94 6.94 0 0 0 7.18 0H13a1 1 0 0 1 1 1Zm-5-3a5 5 0 1 1 5-5a5 5 0 0 1-5 5m0-6a1 1 0 1 0 1 1a1 1 0 0 0-1-1"/></svg>
</template>

CSS

.icon-bell-school {
  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%22M21%208a2%202%200%201%200-2.27%202a4.49%204.49%200%200%201-3%205.85a3%203%200%200%200-1.3-1.43a7%207%200%201%200-10.9%200A3%203%200%200%200%202%2017v1a3%203%200%200%200%203%203h8a3%203%200%200%200%203-3v-.19a6.47%206.47%200%200%200%204.58-8.59A2%202%200%200%200%2021%208m-7%2010a1%201%200%200%201-1%201H5a1%201%200%200%201-1-1v-1a1%201%200%200%201%201-1h.41a6.94%206.94%200%200%200%207.18%200H13a1%201%200%200%201%201%201Zm-5-3a5%205%200%201%201%205-5a5%205%200%200%201-5%205m0-6a1%201%200%201%200%201%201a1%201%200%200%200-1-1%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%22M21%208a2%202%200%201%200-2.27%202a4.49%204.49%200%200%201-3%205.85a3%203%200%200%200-1.3-1.43a7%207%200%201%200-10.9%200A3%203%200%200%200%202%2017v1a3%203%200%200%200%203%203h8a3%203%200%200%200%203-3v-.19a6.47%206.47%200%200%200%204.58-8.59A2%202%200%200%200%2021%208m-7%2010a1%201%200%200%201-1%201H5a1%201%200%200%201-1-1v-1a1%201%200%200%201%201-1h.41a6.94%206.94%200%200%200%207.18%200H13a1%201%200%200%201%201%201Zm-5-3a5%205%200%201%201%205-5a5%205%200%200%201-5%205m0-6a1%201%200%201%200%201%201a1%201%200%200%200-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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