globe search icon
globe-search-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- globe-search-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
globe-add-20-filledglobe-arrow-forward-16-filledglobe-arrow-up-16-filledglobe-clock-16-filledglobe-desktop-20-filledglobe-error-16-filledglobe-location-20-filledglobe-off-12-filledglobe-person-20-filledglobe-prohibited-16-filledglobe-shield-20-filledglobe-stand-20-filledglobe-star-16-filledglobe-surface-20-filledglobe-sync-16-filledglobe-video-20-filledglobe-warning-16-filled
Use the globe search icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.988 4.18a12.2 12.2 0 0 0-.67 2.32h5.364a12.2 12.2 0 0 0-.67-2.32c-.301-.733-.648-1.294-1.008-1.663C10.646 2.149 10.307 2 10 2s-.646.149-1.004.517c-.36.37-.706.93-1.008 1.663M7.89 2.281c-.314.426-.59.941-.828 1.518c-.32.78-.58 1.694-.762 2.701H2.804a8.02 8.02 0 0 1 5.087-4.219m5.046 1.518a7.2 7.2 0 0 0-.827-1.518A8.02 8.02 0 0 1 17.196 6.5h-3.497c-.182-1.007-.44-1.922-.762-2.7m4.665 3.7H13.85c.098.795.15 1.634.15 2.5s-.052 1.705-.15 2.5h3.752A8 8 0 0 0 18 10a8 8 0 0 0-.398-2.5m-3.903 6h3.497a8.02 8.02 0 0 1-5.086 4.219a7.2 7.2 0 0 0 .827-1.518c.321-.78.58-1.694.762-2.701m-4.137.44q.102-.215.182-.44h2.938a12.2 12.2 0 0 1-.67 2.32a8 8 0 0 1-.2.45a1.5 1.5 0 0 0-.251-.33zm.41-1.44h2.87c.102-.786.158-1.625.158-2.5s-.056-1.715-.158-2.5H7.158l-.037.3a4.5 4.5 0 0 1 2.852 4.7m-3.822-5l-.006.046A4.5 4.5 0 0 0 5.5 7.5zm-3.752 0H5.5a4.49 4.49 0 0 0-3.45 1.612c.061-.556.18-1.096.35-1.612m3.102 8c.786 0 1.512-.26 2.096-.697l2.55 2.55a.5.5 0 1 0 .708-.707l-2.55-2.55A3.5 3.5 0 1 0 5.5 15.5m0-1a2.5 2.5 0 1 1 0-5a2.5 2.5 0 0 1 0 5"/></svg>
React
import type { SVGProps } from "react";
export function FluentGlobeSearch20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.988 4.18a12.2 12.2 0 0 0-.67 2.32h5.364a12.2 12.2 0 0 0-.67-2.32c-.301-.733-.648-1.294-1.008-1.663C10.646 2.149 10.307 2 10 2s-.646.149-1.004.517c-.36.37-.706.93-1.008 1.663M7.89 2.281c-.314.426-.59.941-.828 1.518c-.32.78-.58 1.694-.762 2.701H2.804a8.02 8.02 0 0 1 5.087-4.219m5.046 1.518a7.2 7.2 0 0 0-.827-1.518A8.02 8.02 0 0 1 17.196 6.5h-3.497c-.182-1.007-.44-1.922-.762-2.7m4.665 3.7H13.85c.098.795.15 1.634.15 2.5s-.052 1.705-.15 2.5h3.752A8 8 0 0 0 18 10a8 8 0 0 0-.398-2.5m-3.903 6h3.497a8.02 8.02 0 0 1-5.086 4.219a7.2 7.2 0 0 0 .827-1.518c.321-.78.58-1.694.762-2.701m-4.137.44q.102-.215.182-.44h2.938a12.2 12.2 0 0 1-.67 2.32a8 8 0 0 1-.2.45a1.5 1.5 0 0 0-.251-.33zm.41-1.44h2.87c.102-.786.158-1.625.158-2.5s-.056-1.715-.158-2.5H7.158l-.037.3a4.5 4.5 0 0 1 2.852 4.7m-3.822-5l-.006.046A4.5 4.5 0 0 0 5.5 7.5zm-3.752 0H5.5a4.49 4.49 0 0 0-3.45 1.612c.061-.556.18-1.096.35-1.612m3.102 8c.786 0 1.512-.26 2.096-.697l2.55 2.55a.5.5 0 1 0 .708-.707l-2.55-2.55A3.5 3.5 0 1 0 5.5 15.5m0-1a2.5 2.5 0 1 1 0-5a2.5 2.5 0 0 1 0 5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.988 4.18a12.2 12.2 0 0 0-.67 2.32h5.364a12.2 12.2 0 0 0-.67-2.32c-.301-.733-.648-1.294-1.008-1.663C10.646 2.149 10.307 2 10 2s-.646.149-1.004.517c-.36.37-.706.93-1.008 1.663M7.89 2.281c-.314.426-.59.941-.828 1.518c-.32.78-.58 1.694-.762 2.701H2.804a8.02 8.02 0 0 1 5.087-4.219m5.046 1.518a7.2 7.2 0 0 0-.827-1.518A8.02 8.02 0 0 1 17.196 6.5h-3.497c-.182-1.007-.44-1.922-.762-2.7m4.665 3.7H13.85c.098.795.15 1.634.15 2.5s-.052 1.705-.15 2.5h3.752A8 8 0 0 0 18 10a8 8 0 0 0-.398-2.5m-3.903 6h3.497a8.02 8.02 0 0 1-5.086 4.219a7.2 7.2 0 0 0 .827-1.518c.321-.78.58-1.694.762-2.701m-4.137.44q.102-.215.182-.44h2.938a12.2 12.2 0 0 1-.67 2.32a8 8 0 0 1-.2.45a1.5 1.5 0 0 0-.251-.33zm.41-1.44h2.87c.102-.786.158-1.625.158-2.5s-.056-1.715-.158-2.5H7.158l-.037.3a4.5 4.5 0 0 1 2.852 4.7m-3.822-5l-.006.046A4.5 4.5 0 0 0 5.5 7.5zm-3.752 0H5.5a4.49 4.49 0 0 0-3.45 1.612c.061-.556.18-1.096.35-1.612m3.102 8c.786 0 1.512-.26 2.096-.697l2.55 2.55a.5.5 0 1 0 .708-.707l-2.55-2.55A3.5 3.5 0 1 0 5.5 15.5m0-1a2.5 2.5 0 1 1 0-5a2.5 2.5 0 0 1 0 5"/></svg> </template>
CSS
.icon-globe-search-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.988%204.18a12.2%2012.2%200%200%200-.67%202.32h5.364a12.2%2012.2%200%200%200-.67-2.32c-.301-.733-.648-1.294-1.008-1.663C10.646%202.149%2010.307%202%2010%202s-.646.149-1.004.517c-.36.37-.706.93-1.008%201.663M7.89%202.281c-.314.426-.59.941-.828%201.518c-.32.78-.58%201.694-.762%202.701H2.804a8.02%208.02%200%200%201%205.087-4.219m5.046%201.518a7.2%207.2%200%200%200-.827-1.518A8.02%208.02%200%200%201%2017.196%206.5h-3.497c-.182-1.007-.44-1.922-.762-2.7m4.665%203.7H13.85c.098.795.15%201.634.15%202.5s-.052%201.705-.15%202.5h3.752A8%208%200%200%200%2018%2010a8%208%200%200%200-.398-2.5m-3.903%206h3.497a8.02%208.02%200%200%201-5.086%204.219a7.2%207.2%200%200%200%20.827-1.518c.321-.78.58-1.694.762-2.701m-4.137.44q.102-.215.182-.44h2.938a12.2%2012.2%200%200%201-.67%202.32a8%208%200%200%201-.2.45a1.5%201.5%200%200%200-.251-.33zm.41-1.44h2.87c.102-.786.158-1.625.158-2.5s-.056-1.715-.158-2.5H7.158l-.037.3a4.5%204.5%200%200%201%202.852%204.7m-3.822-5l-.006.046A4.5%204.5%200%200%200%205.5%207.5zm-3.752%200H5.5a4.49%204.49%200%200%200-3.45%201.612c.061-.556.18-1.096.35-1.612m3.102%208c.786%200%201.512-.26%202.096-.697l2.55%202.55a.5.5%200%201%200%20.708-.707l-2.55-2.55A3.5%203.5%200%201%200%205.5%2015.5m0-1a2.5%202.5%200%201%201%200-5a2.5%202.5%200%200%201%200%205%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.988%204.18a12.2%2012.2%200%200%200-.67%202.32h5.364a12.2%2012.2%200%200%200-.67-2.32c-.301-.733-.648-1.294-1.008-1.663C10.646%202.149%2010.307%202%2010%202s-.646.149-1.004.517c-.36.37-.706.93-1.008%201.663M7.89%202.281c-.314.426-.59.941-.828%201.518c-.32.78-.58%201.694-.762%202.701H2.804a8.02%208.02%200%200%201%205.087-4.219m5.046%201.518a7.2%207.2%200%200%200-.827-1.518A8.02%208.02%200%200%201%2017.196%206.5h-3.497c-.182-1.007-.44-1.922-.762-2.7m4.665%203.7H13.85c.098.795.15%201.634.15%202.5s-.052%201.705-.15%202.5h3.752A8%208%200%200%200%2018%2010a8%208%200%200%200-.398-2.5m-3.903%206h3.497a8.02%208.02%200%200%201-5.086%204.219a7.2%207.2%200%200%200%20.827-1.518c.321-.78.58-1.694.762-2.701m-4.137.44q.102-.215.182-.44h2.938a12.2%2012.2%200%200%201-.67%202.32a8%208%200%200%201-.2.45a1.5%201.5%200%200%200-.251-.33zm.41-1.44h2.87c.102-.786.158-1.625.158-2.5s-.056-1.715-.158-2.5H7.158l-.037.3a4.5%204.5%200%200%201%202.852%204.7m-3.822-5l-.006.046A4.5%204.5%200%200%200%205.5%207.5zm-3.752%200H5.5a4.49%204.49%200%200%200-3.45%201.612c.061-.556.18-1.096.35-1.612m3.102%208c.786%200%201.512-.26%202.096-.697l2.55%202.55a.5.5%200%201%200%20.708-.707l-2.55-2.55A3.5%203.5%200%201%200%205.5%2015.5m0-1a2.5%202.5%200%201%201%200-5a2.5%202.5%200%200%201%200%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/globe-search-20-filled.svg?color=%231a73e8&size=48