school circle exclamation icon

school-circle-exclamation from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
school-circle-exclamation
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
640×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the school circle exclamation icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M337.8 5.4c-10.8-7.2-24.8-7.2-35.6 0L166.3 96H48c-26.5 0-48 21.5-48 48v320c0 26.5 21.5 48 48 48h272h-64v-96c0-35.3 28.7-64 64-64h.8c3.4-37.7 18.7-72.1 42.2-99.1c-12.8 7.1-27.4 11.1-43 11.1c-48.6 0-88-39.4-88-88s39.4-88 88-88s88 39.4 88 88c0 18.3-5.6 35.3-15.1 49.4c29-21 64.6-33.4 103.1-33.4c59.5 0 112.1 29.6 144 74.8V144c0-26.5-21.5-48-48-48H473.7zM96 192h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16v-64c0-8.8 7.2-16 16-16m0 128h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16v-64c0-8.8 7.2-16 16-16m224-192c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16h-16v-16c0-8.8-7.2-16-16-16m176 384a144 144 0 1 0 0-288a144 144 0 1 0 0 288m0-96a24 24 0 1 1 0 48a24 24 0 1 1 0-48m0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16v-80c0-8.8 7.2-16 16-16"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidSchoolCircleExclamation(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M337.8 5.4c-10.8-7.2-24.8-7.2-35.6 0L166.3 96H48c-26.5 0-48 21.5-48 48v320c0 26.5 21.5 48 48 48h272h-64v-96c0-35.3 28.7-64 64-64h.8c3.4-37.7 18.7-72.1 42.2-99.1c-12.8 7.1-27.4 11.1-43 11.1c-48.6 0-88-39.4-88-88s39.4-88 88-88s88 39.4 88 88c0 18.3-5.6 35.3-15.1 49.4c29-21 64.6-33.4 103.1-33.4c59.5 0 112.1 29.6 144 74.8V144c0-26.5-21.5-48-48-48H473.7zM96 192h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16v-64c0-8.8 7.2-16 16-16m0 128h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16v-64c0-8.8 7.2-16 16-16m224-192c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16h-16v-16c0-8.8-7.2-16-16-16m176 384a144 144 0 1 0 0-288a144 144 0 1 0 0 288m0-96a24 24 0 1 1 0 48a24 24 0 1 1 0-48m0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16v-80c0-8.8 7.2-16 16-16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M337.8 5.4c-10.8-7.2-24.8-7.2-35.6 0L166.3 96H48c-26.5 0-48 21.5-48 48v320c0 26.5 21.5 48 48 48h272h-64v-96c0-35.3 28.7-64 64-64h.8c3.4-37.7 18.7-72.1 42.2-99.1c-12.8 7.1-27.4 11.1-43 11.1c-48.6 0-88-39.4-88-88s39.4-88 88-88s88 39.4 88 88c0 18.3-5.6 35.3-15.1 49.4c29-21 64.6-33.4 103.1-33.4c59.5 0 112.1 29.6 144 74.8V144c0-26.5-21.5-48-48-48H473.7zM96 192h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16v-64c0-8.8 7.2-16 16-16m0 128h32c8.8 0 16 7.2 16 16v64c0 8.8-7.2 16-16 16H96c-8.8 0-16-7.2-16-16v-64c0-8.8 7.2-16 16-16m224-192c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16s-7.2-16-16-16h-16v-16c0-8.8-7.2-16-16-16m176 384a144 144 0 1 0 0-288a144 144 0 1 0 0 288m0-96a24 24 0 1 1 0 48a24 24 0 1 1 0-48m0-144c8.8 0 16 7.2 16 16v80c0 8.8-7.2 16-16 16s-16-7.2-16-16v-80c0-8.8 7.2-16 16-16"/></svg>
</template>

CSS

.icon-school-circle-exclamation {
  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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M337.8%205.4c-10.8-7.2-24.8-7.2-35.6%200L166.3%2096H48c-26.5%200-48%2021.5-48%2048v320c0%2026.5%2021.5%2048%2048%2048h272h-64v-96c0-35.3%2028.7-64%2064-64h.8c3.4-37.7%2018.7-72.1%2042.2-99.1c-12.8%207.1-27.4%2011.1-43%2011.1c-48.6%200-88-39.4-88-88s39.4-88%2088-88s88%2039.4%2088%2088c0%2018.3-5.6%2035.3-15.1%2049.4c29-21%2064.6-33.4%20103.1-33.4c59.5%200%20112.1%2029.6%20144%2074.8V144c0-26.5-21.5-48-48-48H473.7zM96%20192h32c8.8%200%2016%207.2%2016%2016v64c0%208.8-7.2%2016-16%2016H96c-8.8%200-16-7.2-16-16v-64c0-8.8%207.2-16%2016-16m0%20128h32c8.8%200%2016%207.2%2016%2016v64c0%208.8-7.2%2016-16%2016H96c-8.8%200-16-7.2-16-16v-64c0-8.8%207.2-16%2016-16m224-192c-8.8%200-16%207.2-16%2016v32c0%208.8%207.2%2016%2016%2016h32c8.8%200%2016-7.2%2016-16s-7.2-16-16-16h-16v-16c0-8.8-7.2-16-16-16m176%20384a144%20144%200%201%200%200-288a144%20144%200%201%200%200%20288m0-96a24%2024%200%201%201%200%2048a24%2024%200%201%201%200-48m0-144c8.8%200%2016%207.2%2016%2016v80c0%208.8-7.2%2016-16%2016s-16-7.2-16-16v-80c0-8.8%207.2-16%2016-16%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%20640%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M337.8%205.4c-10.8-7.2-24.8-7.2-35.6%200L166.3%2096H48c-26.5%200-48%2021.5-48%2048v320c0%2026.5%2021.5%2048%2048%2048h272h-64v-96c0-35.3%2028.7-64%2064-64h.8c3.4-37.7%2018.7-72.1%2042.2-99.1c-12.8%207.1-27.4%2011.1-43%2011.1c-48.6%200-88-39.4-88-88s39.4-88%2088-88s88%2039.4%2088%2088c0%2018.3-5.6%2035.3-15.1%2049.4c29-21%2064.6-33.4%20103.1-33.4c59.5%200%20112.1%2029.6%20144%2074.8V144c0-26.5-21.5-48-48-48H473.7zM96%20192h32c8.8%200%2016%207.2%2016%2016v64c0%208.8-7.2%2016-16%2016H96c-8.8%200-16-7.2-16-16v-64c0-8.8%207.2-16%2016-16m0%20128h32c8.8%200%2016%207.2%2016%2016v64c0%208.8-7.2%2016-16%2016H96c-8.8%200-16-7.2-16-16v-64c0-8.8%207.2-16%2016-16m224-192c-8.8%200-16%207.2-16%2016v32c0%208.8%207.2%2016%2016%2016h32c8.8%200%2016-7.2%2016-16s-7.2-16-16-16h-16v-16c0-8.8-7.2-16-16-16m176%20384a144%20144%200%201%200%200-288a144%20144%200%201%200%200%20288m0-96a24%2024%200%201%201%200%2048a24%2024%200%201%201%200-48m0-144c8.8%200%2016%207.2%2016%2016v80c0%208.8-7.2%2016-16%2016s-16-7.2-16-16v-80c0-8.8%207.2-16%2016-16%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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