school flag alt icon

school-flag-alt-solid from Flowbite Icons by Themesberg · Solid · Education · MIT Free for personal and commercial use.

Name
school-flag-alt-solid
Set
Flowbite Icons
Style
Solid
Category
Education
Viewbox
24×24
License
MIT

1 other variant in Flowbite Icons

More education icons from Flowbite Icons

Use the school flag alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 12a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/><path fill-rule="evenodd" d="M17 4a1 1 0 0 0-1 1v4.97l-4-4.923l-5.349 6.584a1 1 0 0 1-.776.369H3v7a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-7h-2.875a1 1 0 0 1-.125-.008V9h3a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1zm-8 9a3 3 0 1 1 6 0a3 3 0 0 1-6 0" clip-rule="evenodd"/><path d="M5.2 6.4L2.5 10h2.899l3.25-4H6a1 1 0 0 0-.8.4"/></g></svg>

React

import type { SVGProps } from "react";

export function FlowbiteSchoolFlagAltSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 12a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/><path fillRule="evenodd" d="M17 4a1 1 0 0 0-1 1v4.97l-4-4.923l-5.349 6.584a1 1 0 0 1-.776.369H3v7a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-7h-2.875a1 1 0 0 1-.125-.008V9h3a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1zm-8 9a3 3 0 1 1 6 0a3 3 0 0 1-6 0" clipRule="evenodd"/><path d="M5.2 6.4L2.5 10h2.899l3.25-4H6a1 1 0 0 0-.8.4"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 12a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/><path fill-rule="evenodd" d="M17 4a1 1 0 0 0-1 1v4.97l-4-4.923l-5.349 6.584a1 1 0 0 1-.776.369H3v7a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-7h-2.875a1 1 0 0 1-.125-.008V9h3a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1zm-8 9a3 3 0 1 1 6 0a3 3 0 0 1-6 0" clip-rule="evenodd"/><path d="M5.2 6.4L2.5 10h2.899l3.25-4H6a1 1 0 0 0-.8.4"/></g></svg>
</template>

CSS

.icon-school-flag-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%2012a1%201%200%201%200%200%202a1%201%200%200%200%200-2%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17%204a1%201%200%200%200-1%201v4.97l-4-4.923l-5.349%206.584a1%201%200%200%201-.776.369H3v7a1%201%200%200%200%201%201h16a1%201%200%200%200%201-1v-7h-2.875a1%201%200%200%201-.125-.008V9h3a1%201%200%200%200%201-1V5a1%201%200%200%200-1-1zm-8%209a3%203%200%201%201%206%200a3%203%200%200%201-6%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5.2%206.4L2.5%2010h2.899l3.25-4H6a1%201%200%200%200-.8.4%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%22currentColor%22%3E%3Cpath%20d%3D%22M12%2012a1%201%200%201%200%200%202a1%201%200%200%200%200-2%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17%204a1%201%200%200%200-1%201v4.97l-4-4.923l-5.349%206.584a1%201%200%200%201-.776.369H3v7a1%201%200%200%200%201%201h16a1%201%200%200%200%201-1v-7h-2.875a1%201%200%200%201-.125-.008V9h3a1%201%200%200%200%201-1V5a1%201%200%200%200-1-1zm-8%209a3%203%200%201%201%206%200a3%203%200%200%201-6%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5.2%206.4L2.5%2010h2.899l3.25-4H6a1%201%200%200%200-.8.4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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