globe-search-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
globe-search-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the globe search icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.441 9.956a4.926 4.926 0 0 0 6.233 7.571l4.256 4.257a.773.773 0 0 0 1.169-1.007l-.075-.087l-4.217-4.218A4.927 4.927 0 0 0 3.44 9.956m13.213 6.545c-.225 1.287-.548 2.456-.952 3.454l.03.028l.124.14c.22.295.344.624.378.952a10.03 10.03 0 0 0 4.726-4.574zM12.25 16.5l2.284 2.287c.202-.6.381-1.268.53-1.992l.057-.294zm-2.936-5.45a3.38 3.38 0 1 1-4.78 4.779a3.38 3.38 0 0 1 4.78-4.78M15.45 10h-3.7a5.94 5.94 0 0 1 .892 5h2.71a26 26 0 0 0 .132-4.512zm1.507 0a28 28 0 0 1-.033 4.42l-.057.58h4.703a10.05 10.05 0 0 0 .258-5zm-2.095-7.593c.881 1.35 1.536 3.329 1.883 5.654l.062.44h4.59a10.03 10.03 0 0 0-6.109-5.958l-.304-.1zm-2.836-.405c-1.277 0-2.561 2.382-3.158 5.839c.465.16.912.38 1.331.658l5.088.001c-.54-3.809-1.905-6.498-3.261-6.498m-2.837.405A10.03 10.03 0 0 0 2.654 8.5h.995a5.92 5.92 0 0 1 3.743-.968c.322-1.858.846-3.47 1.527-4.68l.162-.275z"/></svg>

React

import type { SVGProps } from "react";

