world from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
world
Set
Jam Icons
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Use the world icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M2.252 8A8 8 0 0 0 2 10c0 .69.088 1.36.252 2H5.1a20 20 0 0 1 0-4zm.818-2h2.346c.266-1.217.65-2.307 1.121-3.214A8.04 8.04 0 0 0 3.07 6m14.678 2H14.9a20 20 0 0 1 0 4h2.848a8.05 8.05 0 0 0 0-4m-.818-2a8.04 8.04 0 0 0-3.467-3.214c.472.907.855 1.997 1.121 3.214zM7.112 8A18 18 0 0 0 7 10c0 .685.038 1.355.112 2h5.776a17.8 17.8 0 0 0 0-4zm.358-2h5.06a10.8 10.8 0 0 0-.783-2.177C11.119 2.568 10.447 2 10 2s-1.119.568-1.747 1.823C7.938 4.455 7.673 5.19 7.47 6m-4.4 8a8.04 8.04 0 0 0 3.467 3.214c-.472-.907-.855-1.997-1.121-3.214zm13.86 0h-2.346c-.266 1.217-.65 2.307-1.121 3.214A8.04 8.04 0 0 0 16.93 14m-9.46 0c.203.81.468 1.545.783 2.177C8.881 17.432 9.553 18 10 18s1.119-.568 1.747-1.823c.315-.632.58-1.367.783-2.177zM10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10s-4.477 10-10 10"/></svg>

React

import type { SVGProps } from "react";

export function JamWorld(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M2.252 8A8 8 0 0 0 2 10c0 .69.088 1.36.252 2H5.1a20 20 0 0 1 0-4zm.818-2h2.346c.266-1.217.65-2.307 1.121-3.214A8.04 8.04 0 0 0 3.07 6m14.678 2H14.9a20 20 0 0 1 0 4h2.848a8.05 8.05 0 0 0 0-4m-.818-2a8.04 8.04 0 0 0-3.467-3.214c.472.907.855 1.997 1.121 3.214zM7.112 8A18 18 0 0 0 7 10c0 .685.038 1.355.112 2h5.776a17.8 17.8 0 0 0 0-4zm.358-2h5.06a10.8 10.8 0 0 0-.783-2.177C11.119 2.568 10.447 2 10 2s-1.119.568-1.747 1.823C7.938 4.455 7.673 5.19 7.47 6m-4.4 8a8.04 8.04 0 0 0 3.467 3.214c-.472-.907-.855-1.997-1.121-3.214zm13.86 0h-2.346c-.266 1.217-.65 2.307-1.121 3.214A8.04 8.04 0 0 0 16.93 14m-9.46 0c.203.81.468 1.545.783 2.177C8.881 17.432 9.553 18 10 18s1.119-.568 1.747-1.823c.315-.632.58-1.367.783-2.177zM10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10s-4.477 10-10 10"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M2.252 8A8 8 0 0 0 2 10c0 .69.088 1.36.252 2H5.1a20 20 0 0 1 0-4zm.818-2h2.346c.266-1.217.65-2.307 1.121-3.214A8.04 8.04 0 0 0 3.07 6m14.678 2H14.9a20 20 0 0 1 0 4h2.848a8.05 8.05 0 0 0 0-4m-.818-2a8.04 8.04 0 0 0-3.467-3.214c.472.907.855 1.997 1.121 3.214zM7.112 8A18 18 0 0 0 7 10c0 .685.038 1.355.112 2h5.776a17.8 17.8 0 0 0 0-4zm.358-2h5.06a10.8 10.8 0 0 0-.783-2.177C11.119 2.568 10.447 2 10 2s-1.119.568-1.747 1.823C7.938 4.455 7.673 5.19 7.47 6m-4.4 8a8.04 8.04 0 0 0 3.467 3.214c-.472-.907-.855-1.997-1.121-3.214zm13.86 0h-2.346c-.266 1.217-.65 2.307-1.121 3.214A8.04 8.04 0 0 0 16.93 14m-9.46 0c.203.81.468 1.545.783 2.177C8.881 17.432 9.553 18 10 18s1.119-.568 1.747-1.823c.315-.632.58-1.367.783-2.177zM10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10s-4.477 10-10 10"/></svg>
</template>

CSS

.icon-world {
  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%22-2%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.252%208A8%208%200%200%200%202%2010c0%20.69.088%201.36.252%202H5.1a20%2020%200%200%201%200-4zm.818-2h2.346c.266-1.217.65-2.307%201.121-3.214A8.04%208.04%200%200%200%203.07%206m14.678%202H14.9a20%2020%200%200%201%200%204h2.848a8.05%208.05%200%200%200%200-4m-.818-2a8.04%208.04%200%200%200-3.467-3.214c.472.907.855%201.997%201.121%203.214zM7.112%208A18%2018%200%200%200%207%2010c0%20.685.038%201.355.112%202h5.776a17.8%2017.8%200%200%200%200-4zm.358-2h5.06a10.8%2010.8%200%200%200-.783-2.177C11.119%202.568%2010.447%202%2010%202s-1.119.568-1.747%201.823C7.938%204.455%207.673%205.19%207.47%206m-4.4%208a8.04%208.04%200%200%200%203.467%203.214c-.472-.907-.855-1.997-1.121-3.214zm13.86%200h-2.346c-.266%201.217-.65%202.307-1.121%203.214A8.04%208.04%200%200%200%2016.93%2014m-9.46%200c.203.81.468%201.545.783%202.177C8.881%2017.432%209.553%2018%2010%2018s1.119-.568%201.747-1.823c.315-.632.58-1.367.783-2.177zM10%2020C4.477%2020%200%2015.523%200%2010S4.477%200%2010%200s10%204.477%2010%2010s-4.477%2010-10%2010%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%22-2%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.252%208A8%208%200%200%200%202%2010c0%20.69.088%201.36.252%202H5.1a20%2020%200%200%201%200-4zm.818-2h2.346c.266-1.217.65-2.307%201.121-3.214A8.04%208.04%200%200%200%203.07%206m14.678%202H14.9a20%2020%200%200%201%200%204h2.848a8.05%208.05%200%200%200%200-4m-.818-2a8.04%208.04%200%200%200-3.467-3.214c.472.907.855%201.997%201.121%203.214zM7.112%208A18%2018%200%200%200%207%2010c0%20.685.038%201.355.112%202h5.776a17.8%2017.8%200%200%200%200-4zm.358-2h5.06a10.8%2010.8%200%200%200-.783-2.177C11.119%202.568%2010.447%202%2010%202s-1.119.568-1.747%201.823C7.938%204.455%207.673%205.19%207.47%206m-4.4%208a8.04%208.04%200%200%200%203.467%203.214c-.472-.907-.855-1.997-1.121-3.214zm13.86%200h-2.346c-.266%201.217-.65%202.307-1.121%203.214A8.04%208.04%200%200%200%2016.93%2014m-9.46%200c.203.81.468%201.545.783%202.177C8.881%2017.432%209.553%2018%2010%2018s1.119-.568%201.747-1.823c.315-.632.58-1.367.783-2.177zM10%2020C4.477%2020%200%2015.523%200%2010S4.477%200%2010%200s10%204.477%2010%2010s-4.477%2010-10%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/world.svg?color=%231a73e8&size=48