school bell 01 icon
school-bell-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- school-bell-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the school bell 01 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" d="M18 7a8.045 8.045 0 0 0-7.458-5C6.101 2 2.5 5.582 2.5 10s3.6 8 8.042 8c1.678 0 3.235-.51 4.524-1.385"/><path stroke-linecap="round" stroke-linejoin="round" d="M21.5 13c0 5.1-4.393 8.595-10 8.967c-.456.03-.683.045-.842-.103S10.5 21.477 10.5 21v-3"/><circle cx="19" cy="12.5" r="2.5"/><circle cx="10.5" cy="10" r="2" stroke-linecap="round"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSchoolBell01(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" d="M18 7a8.045 8.045 0 0 0-7.458-5C6.101 2 2.5 5.582 2.5 10s3.6 8 8.042 8c1.678 0 3.235-.51 4.524-1.385"/><path strokeLinecap="round" strokeLinejoin="round" d="M21.5 13c0 5.1-4.393 8.595-10 8.967c-.456.03-.683.045-.842-.103S10.5 21.477 10.5 21v-3"/><circle cx="19" cy="12.5" r="2.5"/><circle cx="10.5" cy="10" r="2" strokeLinecap="round"/></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" d="M18 7a8.045 8.045 0 0 0-7.458-5C6.101 2 2.5 5.582 2.5 10s3.6 8 8.042 8c1.678 0 3.235-.51 4.524-1.385"/><path stroke-linecap="round" stroke-linejoin="round" d="M21.5 13c0 5.1-4.393 8.595-10 8.967c-.456.03-.683.045-.842-.103S10.5 21.477 10.5 21v-3"/><circle cx="19" cy="12.5" r="2.5"/><circle cx="10.5" cy="10" r="2" stroke-linecap="round"/></g></svg> </template>
CSS
.icon-school-bell-01 {
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%20d%3D%22M18%207a8.045%208.045%200%200%200-7.458-5C6.101%202%202.5%205.582%202.5%2010s3.6%208%208.042%208c1.678%200%203.235-.51%204.524-1.385%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21.5%2013c0%205.1-4.393%208.595-10%208.967c-.456.03-.683.045-.842-.103S10.5%2021.477%2010.5%2021v-3%22%2F%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2212.5%22%20r%3D%222.5%22%2F%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%2210%22%20r%3D%222%22%20stroke-linecap%3D%22round%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%20d%3D%22M18%207a8.045%208.045%200%200%200-7.458-5C6.101%202%202.5%205.582%202.5%2010s3.6%208%208.042%208c1.678%200%203.235-.51%204.524-1.385%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21.5%2013c0%205.1-4.393%208.595-10%208.967c-.456.03-.683.045-.842-.103S10.5%2021.477%2010.5%2021v-3%22%2F%3E%3Ccircle%20cx%3D%2219%22%20cy%3D%2212.5%22%20r%3D%222.5%22%2F%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%2210%22%20r%3D%222%22%20stroke-linecap%3D%22round%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-01.svg?color=%231a73e8&size=48