globe add icon
globe-add-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- globe-add-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
globe-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-search-20-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 add icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.5 12a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11m-6.423 4.498Q11 16.988 11 17.5c0 1.652.616 3.16 1.631 4.307q-.311.189-.63.19c-1.196 0-2.4-2.094-3.037-5.204l-.058-.294zm-3.704 0c.365 2.083.983 3.855 1.792 5.094A10.03 10.03 0 0 1 3.067 16.5zM17.5 14l-.09.008a.5.5 0 0 0-.402.402L17 14.5V17h-2.502l-.09.008a.5.5 0 0 0-.402.402l-.008.09l.008.09a.5.5 0 0 0 .402.402l.09.008H17v2.503l.008.09a.5.5 0 0 0 .402.402l.09.008l.09-.008a.5.5 0 0 0 .402-.402l.008-.09V18l2.504.001l.09-.008a.5.5 0 0 0 .402-.402l.008-.09l-.008-.09a.5.5 0 0 0-.403-.402l-.09-.008H18v-2.5l-.008-.09a.5.5 0 0 0-.402-.403zM7.07 10a28 28 0 0 0 .033 4.42l.057.58H2.458a10.05 10.05 0 0 1-.258-5zm8.356 0q.05.643.068 1.316a6.52 6.52 0 0 0-3.995 3.683L8.676 15a26 26 0 0 1-.132-4.512l.033-.489zm6.377 0a10 10 0 0 1 .17 2.784a6.48 6.48 0 0 0-4.988-1.763a13 13 0 0 0-.013-.365L16.933 10zm-6.965-7.594a10.03 10.03 0 0 1 6.536 6.093h-4.591c-.296-2.265-.878-4.231-1.675-5.647l-.162-.276zm-5.673 0c-.88 1.35-1.535 3.329-1.883 5.654l-.061.44H2.63a10.03 10.03 0 0 1 6.11-5.96l.303-.1zM12.002 2c1.318 0 2.645 2.542 3.214 6.183l.046.315H8.741C9.28 4.69 10.645 2 12 2"/></svg>
React
import type { SVGProps } from "react";
export function FluentGlobeAdd24Filled(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="M17.5 12a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11m-6.423 4.498Q11 16.988 11 17.5c0 1.652.616 3.16 1.631 4.307q-.311.189-.63.19c-1.196 0-2.4-2.094-3.037-5.204l-.058-.294zm-3.704 0c.365 2.083.983 3.855 1.792 5.094A10.03 10.03 0 0 1 3.067 16.5zM17.5 14l-.09.008a.5.5 0 0 0-.402.402L17 14.5V17h-2.502l-.09.008a.5.5 0 0 0-.402.402l-.008.09l.008.09a.5.5 0 0 0 .402.402l.09.008H17v2.503l.008.09a.5.5 0 0 0 .402.402l.09.008l.09-.008a.5.5 0 0 0 .402-.402l.008-.09V18l2.504.001l.09-.008a.5.5 0 0 0 .402-.402l.008-.09l-.008-.09a.5.5 0 0 0-.403-.402l-.09-.008H18v-2.5l-.008-.09a.5.5 0 0 0-.402-.403zM7.07 10a28 28 0 0 0 .033 4.42l.057.58H2.458a10.05 10.05 0 0 1-.258-5zm8.356 0q.05.643.068 1.316a6.52 6.52 0 0 0-3.995 3.683L8.676 15a26 26 0 0 1-.132-4.512l.033-.489zm6.377 0a10 10 0 0 1 .17 2.784a6.48 6.48 0 0 0-4.988-1.763a13 13 0 0 0-.013-.365L16.933 10zm-6.965-7.594a10.03 10.03 0 0 1 6.536 6.093h-4.591c-.296-2.265-.878-4.231-1.675-5.647l-.162-.276zm-5.673 0c-.88 1.35-1.535 3.329-1.883 5.654l-.061.44H2.63a10.03 10.03 0 0 1 6.11-5.96l.303-.1zM12.002 2c1.318 0 2.645 2.542 3.214 6.183l.046.315H8.741C9.28 4.69 10.645 2 12 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.5 12a5.5 5.5 0 1 1 0 11a5.5 5.5 0 0 1 0-11m-6.423 4.498Q11 16.988 11 17.5c0 1.652.616 3.16 1.631 4.307q-.311.189-.63.19c-1.196 0-2.4-2.094-3.037-5.204l-.058-.294zm-3.704 0c.365 2.083.983 3.855 1.792 5.094A10.03 10.03 0 0 1 3.067 16.5zM17.5 14l-.09.008a.5.5 0 0 0-.402.402L17 14.5V17h-2.502l-.09.008a.5.5 0 0 0-.402.402l-.008.09l.008.09a.5.5 0 0 0 .402.402l.09.008H17v2.503l.008.09a.5.5 0 0 0 .402.402l.09.008l.09-.008a.5.5 0 0 0 .402-.402l.008-.09V18l2.504.001l.09-.008a.5.5 0 0 0 .402-.402l.008-.09l-.008-.09a.5.5 0 0 0-.403-.402l-.09-.008H18v-2.5l-.008-.09a.5.5 0 0 0-.402-.403zM7.07 10a28 28 0 0 0 .033 4.42l.057.58H2.458a10.05 10.05 0 0 1-.258-5zm8.356 0q.05.643.068 1.316a6.52 6.52 0 0 0-3.995 3.683L8.676 15a26 26 0 0 1-.132-4.512l.033-.489zm6.377 0a10 10 0 0 1 .17 2.784a6.48 6.48 0 0 0-4.988-1.763a13 13 0 0 0-.013-.365L16.933 10zm-6.965-7.594a10.03 10.03 0 0 1 6.536 6.093h-4.591c-.296-2.265-.878-4.231-1.675-5.647l-.162-.276zm-5.673 0c-.88 1.35-1.535 3.329-1.883 5.654l-.061.44H2.63a10.03 10.03 0 0 1 6.11-5.96l.303-.1zM12.002 2c1.318 0 2.645 2.542 3.214 6.183l.046.315H8.741C9.28 4.69 10.645 2 12 2"/></svg> </template>
CSS
.icon-globe-add-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%22M17.5%2012a5.5%205.5%200%201%201%200%2011a5.5%205.5%200%200%201%200-11m-6.423%204.498Q11%2016.988%2011%2017.5c0%201.652.616%203.16%201.631%204.307q-.311.189-.63.19c-1.196%200-2.4-2.094-3.037-5.204l-.058-.294zm-3.704%200c.365%202.083.983%203.855%201.792%205.094A10.03%2010.03%200%200%201%203.067%2016.5zM17.5%2014l-.09.008a.5.5%200%200%200-.402.402L17%2014.5V17h-2.502l-.09.008a.5.5%200%200%200-.402.402l-.008.09l.008.09a.5.5%200%200%200%20.402.402l.09.008H17v2.503l.008.09a.5.5%200%200%200%20.402.402l.09.008l.09-.008a.5.5%200%200%200%20.402-.402l.008-.09V18l2.504.001l.09-.008a.5.5%200%200%200%20.402-.402l.008-.09l-.008-.09a.5.5%200%200%200-.403-.402l-.09-.008H18v-2.5l-.008-.09a.5.5%200%200%200-.402-.403zM7.07%2010a28%2028%200%200%200%20.033%204.42l.057.58H2.458a10.05%2010.05%200%200%201-.258-5zm8.356%200q.05.643.068%201.316a6.52%206.52%200%200%200-3.995%203.683L8.676%2015a26%2026%200%200%201-.132-4.512l.033-.489zm6.377%200a10%2010%200%200%201%20.17%202.784a6.48%206.48%200%200%200-4.988-1.763a13%2013%200%200%200-.013-.365L16.933%2010zm-6.965-7.594a10.03%2010.03%200%200%201%206.536%206.093h-4.591c-.296-2.265-.878-4.231-1.675-5.647l-.162-.276zm-5.673%200c-.88%201.35-1.535%203.329-1.883%205.654l-.061.44H2.63a10.03%2010.03%200%200%201%206.11-5.96l.303-.1zM12.002%202c1.318%200%202.645%202.542%203.214%206.183l.046.315H8.741C9.28%204.69%2010.645%202%2012%202%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%22M17.5%2012a5.5%205.5%200%201%201%200%2011a5.5%205.5%200%200%201%200-11m-6.423%204.498Q11%2016.988%2011%2017.5c0%201.652.616%203.16%201.631%204.307q-.311.189-.63.19c-1.196%200-2.4-2.094-3.037-5.204l-.058-.294zm-3.704%200c.365%202.083.983%203.855%201.792%205.094A10.03%2010.03%200%200%201%203.067%2016.5zM17.5%2014l-.09.008a.5.5%200%200%200-.402.402L17%2014.5V17h-2.502l-.09.008a.5.5%200%200%200-.402.402l-.008.09l.008.09a.5.5%200%200%200%20.402.402l.09.008H17v2.503l.008.09a.5.5%200%200%200%20.402.402l.09.008l.09-.008a.5.5%200%200%200%20.402-.402l.008-.09V18l2.504.001l.09-.008a.5.5%200%200%200%20.402-.402l.008-.09l-.008-.09a.5.5%200%200%200-.403-.402l-.09-.008H18v-2.5l-.008-.09a.5.5%200%200%200-.402-.403zM7.07%2010a28%2028%200%200%200%20.033%204.42l.057.58H2.458a10.05%2010.05%200%200%201-.258-5zm8.356%200q.05.643.068%201.316a6.52%206.52%200%200%200-3.995%203.683L8.676%2015a26%2026%200%200%201-.132-4.512l.033-.489zm6.377%200a10%2010%200%200%201%20.17%202.784a6.48%206.48%200%200%200-4.988-1.763a13%2013%200%200%200-.013-.365L16.933%2010zm-6.965-7.594a10.03%2010.03%200%200%201%206.536%206.093h-4.591c-.296-2.265-.878-4.231-1.675-5.647l-.162-.276zm-5.673%200c-.88%201.35-1.535%203.329-1.883%205.654l-.061.44H2.63a10.03%2010.03%200%200%201%206.11-5.96l.303-.1zM12.002%202c1.318%200%202.645%202.542%203.214%206.183l.046.315H8.741C9.28%204.69%2010.645%202%2012%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/globe-add-24-filled.svg?color=%231a73e8&size=48