export function FluentGlobeSearch24Filled(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="M3.441 9.956a4.926 4.926 0 0 0 6.233 7.571l4.256 4.257a.773.773 0 0 0 1.169-1.007l-.075-.087l-4.217-4.218A4.927 4.927 0 0 0 3.44 9.956m13.213 6.545c-.225 1.287-.548 2.456-.952 3.454l.03.028l.124.14c.22.295.344.624.378.952a10.03 10.03 0 0 0 4.726-4.574zM12.25 16.5l2.284 2.287c.202-.6.381-1.268.53-1.992l.057-.294zm-2.936-5.45a3.38 3.38 0 1 1-4.78 4.779a3.38 3.38 0 0 1 4.78-4.78M15.45 10h-3.7a5.94 5.94 0 0 1 .892 5h2.71a26 26 0 0 0 .132-4.512zm1.507 0a28 28 0 0 1-.033 4.42l-.057.58h4.703a10.05 10.05 0 0 0 .258-5zm-2.095-7.593c.881 1.35 1.536 3.329 1.883 5.654l.062.44h4.59a10.03 10.03 0 0 0-6.109-5.958l-.304-.1zm-2.836-.405c-1.277 0-2.561 2.382-3.158 5.839c.465.16.912.38 1.331.658l5.088.001c-.54-3.809-1.905-6.498-3.261-6.498m-2.837.405A10.03 10.03 0 0 0 2.654 8.5h.995a5.92 5.92 0 0 1 3.743-.968c.322-1.858.846-3.47 1.527-4.68l.162-.275z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.441 9.956a4.926 4.926 0 0 0 6.233 7.571l4.256 4.257a.773.773 0 0 0 1.169-1.007l-.075-.087l-4.217-4.218A4.927 4.927 0 0 0 3.44 9.956m13.213 6.545c-.225 1.287-.548 2.456-.952 3.454l.03.028l.124.14c.22.295.344.624.378.952a10.03 10.03 0 0 0 4.726-4.574zM12.25 16.5l2.284 2.287c.202-.6.381-1.268.53-1.992l.057-.294zm-2.936-5.45a3.38 3.38 0 1 1-4.78 4.779a3.38 3.38 0 0 1 4.78-4.78M15.45 10h-3.7a5.94 5.94 0 0 1 .892 5h2.71a26 26 0 0 0 .132-4.512zm1.507 0a28 28 0 0 1-.033 4.42l-.057.58h4.703a10.05 10.05 0 0 0 .258-5zm-2.095-7.593c.881 1.35 1.536 3.329 1.883 5.654l.062.44h4.59a10.03 10.03 0 0 0-6.109-5.958l-.304-.1zm-2.836-.405c-1.277 0-2.561 2.382-3.158 5.839c.465.16.912.38 1.331.658l5.088.001c-.54-3.809-1.905-6.498-3.261-6.498m-2.837.405A10.03 10.03 0 0 0 2.654 8.5h.995a5.92 5.92 0 0 1 3.743-.968c.322-1.858.846-3.47 1.527-4.68l.162-.275z"/></svg>
</template>

CSS

.icon-globe-search-24-filled {
  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%22M3.441%209.956a4.926%204.926%200%200%200%206.233%207.571l4.256%204.257a.773.773%200%200%200%201.169-1.007l-.075-.087l-4.217-4.218A4.927%204.927%200%200%200%203.44%209.956m13.213%206.545c-.225%201.287-.548%202.456-.952%203.454l.03.028l.124.14c.22.295.344.624.378.952a10.03%2010.03%200%200%200%204.726-4.574zM12.25%2016.5l2.284%202.287c.202-.6.381-1.268.53-1.992l.057-.294zm-2.936-5.45a3.38%203.38%200%201%201-4.78%204.779a3.38%203.38%200%200%201%204.78-4.78M15.45%2010h-3.7a5.94%205.94%200%200%201%20.892%205h2.71a26%2026%200%200%200%20.132-4.512zm1.507%200a28%2028%200%200%201-.033%204.42l-.057.58h4.703a10.05%2010.05%200%200%200%20.258-5zm-2.095-7.593c.881%201.35%201.536%203.329%201.883%205.654l.062.44h4.59a10.03%2010.03%200%200%200-6.109-5.958l-.304-.1zm-2.836-.405c-1.277%200-2.561%202.382-3.158%205.839c.465.16.912.38%201.331.658l5.088.001c-.54-3.809-1.905-6.498-3.261-6.498m-2.837.405A10.03%2010.03%200%200%200%202.654%208.5h.995a5.92%205.92%200%200%201%203.743-.968c.322-1.858.846-3.47%201.527-4.68l.162-.275z%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%22M3.441%209.956a4.926%204.926%200%200%200%206.233%207.571l4.256%204.257a.773.773%200%200%200%201.169-1.007l-.075-.087l-4.217-4.218A4.927%204.927%200%200%200%203.44%209.956m13.213%206.545c-.225%201.287-.548%202.456-.952%203.454l.03.028l.124.14c.22.295.344.624.378.952a10.03%2010.03%200%200%200%204.726-4.574zM12.25%2016.5l2.284%202.287c.202-.6.381-1.268.53-1.992l.057-.294zm-2.936-5.45a3.38%203.38%200%201%201-4.78%204.779a3.38%203.38%200%200%201%204.78-4.78M15.45%2010h-3.7a5.94%205.94%200%200%201%20.892%205h2.71a26%2026%200%200%200%20.132-4.512zm1.507%200a28%2028%200%200%201-.033%204.42l-.057.58h4.703a10.05%2010.05%200%200%200%20.258-5zm-2.095-7.593c.881%201.35%201.536%203.329%201.883%205.654l.062.44h4.59a10.03%2010.03%200%200%200-6.109-5.958l-.304-.1zm-2.836-.405c-1.277%200-2.561%202.382-3.158%205.839c.465.16.912.38%201.331.658l5.088.001c-.54-3.809-1.905-6.498-3.261-6.498m-2.837.405A10.03%2010.03%200%200%200%202.654%208.5h.995a5.92%205.92%200%200%201%203.743-.968c.322-1.858.846-3.47%201.527-4.68l.162-.275z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/globe-search-24-filled.svg?color=%231a73e8&size=48