user graduate icon

user-graduate from Line Awesome by Icons8 · Line · Users & People · Apache-2.0 Free for personal and commercial use.

Name
user-graduate
Set
Line Awesome
Style
Line
Category
Users & People
Viewbox
32×32
License
Apache 2.0
Aliases
user-graduate-solid

The same icon in other sets

More users & people icons from Line Awesome

Use the user graduate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3L3 7l3.105.953L9 8.843v2.665c-.125.152-.219.3-.293.457c-.18.379-.293.8-.395 1.3c-.19.95-.292 2.176-.304 3.52A2.97 2.97 0 0 0 7 19c0 1.277.906 2.2 2.035 2.629c.453 1.305 1.207 2.738 2.293 3.953C12.516 26.906 14.102 28 16 28s3.484-1.094 4.672-2.418c1.086-1.215 1.84-2.648 2.293-3.953C24.094 21.199 25 20.277 25 19a3 3 0 0 0-1.012-2.23c-.011-1.34-.113-2.56-.3-3.504c-.102-.5-.215-.922-.395-1.301a2.2 2.2 0 0 0-.293-.457V8.844L29 7zm0 2.094L22.203 7L16 8.906L9.797 7zM11 9.46L16 11l.297-.09L21 9.46v2.321c-.012.016 0 .02-.047.051c-.156.133-.48.324-.926.504c-.894.355-2.28.664-4.027.664c-1.746 0-3.133-.309-4.027-.664c-.446-.18-.77-.371-.926-.504c-.047-.031-.035-.035-.047-.05zm-.734 4.246c.289.176.601.34.968.484c1.176.47 2.79.809 4.766.809c1.977 0 3.59-.34 4.766-.809a6 6 0 0 0 .968-.484c.157.809.266 1.988.266 3.293v.848l.5.293c.305.172.5.48.5.859a.98.98 0 0 1-.922.988l-.672.055l-.199.645c-.332 1.082-1.074 2.496-2.031 3.562C18.223 25.316 17.109 26 16 26c-1.11 0-2.223-.684-3.176-1.75c-.957-1.066-1.699-2.48-2.031-3.563l-.2-.644l-.671-.055A.98.98 0 0 1 9 19c0-.375.2-.684.508-.86l.512-.296L10 17v-.012c0-1.297.11-2.472.266-3.281zM8.172 17h.832l-.84.02zM13 18c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m6 0c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1"/></svg>

React

import type { SVGProps } from "react";

