world 2 icon
world-2-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- world-2-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Use the world 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10S17.523 2 12 2m2 11.4a1 1 0 0 1 1.072-.114l1.47.736a2 2 0 0 1 1.09 1.54l.228 1.826l.005.05a8 8 0 0 1-2.53 1.832a1.8 1.8 0 0 1-1.018-1.159l-.175-.612a2 2 0 0 0-.51-.865l-1.237-1.239a.5.5 0 0 1 .04-.744zM12 4q.726.002 1.417.127a1.665 1.665 0 0 1-.969 2.613l-.611.14a2 2 0 0 0-1.527 2.28l.174 1.047a1 1 0 0 1-1.279 1.121l-1.29-.394A2 2 0 0 1 6.5 9.02V6.514q.002-.18.035-.355A7.97 7.97 0 0 1 12 4"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteWorld2Fill(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="M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10S17.523 2 12 2m2 11.4a1 1 0 0 1 1.072-.114l1.47.736a2 2 0 0 1 1.09 1.54l.228 1.826l.005.05a8 8 0 0 1-2.53 1.832a1.8 1.8 0 0 1-1.018-1.159l-.175-.612a2 2 0 0 0-.51-.865l-1.237-1.239a.5.5 0 0 1 .04-.744zM12 4q.726.002 1.417.127a1.665 1.665 0 0 1-.969 2.613l-.611.14a2 2 0 0 0-1.527 2.28l.174 1.047a1 1 0 0 1-1.279 1.121l-1.29-.394A2 2 0 0 1 6.5 9.02V6.514q.002-.18.035-.355A7.97 7.97 0 0 1 12 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10S17.523 2 12 2m2 11.4a1 1 0 0 1 1.072-.114l1.47.736a2 2 0 0 1 1.09 1.54l.228 1.826l.005.05a8 8 0 0 1-2.53 1.832a1.8 1.8 0 0 1-1.018-1.159l-.175-.612a2 2 0 0 0-.51-.865l-1.237-1.239a.5.5 0 0 1 .04-.744zM12 4q.726.002 1.417.127a1.665 1.665 0 0 1-.969 2.613l-.611.14a2 2 0 0 0-1.527 2.28l.174 1.047a1 1 0 0 1-1.279 1.121l-1.29-.394A2 2 0 0 1 6.5 9.02V6.514q.002-.18.035-.355A7.97 7.97 0 0 1 12 4"/></svg> </template>
CSS
.icon-world-2-fill {
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%22M12%202C6.477%202%202%206.477%202%2012s4.477%2010%2010%2010s10-4.477%2010-10S17.523%202%2012%202m2%2011.4a1%201%200%200%201%201.072-.114l1.47.736a2%202%200%200%201%201.09%201.54l.228%201.826l.005.05a8%208%200%200%201-2.53%201.832a1.8%201.8%200%200%201-1.018-1.159l-.175-.612a2%202%200%200%200-.51-.865l-1.237-1.239a.5.5%200%200%201%20.04-.744zM12%204q.726.002%201.417.127a1.665%201.665%200%200%201-.969%202.613l-.611.14a2%202%200%200%200-1.527%202.28l.174%201.047a1%201%200%200%201-1.279%201.121l-1.29-.394A2%202%200%200%201%206.5%209.02V6.514q.002-.18.035-.355A7.97%207.97%200%200%201%2012%204%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%22M12%202C6.477%202%202%206.477%202%2012s4.477%2010%2010%2010s10-4.477%2010-10S17.523%202%2012%202m2%2011.4a1%201%200%200%201%201.072-.114l1.47.736a2%202%200%200%201%201.09%201.54l.228%201.826l.005.05a8%208%200%200%201-2.53%201.832a1.8%201.8%200%200%201-1.018-1.159l-.175-.612a2%202%200%200%200-.51-.865l-1.237-1.239a.5.5%200%200%201%20.04-.744zM12%204q.726.002%201.417.127a1.665%201.665%200%200%201-.969%202.613l-.611.14a2%202%200%200%200-1.527%202.28l.174%201.047a1%201%200%200%201-1.279%201.121l-1.29-.394A2%202%200%200%201%206.5%209.02V6.514q.002-.18.035-.355A7.97%207.97%200%200%201%2012%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/world-2-fill.svg?color=%231a73e8&size=48