school bell 02 icon

school-bell-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
school-bell-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the school bell 02 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="m7.532 10.781l-.082.12a4.21 4.21 0 0 1-3.475 1.833H3.88c-.782 0-1.174.946-.621 1.499l6.508 6.508c.553.553 1.5.161 1.5-.621v-.095c0-1.39.685-2.69 1.833-3.476l.119-.081a4.091 4.091 0 1 0-5.687-5.687"/><path stroke-linecap="round" d="M19 17a4.9 4.9 0 0 1-1.427 2.657A5.2 5.2 0 0 1 15 21M7 5a5.2 5.2 0 0 0-2.596 1.404A5.2 5.2 0 0 0 3 9"/><path stroke-linecap="round" stroke-linejoin="round" d="m13 8.802l3.89-4.926a2.303 2.303 0 1 1 3.234 3.235L15.198 11"/><path d="M8 19.314A2.343 2.343 0 1 1 4.686 16"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSchoolBell02(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="m7.532 10.781l-.082.12a4.21 4.21 0 0 1-3.475 1.833H3.88c-.782 0-1.174.946-.621 1.499l6.508 6.508c.553.553 1.5.161 1.5-.621v-.095c0-1.39.685-2.69 1.833-3.476l.119-.081a4.091 4.091 0 1 0-5.687-5.687"/><path strokeLinecap="round" d="M19 17a4.9 4.9 0 0 1-1.427 2.657A5.2 5.2 0 0 1 15 21M7 5a5.2 5.2 0 0 0-2.596 1.404A5.2 5.2 0 0 0 3 9"/><path strokeLinecap="round" strokeLinejoin="round" d="m13 8.802l3.89-4.926a2.303 2.303 0 1 1 3.234 3.235L15.198 11"/><path d="M8 19.314A2.343 2.343 0 1 1 4.686 16"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="m7.532 10.781l-.082.12a4.21 4.21 0 0 1-3.475 1.833H3.88c-.782 0-1.174.946-.621 1.499l6.508 6.508c.553.553 1.5.161 1.5-.621v-.095c0-1.39.685-2.69 1.833-3.476l.119-.081a4.091 4.091 0 1 0-5.687-5.687"/><path stroke-linecap="round" d="M19 17a4.9 4.9 0 0 1-1.427 2.657A5.2 5.2 0 0 1 15 21M7 5a5.2 5.2 0 0 0-2.596 1.404A5.2 5.2 0 0 0 3 9"/><path stroke-linecap="round" stroke-linejoin="round" d="m13 8.802l3.89-4.926a2.303 2.303 0 1 1 3.234 3.235L15.198 11"/><path d="M8 19.314A2.343 2.343 0 1 1 4.686 16"/></g></svg>
</template>

CSS

.icon-school-bell-02 {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m7.532%2010.781l-.082.12a4.21%204.21%200%200%201-3.475%201.833H3.88c-.782%200-1.174.946-.621%201.499l6.508%206.508c.553.553%201.5.161%201.5-.621v-.095c0-1.39.685-2.69%201.833-3.476l.119-.081a4.091%204.091%200%201%200-5.687-5.687%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2017a4.9%204.9%200%200%201-1.427%202.657A5.2%205.2%200%200%201%2015%2021M7%205a5.2%205.2%200%200%200-2.596%201.404A5.2%205.2%200%200%200%203%209%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m13%208.802l3.89-4.926a2.303%202.303%200%201%201%203.234%203.235L15.198%2011%22%2F%3E%3Cpath%20d%3D%22M8%2019.314A2.343%202.343%200%201%201%204.686%2016%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m7.532%2010.781l-.082.12a4.21%204.21%200%200%201-3.475%201.833H3.88c-.782%200-1.174.946-.621%201.499l6.508%206.508c.553.553%201.5.161%201.5-.621v-.095c0-1.39.685-2.69%201.833-3.476l.119-.081a4.091%204.091%200%201%200-5.687-5.687%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2017a4.9%204.9%200%200%201-1.427%202.657A5.2%205.2%200%200%201%2015%2021M7%205a5.2%205.2%200%200%200-2.596%201.404A5.2%205.2%200%200%200%203%209%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m13%208.802l3.89-4.926a2.303%202.303%200%201%201%203.234%203.235L15.198%2011%22%2F%3E%3Cpath%20d%3D%22M8%2019.314A2.343%202.343%200%201%201%204.686%2016%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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