globe icon
globe-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- globe-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
globeAkar IconsglobeBootstrap IconsglobeBoxIcons v2globeCarbonglobeCodiconsglobe-fillEva IconsglobeFramework7 IconsglobeFont Awesome 6 SolidglobeFont Awesome SolidglobeFeather Iconsglobe-outlineFlowbite Iconsglobe-12-filledFluent UI System Iconsglobe-20Fluent UI System Color Iconsglobecss.ggglobeHealth IconsglobeHuge IconsglobeHumbleiconsglobeIconParkglobeIconPark OutlineglobeIconPark SolidglobeIconPark TwoToneglobeIconoirglobeIonIconsglobeLine Awesome
Use the globe icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.06 9.75A8.3 8.3 0 0 0 3.75 12c0 .78.108 1.535.31 2.25h3.371A21 21 0 0 1 7.309 12c0-.716.04-1.479.122-2.25zm-1.3-.867a.8.8 0 0 1 .09-.257a9.754 9.754 0 0 1 18.302.001a.8.8 0 0 1 .09.254c.33.98.509 2.028.509 3.119c0 1.09-.18 2.14-.51 3.119a.8.8 0 0 1-.089.254a9.754 9.754 0 0 1-18.302 0a.8.8 0 0 1-.09-.256A9.7 9.7 0 0 1 2.25 12c0-1.09.179-2.139.509-3.117M12 3.75c-.428 0-.832.192-1.228.624c-.407.443-.77 1.107-1.073 1.942c-.215.594-.39 1.25-.525 1.934h5.652a13.5 13.5 0 0 0-.525-1.934c-.302-.835-.666-1.499-1.073-1.942c-.396-.432-.8-.624-1.228-.624m4.57 10.5h3.37c.202-.715.31-1.47.31-2.25s-.108-1.535-.31-2.25h-3.37c.082.771.121 1.534.121 2.25s-.04 1.479-.122 2.25m-1.744 1.5H9.174c.136.683.31 1.34.525 1.934c.302.835.666 1.499 1.073 1.942c.396.432.8.624 1.228.624s.832-.192 1.228-.624c.407-.443.771-1.107 1.073-1.942c.215-.594.39-1.25.525-1.934m-5.86 3.925a9 9 0 0 1-.677-1.481a15.4 15.4 0 0 1-.642-2.444H4.65a8.28 8.28 0 0 0 4.317 3.925M19.35 8.25a8.28 8.28 0 0 0-4.317-3.925c.265.454.489.957.678 1.481c.274.757.487 1.59.643 2.444z"/></svg>
React
import type { SVGProps } from "react";
export function MynauiGlobeSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.06 9.75A8.3 8.3 0 0 0 3.75 12c0 .78.108 1.535.31 2.25h3.371A21 21 0 0 1 7.309 12c0-.716.04-1.479.122-2.25zm-1.3-.867a.8.8 0 0 1 .09-.257a9.754 9.754 0 0 1 18.302.001a.8.8 0 0 1 .09.254c.33.98.509 2.028.509 3.119c0 1.09-.18 2.14-.51 3.119a.8.8 0 0 1-.089.254a9.754 9.754 0 0 1-18.302 0a.8.8 0 0 1-.09-.256A9.7 9.7 0 0 1 2.25 12c0-1.09.179-2.139.509-3.117M12 3.75c-.428 0-.832.192-1.228.624c-.407.443-.77 1.107-1.073 1.942c-.215.594-.39 1.25-.525 1.934h5.652a13.5 13.5 0 0 0-.525-1.934c-.302-.835-.666-1.499-1.073-1.942c-.396-.432-.8-.624-1.228-.624m4.57 10.5h3.37c.202-.715.31-1.47.31-2.25s-.108-1.535-.31-2.25h-3.37c.082.771.121 1.534.121 2.25s-.04 1.479-.122 2.25m-1.744 1.5H9.174c.136.683.31 1.34.525 1.934c.302.835.666 1.499 1.073 1.942c.396.432.8.624 1.228.624s.832-.192 1.228-.624c.407-.443.771-1.107 1.073-1.942c.215-.594.39-1.25.525-1.934m-5.86 3.925a9 9 0 0 1-.677-1.481a15.4 15.4 0 0 1-.642-2.444H4.65a8.28 8.28 0 0 0 4.317 3.925M19.35 8.25a8.28 8.28 0 0 0-4.317-3.925c.265.454.489.957.678 1.481c.274.757.487 1.59.643 2.444z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.06 9.75A8.3 8.3 0 0 0 3.75 12c0 .78.108 1.535.31 2.25h3.371A21 21 0 0 1 7.309 12c0-.716.04-1.479.122-2.25zm-1.3-.867a.8.8 0 0 1 .09-.257a9.754 9.754 0 0 1 18.302.001a.8.8 0 0 1 .09.254c.33.98.509 2.028.509 3.119c0 1.09-.18 2.14-.51 3.119a.8.8 0 0 1-.089.254a9.754 9.754 0 0 1-18.302 0a.8.8 0 0 1-.09-.256A9.7 9.7 0 0 1 2.25 12c0-1.09.179-2.139.509-3.117M12 3.75c-.428 0-.832.192-1.228.624c-.407.443-.77 1.107-1.073 1.942c-.215.594-.39 1.25-.525 1.934h5.652a13.5 13.5 0 0 0-.525-1.934c-.302-.835-.666-1.499-1.073-1.942c-.396-.432-.8-.624-1.228-.624m4.57 10.5h3.37c.202-.715.31-1.47.31-2.25s-.108-1.535-.31-2.25h-3.37c.082.771.121 1.534.121 2.25s-.04 1.479-.122 2.25m-1.744 1.5H9.174c.136.683.31 1.34.525 1.934c.302.835.666 1.499 1.073 1.942c.396.432.8.624 1.228.624s.832-.192 1.228-.624c.407-.443.771-1.107 1.073-1.942c.215-.594.39-1.25.525-1.934m-5.86 3.925a9 9 0 0 1-.677-1.481a15.4 15.4 0 0 1-.642-2.444H4.65a8.28 8.28 0 0 0 4.317 3.925M19.35 8.25a8.28 8.28 0 0 0-4.317-3.925c.265.454.489.957.678 1.481c.274.757.487 1.59.643 2.444z"/></svg> </template>
CSS
.icon-globe-solid {
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%22currentColor%22%20d%3D%22M4.06%209.75A8.3%208.3%200%200%200%203.75%2012c0%20.78.108%201.535.31%202.25h3.371A21%2021%200%200%201%207.309%2012c0-.716.04-1.479.122-2.25zm-1.3-.867a.8.8%200%200%201%20.09-.257a9.754%209.754%200%200%201%2018.302.001a.8.8%200%200%201%20.09.254c.33.98.509%202.028.509%203.119c0%201.09-.18%202.14-.51%203.119a.8.8%200%200%201-.089.254a9.754%209.754%200%200%201-18.302%200a.8.8%200%200%201-.09-.256A9.7%209.7%200%200%201%202.25%2012c0-1.09.179-2.139.509-3.117M12%203.75c-.428%200-.832.192-1.228.624c-.407.443-.77%201.107-1.073%201.942c-.215.594-.39%201.25-.525%201.934h5.652a13.5%2013.5%200%200%200-.525-1.934c-.302-.835-.666-1.499-1.073-1.942c-.396-.432-.8-.624-1.228-.624m4.57%2010.5h3.37c.202-.715.31-1.47.31-2.25s-.108-1.535-.31-2.25h-3.37c.082.771.121%201.534.121%202.25s-.04%201.479-.122%202.25m-1.744%201.5H9.174c.136.683.31%201.34.525%201.934c.302.835.666%201.499%201.073%201.942c.396.432.8.624%201.228.624s.832-.192%201.228-.624c.407-.443.771-1.107%201.073-1.942c.215-.594.39-1.25.525-1.934m-5.86%203.925a9%209%200%200%201-.677-1.481a15.4%2015.4%200%200%201-.642-2.444H4.65a8.28%208.28%200%200%200%204.317%203.925M19.35%208.25a8.28%208.28%200%200%200-4.317-3.925c.265.454.489.957.678%201.481c.274.757.487%201.59.643%202.444z%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%22currentColor%22%20d%3D%22M4.06%209.75A8.3%208.3%200%200%200%203.75%2012c0%20.78.108%201.535.31%202.25h3.371A21%2021%200%200%201%207.309%2012c0-.716.04-1.479.122-2.25zm-1.3-.867a.8.8%200%200%201%20.09-.257a9.754%209.754%200%200%201%2018.302.001a.8.8%200%200%201%20.09.254c.33.98.509%202.028.509%203.119c0%201.09-.18%202.14-.51%203.119a.8.8%200%200%201-.089.254a9.754%209.754%200%200%201-18.302%200a.8.8%200%200%201-.09-.256A9.7%209.7%200%200%201%202.25%2012c0-1.09.179-2.139.509-3.117M12%203.75c-.428%200-.832.192-1.228.624c-.407.443-.77%201.107-1.073%201.942c-.215.594-.39%201.25-.525%201.934h5.652a13.5%2013.5%200%200%200-.525-1.934c-.302-.835-.666-1.499-1.073-1.942c-.396-.432-.8-.624-1.228-.624m4.57%2010.5h3.37c.202-.715.31-1.47.31-2.25s-.108-1.535-.31-2.25h-3.37c.082.771.121%201.534.121%202.25s-.04%201.479-.122%202.25m-1.744%201.5H9.174c.136.683.31%201.34.525%201.934c.302.835.666%201.499%201.073%201.942c.396.432.8.624%201.228.624s.832-.192%201.228-.624c.407-.443.771-1.107%201.073-1.942c.215-.594.39-1.25.525-1.934m-5.86%203.925a9%209%200%200%201-.677-1.481a15.4%2015.4%200%200%201-.642-2.444H4.65a8.28%208.28%200%200%200%204.317%203.925M19.35%208.25a8.28%208.28%200%200%200-4.317-3.925c.265.454.489.957.678%201.481c.274.757.487%201.59.643%202.444z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/globe-solid.svg?color=%231a73e8&size=48