user graduate icon
user-graduate-outline from Flowbite Icons by Themesberg · Outline · Education · MIT Free for personal and commercial use.
- Name
- user-graduate-outline
- Set
- Flowbite Icons
- Style
- Outline
- Category
- Education
- Viewbox
- 24×24
- License
- MIT
1 other variant in Flowbite Icons
The same icon in other sets
More education icons from Flowbite Icons
book-open-reader-outlinechalkboard-outlinechalkboard-user-outlinegraduation-cap-outlinelaptop-code-outlinelaptop-file-outlinemicroscope-outlineperson-chalkboard-outlineschool-alt-outlineschool-check-alt-outlineschool-check-outlineschool-exclamation-alt-outlineschool-exclamation-outlineschool-flag-alt-outlineschool-flag-outlineschool-lock-alt-outlineschool-lock-outlineschool-outlineschool-xmark-alt-outlineschool-xmark-outlineshapes-outlinetheatre-outlineuser-add-outlineuser-circle-outline
Use the user graduate icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.614 7.2c.348.49.6 1.154.6 1.8a3 3 0 1 1-5.4-1.8M6.214 6v4m0-4l6-3l6 3l-6 2l-2.4-.8M6.214 6l3.6 1.2m-3.6 12.6v-2.15c0-1.683 1.273-3.308 2.951-3.649l3.05 2.935l3-2.945c1.702.32 3 1.96 3 3.659v2.15c0 .631-.538 1.143-1.2 1.143h-9.6c-.663 0-1.2-.512-1.2-1.143"/></svg>
React
import type { SVGProps } from "react";
export function FlowbiteUserGraduateOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M14.614 7.2c.348.49.6 1.154.6 1.8a3 3 0 1 1-5.4-1.8M6.214 6v4m0-4l6-3l6 3l-6 2l-2.4-.8M6.214 6l3.6 1.2m-3.6 12.6v-2.15c0-1.683 1.273-3.308 2.951-3.649l3.05 2.935l3-2.945c1.702.32 3 1.96 3 3.659v2.15c0 .631-.538 1.143-1.2 1.143h-9.6c-.663 0-1.2-.512-1.2-1.143"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M14.614 7.2c.348.49.6 1.154.6 1.8a3 3 0 1 1-5.4-1.8M6.214 6v4m0-4l6-3l6 3l-6 2l-2.4-.8M6.214 6l3.6 1.2m-3.6 12.6v-2.15c0-1.683 1.273-3.308 2.951-3.649l3.05 2.935l3-2.945c1.702.32 3 1.96 3 3.659v2.15c0 .631-.538 1.143-1.2 1.143h-9.6c-.663 0-1.2-.512-1.2-1.143"/></svg> </template>
CSS
.icon-user-graduate-outline {
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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M14.614%207.2c.348.49.6%201.154.6%201.8a3%203%200%201%201-5.4-1.8M6.214%206v4m0-4l6-3l6%203l-6%202l-2.4-.8M6.214%206l3.6%201.2m-3.6%2012.6v-2.15c0-1.683%201.273-3.308%202.951-3.649l3.05%202.935l3-2.945c1.702.32%203%201.96%203%203.659v2.15c0%20.631-.538%201.143-1.2%201.143h-9.6c-.663%200-1.2-.512-1.2-1.143%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M14.614%207.2c.348.49.6%201.154.6%201.8a3%203%200%201%201-5.4-1.8M6.214%206v4m0-4l6-3l6%203l-6%202l-2.4-.8M6.214%206l3.6%201.2m-3.6%2012.6v-2.15c0-1.683%201.273-3.308%202.951-3.649l3.05%202.935l3-2.945c1.702.32%203%201.96%203%203.659v2.15c0%20.631-.538%201.143-1.2%201.143h-9.6c-.663%200-1.2-.512-1.2-1.143%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flowbite/user-graduate-outline.svg?color=%231a73e8&size=48