global education icon
global-education from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- global-education
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the global education 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="1.5" d="M12.002 15a6.5 6.5 0 0 0 0-13m0 13a6.5 6.5 0 0 1 0-13m0 13c1.436 0 2.6-2.91 2.6-6.5S13.438 2 12.002 2m0 13c-1.436 0-2.6-2.91-2.6-6.5s1.164-6.5 2.6-6.5M6.1 8.5h11.852M8 18H4.5c-.465 0-.697 0-.888.052a1.5 1.5 0 0 0-1.06 1.06c-.052.19-.052.423-.052.888s0 .698.052.889a1.5 1.5 0 0 0 1.06 1.06c.191.051.423.051.888.051H12c0-1.067 0-1.6-.384-2.284c-.384-.685-.607-.82-1.05-1.09C9.9 18.22 9.09 18 8 18m8 0h3.5c.465 0 .697 0 .888.052a1.5 1.5 0 0 1 1.06 1.06c.052.19.052.423.052.888s0 .698-.052.889a1.5 1.5 0 0 1-1.06 1.06c-.191.051-.424.051-.889.051H12c0-1.067 0-1.6.385-2.284c.384-.685.606-.82 1.05-1.09C14.1 18.22 14.91 18 16 18"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsGlobalEducation(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="1.5" d="M12.002 15a6.5 6.5 0 0 0 0-13m0 13a6.5 6.5 0 0 1 0-13m0 13c1.436 0 2.6-2.91 2.6-6.5S13.438 2 12.002 2m0 13c-1.436 0-2.6-2.91-2.6-6.5s1.164-6.5 2.6-6.5M6.1 8.5h11.852M8 18H4.5c-.465 0-.697 0-.888.052a1.5 1.5 0 0 0-1.06 1.06c-.052.19-.052.423-.052.888s0 .698.052.889a1.5 1.5 0 0 0 1.06 1.06c.191.051.423.051.888.051H12c0-1.067 0-1.6-.384-2.284c-.384-.685-.607-.82-1.05-1.09C9.9 18.22 9.09 18 8 18m8 0h3.5c.465 0 .697 0 .888.052a1.5 1.5 0 0 1 1.06 1.06c.052.19.052.423.052.888s0 .698-.052.889a1.5 1.5 0 0 1-1.06 1.06c-.191.051-.424.051-.889.051H12c0-1.067 0-1.6.385-2.284c.384-.685.606-.82 1.05-1.09C14.1 18.22 14.91 18 16 18"/></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="1.5" d="M12.002 15a6.5 6.5 0 0 0 0-13m0 13a6.5 6.5 0 0 1 0-13m0 13c1.436 0 2.6-2.91 2.6-6.5S13.438 2 12.002 2m0 13c-1.436 0-2.6-2.91-2.6-6.5s1.164-6.5 2.6-6.5M6.1 8.5h11.852M8 18H4.5c-.465 0-.697 0-.888.052a1.5 1.5 0 0 0-1.06 1.06c-.052.19-.052.423-.052.888s0 .698.052.889a1.5 1.5 0 0 0 1.06 1.06c.191.051.423.051.888.051H12c0-1.067 0-1.6-.384-2.284c-.384-.685-.607-.82-1.05-1.09C9.9 18.22 9.09 18 8 18m8 0h3.5c.465 0 .697 0 .888.052a1.5 1.5 0 0 1 1.06 1.06c.052.19.052.423.052.888s0 .698-.052.889a1.5 1.5 0 0 1-1.06 1.06c-.191.051-.424.051-.889.051H12c0-1.067 0-1.6.385-2.284c.384-.685.606-.82 1.05-1.09C14.1 18.22 14.91 18 16 18"/></svg> </template>
CSS
.icon-global-education {
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%221.5%22%20d%3D%22M12.002%2015a6.5%206.5%200%200%200%200-13m0%2013a6.5%206.5%200%200%201%200-13m0%2013c1.436%200%202.6-2.91%202.6-6.5S13.438%202%2012.002%202m0%2013c-1.436%200-2.6-2.91-2.6-6.5s1.164-6.5%202.6-6.5M6.1%208.5h11.852M8%2018H4.5c-.465%200-.697%200-.888.052a1.5%201.5%200%200%200-1.06%201.06c-.052.19-.052.423-.052.888s0%20.698.052.889a1.5%201.5%200%200%200%201.06%201.06c.191.051.423.051.888.051H12c0-1.067%200-1.6-.384-2.284c-.384-.685-.607-.82-1.05-1.09C9.9%2018.22%209.09%2018%208%2018m8%200h3.5c.465%200%20.697%200%20.888.052a1.5%201.5%200%200%201%201.06%201.06c.052.19.052.423.052.888s0%20.698-.052.889a1.5%201.5%200%200%201-1.06%201.06c-.191.051-.424.051-.889.051H12c0-1.067%200-1.6.385-2.284c.384-.685.606-.82%201.05-1.09C14.1%2018.22%2014.91%2018%2016%2018%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%221.5%22%20d%3D%22M12.002%2015a6.5%206.5%200%200%200%200-13m0%2013a6.5%206.5%200%200%201%200-13m0%2013c1.436%200%202.6-2.91%202.6-6.5S13.438%202%2012.002%202m0%2013c-1.436%200-2.6-2.91-2.6-6.5s1.164-6.5%202.6-6.5M6.1%208.5h11.852M8%2018H4.5c-.465%200-.697%200-.888.052a1.5%201.5%200%200%200-1.06%201.06c-.052.19-.052.423-.052.888s0%20.698.052.889a1.5%201.5%200%200%200%201.06%201.06c.191.051.423.051.888.051H12c0-1.067%200-1.6-.384-2.284c-.384-.685-.607-.82-1.05-1.09C9.9%2018.22%209.09%2018%208%2018m8%200h3.5c.465%200%20.697%200%20.888.052a1.5%201.5%200%200%201%201.06%201.06c.052.19.052.423.052.888s0%20.698-.052.889a1.5%201.5%200%200%201-1.06%201.06c-.191.051-.424.051-.889.051H12c0-1.067%200-1.6.385-2.284c.384-.685.606-.82%201.05-1.09C14.1%2018.22%2014.91%2018%2016%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/global-education.svg?color=%231a73e8&size=48