export function LaUserGraduate(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3L3 7l3.105.953L9 8.843v2.665c-.125.152-.219.3-.293.457c-.18.379-.293.8-.395 1.3c-.19.95-.292 2.176-.304 3.52A2.97 2.97 0 0 0 7 19c0 1.277.906 2.2 2.035 2.629c.453 1.305 1.207 2.738 2.293 3.953C12.516 26.906 14.102 28 16 28s3.484-1.094 4.672-2.418c1.086-1.215 1.84-2.648 2.293-3.953C24.094 21.199 25 20.277 25 19a3 3 0 0 0-1.012-2.23c-.011-1.34-.113-2.56-.3-3.504c-.102-.5-.215-.922-.395-1.301a2.2 2.2 0 0 0-.293-.457V8.844L29 7zm0 2.094L22.203 7L16 8.906L9.797 7zM11 9.46L16 11l.297-.09L21 9.46v2.321c-.012.016 0 .02-.047.051c-.156.133-.48.324-.926.504c-.894.355-2.28.664-4.027.664c-1.746 0-3.133-.309-4.027-.664c-.446-.18-.77-.371-.926-.504c-.047-.031-.035-.035-.047-.05zm-.734 4.246c.289.176.601.34.968.484c1.176.47 2.79.809 4.766.809c1.977 0 3.59-.34 4.766-.809a6 6 0 0 0 .968-.484c.157.809.266 1.988.266 3.293v.848l.5.293c.305.172.5.48.5.859a.98.98 0 0 1-.922.988l-.672.055l-.199.645c-.332 1.082-1.074 2.496-2.031 3.562C18.223 25.316 17.109 26 16 26c-1.11 0-2.223-.684-3.176-1.75c-.957-1.066-1.699-2.48-2.031-3.563l-.2-.644l-.671-.055A.98.98 0 0 1 9 19c0-.375.2-.684.508-.86l.512-.296L10 17v-.012c0-1.297.11-2.472.266-3.281zM8.172 17h.832l-.84.02zM13 18c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m6 0c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3L3 7l3.105.953L9 8.843v2.665c-.125.152-.219.3-.293.457c-.18.379-.293.8-.395 1.3c-.19.95-.292 2.176-.304 3.52A2.97 2.97 0 0 0 7 19c0 1.277.906 2.2 2.035 2.629c.453 1.305 1.207 2.738 2.293 3.953C12.516 26.906 14.102 28 16 28s3.484-1.094 4.672-2.418c1.086-1.215 1.84-2.648 2.293-3.953C24.094 21.199 25 20.277 25 19a3 3 0 0 0-1.012-2.23c-.011-1.34-.113-2.56-.3-3.504c-.102-.5-.215-.922-.395-1.301a2.2 2.2 0 0 0-.293-.457V8.844L29 7zm0 2.094L22.203 7L16 8.906L9.797 7zM11 9.46L16 11l.297-.09L21 9.46v2.321c-.012.016 0 .02-.047.051c-.156.133-.48.324-.926.504c-.894.355-2.28.664-4.027.664c-1.746 0-3.133-.309-4.027-.664c-.446-.18-.77-.371-.926-.504c-.047-.031-.035-.035-.047-.05zm-.734 4.246c.289.176.601.34.968.484c1.176.47 2.79.809 4.766.809c1.977 0 3.59-.34 4.766-.809a6 6 0 0 0 .968-.484c.157.809.266 1.988.266 3.293v.848l.5.293c.305.172.5.48.5.859a.98.98 0 0 1-.922.988l-.672.055l-.199.645c-.332 1.082-1.074 2.496-2.031 3.562C18.223 25.316 17.109 26 16 26c-1.11 0-2.223-.684-3.176-1.75c-.957-1.066-1.699-2.48-2.031-3.563l-.2-.644l-.671-.055A.98.98 0 0 1 9 19c0-.375.2-.684.508-.86l.512-.296L10 17v-.012c0-1.297.11-2.472.266-3.281zM8.172 17h.832l-.84.02zM13 18c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1m6 0c-.55 0-1 .45-1 1s.45 1 1 1s1-.45 1-1s-.45-1-1-1"/></svg>
</template>

CSS

.icon-user-graduate {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203L3%207l3.105.953L9%208.843v2.665c-.125.152-.219.3-.293.457c-.18.379-.293.8-.395%201.3c-.19.95-.292%202.176-.304%203.52A2.97%202.97%200%200%200%207%2019c0%201.277.906%202.2%202.035%202.629c.453%201.305%201.207%202.738%202.293%203.953C12.516%2026.906%2014.102%2028%2016%2028s3.484-1.094%204.672-2.418c1.086-1.215%201.84-2.648%202.293-3.953C24.094%2021.199%2025%2020.277%2025%2019a3%203%200%200%200-1.012-2.23c-.011-1.34-.113-2.56-.3-3.504c-.102-.5-.215-.922-.395-1.301a2.2%202.2%200%200%200-.293-.457V8.844L29%207zm0%202.094L22.203%207L16%208.906L9.797%207zM11%209.46L16%2011l.297-.09L21%209.46v2.321c-.012.016%200%20.02-.047.051c-.156.133-.48.324-.926.504c-.894.355-2.28.664-4.027.664c-1.746%200-3.133-.309-4.027-.664c-.446-.18-.77-.371-.926-.504c-.047-.031-.035-.035-.047-.05zm-.734%204.246c.289.176.601.34.968.484c1.176.47%202.79.809%204.766.809c1.977%200%203.59-.34%204.766-.809a6%206%200%200%200%20.968-.484c.157.809.266%201.988.266%203.293v.848l.5.293c.305.172.5.48.5.859a.98.98%200%200%201-.922.988l-.672.055l-.199.645c-.332%201.082-1.074%202.496-2.031%203.562C18.223%2025.316%2017.109%2026%2016%2026c-1.11%200-2.223-.684-3.176-1.75c-.957-1.066-1.699-2.48-2.031-3.563l-.2-.644l-.671-.055A.98.98%200%200%201%209%2019c0-.375.2-.684.508-.86l.512-.296L10%2017v-.012c0-1.297.11-2.472.266-3.281zM8.172%2017h.832l-.84.02zM13%2018c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m6%200c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%203L3%207l3.105.953L9%208.843v2.665c-.125.152-.219.3-.293.457c-.18.379-.293.8-.395%201.3c-.19.95-.292%202.176-.304%203.52A2.97%202.97%200%200%200%207%2019c0%201.277.906%202.2%202.035%202.629c.453%201.305%201.207%202.738%202.293%203.953C12.516%2026.906%2014.102%2028%2016%2028s3.484-1.094%204.672-2.418c1.086-1.215%201.84-2.648%202.293-3.953C24.094%2021.199%2025%2020.277%2025%2019a3%203%200%200%200-1.012-2.23c-.011-1.34-.113-2.56-.3-3.504c-.102-.5-.215-.922-.395-1.301a2.2%202.2%200%200%200-.293-.457V8.844L29%207zm0%202.094L22.203%207L16%208.906L9.797%207zM11%209.46L16%2011l.297-.09L21%209.46v2.321c-.012.016%200%20.02-.047.051c-.156.133-.48.324-.926.504c-.894.355-2.28.664-4.027.664c-1.746%200-3.133-.309-4.027-.664c-.446-.18-.77-.371-.926-.504c-.047-.031-.035-.035-.047-.05zm-.734%204.246c.289.176.601.34.968.484c1.176.47%202.79.809%204.766.809c1.977%200%203.59-.34%204.766-.809a6%206%200%200%200%20.968-.484c.157.809.266%201.988.266%203.293v.848l.5.293c.305.172.5.48.5.859a.98.98%200%200%201-.922.988l-.672.055l-.199.645c-.332%201.082-1.074%202.496-2.031%203.562C18.223%2025.316%2017.109%2026%2016%2026c-1.11%200-2.223-.684-3.176-1.75c-.957-1.066-1.699-2.48-2.031-3.563l-.2-.644l-.671-.055A.98.98%200%200%201%209%2019c0-.375.2-.684.508-.86l.512-.296L10%2017v-.012c0-1.297.11-2.472.266-3.281zM8.172%2017h.832l-.84.02zM13%2018c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1m6%200c-.55%200-1%20.45-1%201s.45%201%201%201s1-.45%201-1s-.45-1-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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