university icon

university from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
university
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

The same icon in other sets

Use the university icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 64L32 176.295l32 21.072V400l32 16V217.849L255.852 320l132.144-85.451L480 174.727z" fill="currentColor"/><path d="M390.13 256L256 343.768 120.531 256 112 337.529C128 349.984 224 416 256.002 448 288 416 384 350.031 400 337.561L390.13 256z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonUniversity(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 64L32 176.295l32 21.072V400l32 16V217.849L255.852 320l132.144-85.451L480 174.727z" fill="currentColor"/><path d="M390.13 256L256 343.768 120.531 256 112 337.529C128 349.984 224 416 256.002 448 288 416 384 350.031 400 337.561L390.13 256z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 64L32 176.295l32 21.072V400l32 16V217.849L255.852 320l132.144-85.451L480 174.727z" fill="currentColor"/><path d="M390.13 256L256 343.768 120.531 256 112 337.529C128 349.984 224 416 256.002 448 288 416 384 350.031 400 337.561L390.13 256z" fill="currentColor"/></svg>
</template>

CSS

.icon-university {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M256%2064L32%20176.295l32%2021.072V400l32%2016V217.849L255.852%20320l132.144-85.451L480%20174.727z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M390.13%20256L256%20343.768%20120.531%20256%20112%20337.529C128%20349.984%20224%20416%20256.002%20448%20288%20416%20384%20350.031%20400%20337.561L390.13%20256z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M256%2064L32%20176.295l32%2021.072V400l32%2016V217.849L255.852%20320l132.144-85.451L480%20174.727z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M390.13%20256L256%20343.768%20120.531%20256%20112%20337.529C128%20349.984%20224%20416%20256.002%20448%20288%20416%20384%20350.031%20400%20337.561L390.13%20256z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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