globe 2 question icon

globe-2-question from Material Symbols by Google · Regular · Android · Apache-2.0 Free for personal and commercial use.

Name
globe-2-question
Set
Material Symbols
Style
Regular
Category
Android
Viewbox
24×24
License
Apache 2.0
Aliases
globe-2-question-outline, globe-2-question-outline-sharp, globe-2-question-sharp

1 other variant in Material Symbols

The same icon in other sets

More android icons from Material Symbols

Use the globe 2 question icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.25 14h3.4q-.075-.5-.112-1T7.5 12t.038-1t.112-1h-3.4q-.125.5-.187 1T4 12t.063 1t.187 1m.85-6h2.95q.225-.925.563-1.812T9.4 4.45q-1.375.45-2.475 1.363T5.1 8m4.3 11.55q-.45-.85-.788-1.737T8.05 16H5.1q.725 1.275 1.825 2.188T9.4 19.55M10.1 8h3.8q-.3-1.075-.775-2.062T12 4.05q-.65.9-1.125 1.888T10.1 8m5.85 0h2.95q-.725-1.275-1.825-2.187T14.6 4.45q.45.85.788 1.738T15.95 8M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2q3.65 0 6.363 2.288T21.775 10H9.65q-.075.5-.112 1T9.5 12t.038 1t.112 1H14v2h-3.9q.3 1.075.775 2.063T12 19.95q.45 0 .888-.05t.887-.1l.425 1.95q-.575.125-1.1.187T12 22m6.413-.313q-.313-.312-.313-.737t.313-.737t.737-.313t.738.313t.312.737t-.312.738t-.738.312t-.737-.312M18.4 18.8q0-1.15.188-1.575t1.062-1.175q.35-.35.6-.687t.25-.763q0-.45-.337-.8t-1.013-.35t-1.025.388t-.475.812l-1.35-.55q.3-.875 1.025-1.487T19.15 12q1.175 0 2.013.637T22 14.55q0 .6-.3 1.125t-.75.975q-.75.75-.9 1.05t-.15 1.1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsGlobe2Question(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.25 14h3.4q-.075-.5-.112-1T7.5 12t.038-1t.112-1h-3.4q-.125.5-.187 1T4 12t.063 1t.187 1m.85-6h2.95q.225-.925.563-1.812T9.4 4.45q-1.375.45-2.475 1.363T5.1 8m4.3 11.55q-.45-.85-.788-1.737T8.05 16H5.1q.725 1.275 1.825 2.188T9.4 19.55M10.1 8h3.8q-.3-1.075-.775-2.062T12 4.05q-.65.9-1.125 1.888T10.1 8m5.85 0h2.95q-.725-1.275-1.825-2.187T14.6 4.45q.45.85.788 1.738T15.95 8M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2q3.65 0 6.363 2.288T21.775 10H9.65q-.075.5-.112 1T9.5 12t.038 1t.112 1H14v2h-3.9q.3 1.075.775 2.063T12 19.95q.45 0 .888-.05t.887-.1l.425 1.95q-.575.125-1.1.187T12 22m6.413-.313q-.313-.312-.313-.737t.313-.737t.737-.313t.738.313t.312.737t-.312.738t-.738.312t-.737-.312M18.4 18.8q0-1.15.188-1.575t1.062-1.175q.35-.35.6-.687t.25-.763q0-.45-.337-.8t-1.013-.35t-1.025.388t-.475.812l-1.35-.55q.3-.875 1.025-1.487T19.15 12q1.175 0 2.013.637T22 14.55q0 .6-.3 1.125t-.75.975q-.75.75-.9 1.05t-.15 1.1z"/></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.25 14h3.4q-.075-.5-.112-1T7.5 12t.038-1t.112-1h-3.4q-.125.5-.187 1T4 12t.063 1t.187 1m.85-6h2.95q.225-.925.563-1.812T9.4 4.45q-1.375.45-2.475 1.363T5.1 8m4.3 11.55q-.45-.85-.788-1.737T8.05 16H5.1q.725 1.275 1.825 2.188T9.4 19.55M10.1 8h3.8q-.3-1.075-.775-2.062T12 4.05q-.65.9-1.125 1.888T10.1 8m5.85 0h2.95q-.725-1.275-1.825-2.187T14.6 4.45q.45.85.788 1.738T15.95 8M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2q3.65 0 6.363 2.288T21.775 10H9.65q-.075.5-.112 1T9.5 12t.038 1t.112 1H14v2h-3.9q.3 1.075.775 2.063T12 19.95q.45 0 .888-.05t.887-.1l.425 1.95q-.575.125-1.1.187T12 22m6.413-.313q-.313-.312-.313-.737t.313-.737t.737-.313t.738.313t.312.737t-.312.738t-.738.312t-.737-.312M18.4 18.8q0-1.15.188-1.575t1.062-1.175q.35-.35.6-.687t.25-.763q0-.45-.337-.8t-1.013-.35t-1.025.388t-.475.812l-1.35-.55q.3-.875 1.025-1.487T19.15 12q1.175 0 2.013.637T22 14.55q0 .6-.3 1.125t-.75.975q-.75.75-.9 1.05t-.15 1.1z"/></svg>
</template>

CSS

.icon-globe-2-question {
  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.25%2014h3.4q-.075-.5-.112-1T7.5%2012t.038-1t.112-1h-3.4q-.125.5-.187%201T4%2012t.063%201t.187%201m.85-6h2.95q.225-.925.563-1.812T9.4%204.45q-1.375.45-2.475%201.363T5.1%208m4.3%2011.55q-.45-.85-.788-1.737T8.05%2016H5.1q.725%201.275%201.825%202.188T9.4%2019.55M10.1%208h3.8q-.3-1.075-.775-2.062T12%204.05q-.65.9-1.125%201.888T10.1%208m5.85%200h2.95q-.725-1.275-1.825-2.187T14.6%204.45q.45.85.788%201.738T15.95%208M12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202q3.65%200%206.363%202.288T21.775%2010H9.65q-.075.5-.112%201T9.5%2012t.038%201t.112%201H14v2h-3.9q.3%201.075.775%202.063T12%2019.95q.45%200%20.888-.05t.887-.1l.425%201.95q-.575.125-1.1.187T12%2022m6.413-.313q-.313-.312-.313-.737t.313-.737t.737-.313t.738.313t.312.737t-.312.738t-.738.312t-.737-.312M18.4%2018.8q0-1.15.188-1.575t1.062-1.175q.35-.35.6-.687t.25-.763q0-.45-.337-.8t-1.013-.35t-1.025.388t-.475.812l-1.35-.55q.3-.875%201.025-1.487T19.15%2012q1.175%200%202.013.637T22%2014.55q0%20.6-.3%201.125t-.75.975q-.75.75-.9%201.05t-.15%201.1z%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.25%2014h3.4q-.075-.5-.112-1T7.5%2012t.038-1t.112-1h-3.4q-.125.5-.187%201T4%2012t.063%201t.187%201m.85-6h2.95q.225-.925.563-1.812T9.4%204.45q-1.375.45-2.475%201.363T5.1%208m4.3%2011.55q-.45-.85-.788-1.737T8.05%2016H5.1q.725%201.275%201.825%202.188T9.4%2019.55M10.1%208h3.8q-.3-1.075-.775-2.062T12%204.05q-.65.9-1.125%201.888T10.1%208m5.85%200h2.95q-.725-1.275-1.825-2.187T14.6%204.45q.45.85.788%201.738T15.95%208M12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202q3.65%200%206.363%202.288T21.775%2010H9.65q-.075.5-.112%201T9.5%2012t.038%201t.112%201H14v2h-3.9q.3%201.075.775%202.063T12%2019.95q.45%200%20.888-.05t.887-.1l.425%201.95q-.575.125-1.1.187T12%2022m6.413-.313q-.313-.312-.313-.737t.313-.737t.737-.313t.738.313t.312.737t-.312.738t-.738.312t-.737-.312M18.4%2018.8q0-1.15.188-1.575t1.062-1.175q.35-.35.6-.687t.25-.763q0-.45-.337-.8t-1.013-.35t-1.025.388t-.475.812l-1.35-.55q.3-.875%201.025-1.487T19.15%2012q1.175%200%202.013.637T22%2014.55q0%20.6-.3%201.125t-.75.975q-.75.75-.9%201.05t-.15%201.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/globe-2-question.svg?color=%231a73e8&size=48