globus icon
globus-bold from Solar by 480 Design · Bold · CC-BY-4.0 Attribution required.
- Name
- globus-bold
- Set
- Solar
- Style
- Bold
- Viewbox
- 24×24
- License
- CC BY 4.0
1 other variant in Solar
The same icon in other sets
Use the globus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.387 5.08a10 10 0 0 0-.5-.745A6.97 6.97 0 0 1 12 3c1.32 0 2.555.365 3.608 1q-.022.134-.066.303a4 4 0 0 1-.413 1.002c-.049.077-.25.273-.613.544c-.162.12-.341.231-.556.36l-.074.043c-.187.112-.402.24-.609.382c-.488.334-.996.786-1.338 1.517a2.1 2.1 0 0 0-.12 1.456c.035.135.054.27.055.39c0 .037-.015.096-.097.165a.52.52 0 0 1-.327.118c-1.077-.012-1.927-.904-2.05-2.327c-.094-1.082-.536-2.084-1.013-2.874m8.265 9.43q.396-.005.745-.05a7 7 0 0 1-3.418 2.257c-.046-.381-.016-.84.209-1.263c.192-.362.678-.633 1.334-.794a5.5 5.5 0 0 1 1.109-.15z"/><path fill="currentColor" d="M5 10c0-1.72.62-3.294 1.648-4.512q.154.215.301.46c.402.664.713 1.416.777 2.15c.17 1.97 1.481 3.837 3.705 3.862c.961.01 2.126-.712 2.123-1.968c0-.287-.046-.567-.112-.815a.44.44 0 0 1 .019-.315c.17-.364.422-.607.766-.842c.16-.11.326-.21.518-.324l.077-.046c.216-.129.461-.278.698-.454c.345-.257.79-.618 1.027-.99c.187-.294.36-.671.494-1.063A6.98 6.98 0 0 1 19 10q-.002.799-.172 1.55a1.9 1.9 0 0 1-.303.582c-.237.307-.712.685-1.89.697h-.036l-.096.003a7 7 0 0 0-1.382.195c-.759.186-1.871.61-2.417 1.639c-.43.811-.48 1.645-.382 2.327A7.003 7.003 0 0 1 5 10"/><path fill="currentColor" fill-rule="evenodd" d="M18.004 1.5a.75.75 0 0 1 1.058-.059a11.04 11.04 0 0 1 3.688 8.246c0 5.751-4.389 10.478-10 11.013v.55H14a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1 0-1.5h1.25v-.509a11.04 11.04 0 0 1-7.809-3.678a.75.75 0 1 1 1.118-1a9.54 9.54 0 0 0 7.128 3.187a9.563 9.563 0 0 0 9.563-9.563a9.54 9.54 0 0 0-3.188-7.128a.75.75 0 0 1-.059-1.06" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function SolarGlobusBold(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="M8.387 5.08a10 10 0 0 0-.5-.745A6.97 6.97 0 0 1 12 3c1.32 0 2.555.365 3.608 1q-.022.134-.066.303a4 4 0 0 1-.413 1.002c-.049.077-.25.273-.613.544c-.162.12-.341.231-.556.36l-.074.043c-.187.112-.402.24-.609.382c-.488.334-.996.786-1.338 1.517a2.1 2.1 0 0 0-.12 1.456c.035.135.054.27.055.39c0 .037-.015.096-.097.165a.52.52 0 0 1-.327.118c-1.077-.012-1.927-.904-2.05-2.327c-.094-1.082-.536-2.084-1.013-2.874m8.265 9.43q.396-.005.745-.05a7 7 0 0 1-3.418 2.257c-.046-.381-.016-.84.209-1.263c.192-.362.678-.633 1.334-.794a5.5 5.5 0 0 1 1.109-.15z"/><path fill="currentColor" d="M5 10c0-1.72.62-3.294 1.648-4.512q.154.215.301.46c.402.664.713 1.416.777 2.15c.17 1.97 1.481 3.837 3.705 3.862c.961.01 2.126-.712 2.123-1.968c0-.287-.046-.567-.112-.815a.44.44 0 0 1 .019-.315c.17-.364.422-.607.766-.842c.16-.11.326-.21.518-.324l.077-.046c.216-.129.461-.278.698-.454c.345-.257.79-.618 1.027-.99c.187-.294.36-.671.494-1.063A6.98 6.98 0 0 1 19 10q-.002.799-.172 1.55a1.9 1.9 0 0 1-.303.582c-.237.307-.712.685-1.89.697h-.036l-.096.003a7 7 0 0 0-1.382.195c-.759.186-1.871.61-2.417 1.639c-.43.811-.48 1.645-.382 2.327A7.003 7.003 0 0 1 5 10"/><path fill="currentColor" fillRule="evenodd" d="M18.004 1.5a.75.75 0 0 1 1.058-.059a11.04 11.04 0 0 1 3.688 8.246c0 5.751-4.389 10.478-10 11.013v.55H14a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1 0-1.5h1.25v-.509a11.04 11.04 0 0 1-7.809-3.678a.75.75 0 1 1 1.118-1a9.54 9.54 0 0 0 7.128 3.187a9.563 9.563 0 0 0 9.563-9.563a9.54 9.54 0 0 0-3.188-7.128a.75.75 0 0 1-.059-1.06" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.387 5.08a10 10 0 0 0-.5-.745A6.97 6.97 0 0 1 12 3c1.32 0 2.555.365 3.608 1q-.022.134-.066.303a4 4 0 0 1-.413 1.002c-.049.077-.25.273-.613.544c-.162.12-.341.231-.556.36l-.074.043c-.187.112-.402.24-.609.382c-.488.334-.996.786-1.338 1.517a2.1 2.1 0 0 0-.12 1.456c.035.135.054.27.055.39c0 .037-.015.096-.097.165a.52.52 0 0 1-.327.118c-1.077-.012-1.927-.904-2.05-2.327c-.094-1.082-.536-2.084-1.013-2.874m8.265 9.43q.396-.005.745-.05a7 7 0 0 1-3.418 2.257c-.046-.381-.016-.84.209-1.263c.192-.362.678-.633 1.334-.794a5.5 5.5 0 0 1 1.109-.15z"/><path fill="currentColor" d="M5 10c0-1.72.62-3.294 1.648-4.512q.154.215.301.46c.402.664.713 1.416.777 2.15c.17 1.97 1.481 3.837 3.705 3.862c.961.01 2.126-.712 2.123-1.968c0-.287-.046-.567-.112-.815a.44.44 0 0 1 .019-.315c.17-.364.422-.607.766-.842c.16-.11.326-.21.518-.324l.077-.046c.216-.129.461-.278.698-.454c.345-.257.79-.618 1.027-.99c.187-.294.36-.671.494-1.063A6.98 6.98 0 0 1 19 10q-.002.799-.172 1.55a1.9 1.9 0 0 1-.303.582c-.237.307-.712.685-1.89.697h-.036l-.096.003a7 7 0 0 0-1.382.195c-.759.186-1.871.61-2.417 1.639c-.43.811-.48 1.645-.382 2.327A7.003 7.003 0 0 1 5 10"/><path fill="currentColor" fill-rule="evenodd" d="M18.004 1.5a.75.75 0 0 1 1.058-.059a11.04 11.04 0 0 1 3.688 8.246c0 5.751-4.389 10.478-10 11.013v.55H14a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1 0-1.5h1.25v-.509a11.04 11.04 0 0 1-7.809-3.678a.75.75 0 1 1 1.118-1a9.54 9.54 0 0 0 7.128 3.187a9.563 9.563 0 0 0 9.563-9.563a9.54 9.54 0 0 0-3.188-7.128a.75.75 0 0 1-.059-1.06" clip-rule="evenodd"/></svg> </template>
CSS
.icon-globus-bold {
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%22M8.387%205.08a10%2010%200%200%200-.5-.745A6.97%206.97%200%200%201%2012%203c1.32%200%202.555.365%203.608%201q-.022.134-.066.303a4%204%200%200%201-.413%201.002c-.049.077-.25.273-.613.544c-.162.12-.341.231-.556.36l-.074.043c-.187.112-.402.24-.609.382c-.488.334-.996.786-1.338%201.517a2.1%202.1%200%200%200-.12%201.456c.035.135.054.27.055.39c0%20.037-.015.096-.097.165a.52.52%200%200%201-.327.118c-1.077-.012-1.927-.904-2.05-2.327c-.094-1.082-.536-2.084-1.013-2.874m8.265%209.43q.396-.005.745-.05a7%207%200%200%201-3.418%202.257c-.046-.381-.016-.84.209-1.263c.192-.362.678-.633%201.334-.794a5.5%205.5%200%200%201%201.109-.15z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%2010c0-1.72.62-3.294%201.648-4.512q.154.215.301.46c.402.664.713%201.416.777%202.15c.17%201.97%201.481%203.837%203.705%203.862c.961.01%202.126-.712%202.123-1.968c0-.287-.046-.567-.112-.815a.44.44%200%200%201%20.019-.315c.17-.364.422-.607.766-.842c.16-.11.326-.21.518-.324l.077-.046c.216-.129.461-.278.698-.454c.345-.257.79-.618%201.027-.99c.187-.294.36-.671.494-1.063A6.98%206.98%200%200%201%2019%2010q-.002.799-.172%201.55a1.9%201.9%200%200%201-.303.582c-.237.307-.712.685-1.89.697h-.036l-.096.003a7%207%200%200%200-1.382.195c-.759.186-1.871.61-2.417%201.639c-.43.811-.48%201.645-.382%202.327A7.003%207.003%200%200%201%205%2010%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.004%201.5a.75.75%200%200%201%201.058-.059a11.04%2011.04%200%200%201%203.688%208.246c0%205.751-4.389%2010.478-10%2011.013v.55H14a.75.75%200%200%201%200%201.5h-4a.75.75%200%200%201%200-1.5h1.25v-.509a11.04%2011.04%200%200%201-7.809-3.678a.75.75%200%201%201%201.118-1a9.54%209.54%200%200%200%207.128%203.187a9.563%209.563%200%200%200%209.563-9.563a9.54%209.54%200%200%200-3.188-7.128a.75.75%200%200%201-.059-1.06%22%20clip-rule%3D%22evenodd%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%22M8.387%205.08a10%2010%200%200%200-.5-.745A6.97%206.97%200%200%201%2012%203c1.32%200%202.555.365%203.608%201q-.022.134-.066.303a4%204%200%200%201-.413%201.002c-.049.077-.25.273-.613.544c-.162.12-.341.231-.556.36l-.074.043c-.187.112-.402.24-.609.382c-.488.334-.996.786-1.338%201.517a2.1%202.1%200%200%200-.12%201.456c.035.135.054.27.055.39c0%20.037-.015.096-.097.165a.52.52%200%200%201-.327.118c-1.077-.012-1.927-.904-2.05-2.327c-.094-1.082-.536-2.084-1.013-2.874m8.265%209.43q.396-.005.745-.05a7%207%200%200%201-3.418%202.257c-.046-.381-.016-.84.209-1.263c.192-.362.678-.633%201.334-.794a5.5%205.5%200%200%201%201.109-.15z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%2010c0-1.72.62-3.294%201.648-4.512q.154.215.301.46c.402.664.713%201.416.777%202.15c.17%201.97%201.481%203.837%203.705%203.862c.961.01%202.126-.712%202.123-1.968c0-.287-.046-.567-.112-.815a.44.44%200%200%201%20.019-.315c.17-.364.422-.607.766-.842c.16-.11.326-.21.518-.324l.077-.046c.216-.129.461-.278.698-.454c.345-.257.79-.618%201.027-.99c.187-.294.36-.671.494-1.063A6.98%206.98%200%200%201%2019%2010q-.002.799-.172%201.55a1.9%201.9%200%200%201-.303.582c-.237.307-.712.685-1.89.697h-.036l-.096.003a7%207%200%200%200-1.382.195c-.759.186-1.871.61-2.417%201.639c-.43.811-.48%201.645-.382%202.327A7.003%207.003%200%200%201%205%2010%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.004%201.5a.75.75%200%200%201%201.058-.059a11.04%2011.04%200%200%201%203.688%208.246c0%205.751-4.389%2010.478-10%2011.013v.55H14a.75.75%200%200%201%200%201.5h-4a.75.75%200%200%201%200-1.5h1.25v-.509a11.04%2011.04%200%200%201-7.809-3.678a.75.75%200%201%201%201.118-1a9.54%209.54%200%200%200%207.128%203.187a9.563%209.563%200%200%200%209.563-9.563a9.54%209.54%200%200%200-3.188-7.128a.75.75%200%200%201-.059-1.06%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/globus-bold.svg?color=%231a73e8&size=48