world icon
world from IconPark Outline by ByteDance · Outline · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- world
- Set
- IconPark Outline
- Style
- Outline
- Category
- Travel
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More travel icons from IconPark Outline
Use the world icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-width="4"><path d="M24 44c11.046 0 20-8.954 20-20S35.046 4 24 4S4 12.954 4 24s8.954 20 20 20Z"/><path d="M4 20.84q4.523-2.135 6.69-.595c2.167 1.54 2.438 7.819 7.368 4.819s-2.111-4.224-.583-8.57c1.528-4.347 6.533-.97 7.03-5.731q.499-4.761-11.39-3.644"/><path stroke-linecap="round" d="M36 8q-8.571 7.483-5.987 9.037c2.584 1.555 3.68-.634 6.834 0s2.47 4.909.812 4.909s-10.249-1.094-9.816 3.919s5.6 5.755 5.6 8.556q0 2.8-3.43 8.573M6.104 32.926a89 89 0 0 1 2.056-.874q5.77-2.33 8.564-1.099c3.292 1.453 2.026 4.387 3.058 5.468c1.03 1.081 3.606.767 3.606 2.823q0 2.057-1.382 4.646"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkOutlineWorld(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeWidth="4"><path d="M24 44c11.046 0 20-8.954 20-20S35.046 4 24 4S4 12.954 4 24s8.954 20 20 20Z"/><path d="M4 20.84q4.523-2.135 6.69-.595c2.167 1.54 2.438 7.819 7.368 4.819s-2.111-4.224-.583-8.57c1.528-4.347 6.533-.97 7.03-5.731q.499-4.761-11.39-3.644"/><path strokeLinecap="round" d="M36 8q-8.571 7.483-5.987 9.037c2.584 1.555 3.68-.634 6.834 0s2.47 4.909.812 4.909s-10.249-1.094-9.816 3.919s5.6 5.755 5.6 8.556q0 2.8-3.43 8.573M6.104 32.926a89 89 0 0 1 2.056-.874q5.77-2.33 8.564-1.099c3.292 1.453 2.026 4.387 3.058 5.468c1.03 1.081 3.606.767 3.606 2.823q0 2.057-1.382 4.646"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-width="4"><path d="M24 44c11.046 0 20-8.954 20-20S35.046 4 24 4S4 12.954 4 24s8.954 20 20 20Z"/><path d="M4 20.84q4.523-2.135 6.69-.595c2.167 1.54 2.438 7.819 7.368 4.819s-2.111-4.224-.583-8.57c1.528-4.347 6.533-.97 7.03-5.731q.499-4.761-11.39-3.644"/><path stroke-linecap="round" d="M36 8q-8.571 7.483-5.987 9.037c2.584 1.555 3.68-.634 6.834 0s2.47 4.909.812 4.909s-10.249-1.094-9.816 3.919s5.6 5.755 5.6 8.556q0 2.8-3.43 8.573M6.104 32.926a89 89 0 0 1 2.056-.874q5.77-2.33 8.564-1.099c3.292 1.453 2.026 4.387 3.058 5.468c1.03 1.081 3.606.767 3.606 2.823q0 2.057-1.382 4.646"/></g></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%220%200%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M24%2044c11.046%200%2020-8.954%2020-20S35.046%204%2024%204S4%2012.954%204%2024s8.954%2020%2020%2020Z%22%2F%3E%3Cpath%20d%3D%22M4%2020.84q4.523-2.135%206.69-.595c2.167%201.54%202.438%207.819%207.368%204.819s-2.111-4.224-.583-8.57c1.528-4.347%206.533-.97%207.03-5.731q.499-4.761-11.39-3.644%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M36%208q-8.571%207.483-5.987%209.037c2.584%201.555%203.68-.634%206.834%200s2.47%204.909.812%204.909s-10.249-1.094-9.816%203.919s5.6%205.755%205.6%208.556q0%202.8-3.43%208.573M6.104%2032.926a89%2089%200%200%201%202.056-.874q5.77-2.33%208.564-1.099c3.292%201.453%202.026%204.387%203.058%205.468c1.03%201.081%203.606.767%203.606%202.823q0%202.057-1.382%204.646%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M24%2044c11.046%200%2020-8.954%2020-20S35.046%204%2024%204S4%2012.954%204%2024s8.954%2020%2020%2020Z%22%2F%3E%3Cpath%20d%3D%22M4%2020.84q4.523-2.135%206.69-.595c2.167%201.54%202.438%207.819%207.368%204.819s-2.111-4.224-.583-8.57c1.528-4.347%206.533-.97%207.03-5.731q.499-4.761-11.39-3.644%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M36%208q-8.571%207.483-5.987%209.037c2.584%201.555%203.68-.634%206.834%200s2.47%204.909.812%204.909s-10.249-1.094-9.816%203.919s5.6%205.755%205.6%208.556q0%202.8-3.43%208.573M6.104%2032.926a89%2089%200%200%201%202.056-.874q5.77-2.33%208.564-1.099c3.292%201.453%202.026%204.387%203.058%205.468c1.03%201.081%203.606.767%203.606%202.823q0%202.057-1.382%204.646%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-outline/world.svg?color=%231a73e8&size=48