earth asia icon
earth-asia from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- earth-asia
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
Use the earth asia icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m51.7 295.1l31.7 6.3c7.9 1.6 16-.9 21.7-6.6l15.4-15.4c11.6-11.6 31.1-8.4 38.4 6.2l9.3 18.5c4.8 9.6 14.6 15.7 25.4 15.7c15.2 0 26.1-14.6 21.7-29.2l-6-19.9c-4.6-15.4 6.9-30.9 23-30.9h2.3c13.4 0 25.9-6.7 33.3-17.8l10.7-16.1c5.6-8.5 5.3-19.6-.8-27.7l-16.1-21.5c-10.3-13.7-3.3-33.5 13.4-37.7l17-4.3c7.5-1.9 13.6-7.2 16.5-14.4L325 59.4C303.4 52.1 280.2 48 256 48C141.1 48 48 141.1 48 256c0 13.4 1.3 26.5 3.7 39.1m407.7 4.6c-3-.3-6-.1-9 .8l-15.8 4.4c-6.7 1.9-13.8-.9-17.5-6.7l-2-3.1c-6-9.4-16.4-15.1-27.6-15.1s-21.6 5.7-27.6 15.1l-6.1 9.5c-1.4 2.2-3.4 4.1-5.7 5.3L312 330.1c-18.1 10.1-25.5 32.4-17 51.3l5.5 12.4c8.6 19.2 30.7 28.5 50.5 21.1l2.6-1c10-3.7 21.3-2.2 29.9 4.1l1.5 1.1c37.2-29.5 64.1-71.4 74.4-119.5zM0 256a256 256 0 1 1 512 0a256 256 0 1 1-512 0m144.5 92.1c-2.1 8.6 3.1 17.3 11.6 19.4l32 8c8.6 2.1 17.3-3.1 19.4-11.6s-3.1-17.3-11.6-19.4l-32-8c-8.6-2.1-17.3 3.1-19.4 11.6m92-20c-2.1 8.6 3.1 17.3 11.6 19.4s17.3-3.1 19.4-11.6l8-32c2.1-8.6-3.1-17.3-11.6-19.4s-17.3 3.1-19.4 11.6zm106.7-214.4c-7.9-4-17.5-.7-21.5 7.2l-16 32c-4 7.9-.7 17.5 7.2 21.5s17.5.7 21.5-7.2l16-32c4-7.9.7-17.5-7.2-21.5"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidEarthAsia(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m51.7 295.1l31.7 6.3c7.9 1.6 16-.9 21.7-6.6l15.4-15.4c11.6-11.6 31.1-8.4 38.4 6.2l9.3 18.5c4.8 9.6 14.6 15.7 25.4 15.7c15.2 0 26.1-14.6 21.7-29.2l-6-19.9c-4.6-15.4 6.9-30.9 23-30.9h2.3c13.4 0 25.9-6.7 33.3-17.8l10.7-16.1c5.6-8.5 5.3-19.6-.8-27.7l-16.1-21.5c-10.3-13.7-3.3-33.5 13.4-37.7l17-4.3c7.5-1.9 13.6-7.2 16.5-14.4L325 59.4C303.4 52.1 280.2 48 256 48C141.1 48 48 141.1 48 256c0 13.4 1.3 26.5 3.7 39.1m407.7 4.6c-3-.3-6-.1-9 .8l-15.8 4.4c-6.7 1.9-13.8-.9-17.5-6.7l-2-3.1c-6-9.4-16.4-15.1-27.6-15.1s-21.6 5.7-27.6 15.1l-6.1 9.5c-1.4 2.2-3.4 4.1-5.7 5.3L312 330.1c-18.1 10.1-25.5 32.4-17 51.3l5.5 12.4c8.6 19.2 30.7 28.5 50.5 21.1l2.6-1c10-3.7 21.3-2.2 29.9 4.1l1.5 1.1c37.2-29.5 64.1-71.4 74.4-119.5zM0 256a256 256 0 1 1 512 0a256 256 0 1 1-512 0m144.5 92.1c-2.1 8.6 3.1 17.3 11.6 19.4l32 8c8.6 2.1 17.3-3.1 19.4-11.6s-3.1-17.3-11.6-19.4l-32-8c-8.6-2.1-17.3 3.1-19.4 11.6m92-20c-2.1 8.6 3.1 17.3 11.6 19.4s17.3-3.1 19.4-11.6l8-32c2.1-8.6-3.1-17.3-11.6-19.4s-17.3 3.1-19.4 11.6zm106.7-214.4c-7.9-4-17.5-.7-21.5 7.2l-16 32c-4 7.9-.7 17.5 7.2 21.5s17.5.7 21.5-7.2l16-32c4-7.9.7-17.5-7.2-21.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="m51.7 295.1l31.7 6.3c7.9 1.6 16-.9 21.7-6.6l15.4-15.4c11.6-11.6 31.1-8.4 38.4 6.2l9.3 18.5c4.8 9.6 14.6 15.7 25.4 15.7c15.2 0 26.1-14.6 21.7-29.2l-6-19.9c-4.6-15.4 6.9-30.9 23-30.9h2.3c13.4 0 25.9-6.7 33.3-17.8l10.7-16.1c5.6-8.5 5.3-19.6-.8-27.7l-16.1-21.5c-10.3-13.7-3.3-33.5 13.4-37.7l17-4.3c7.5-1.9 13.6-7.2 16.5-14.4L325 59.4C303.4 52.1 280.2 48 256 48C141.1 48 48 141.1 48 256c0 13.4 1.3 26.5 3.7 39.1m407.7 4.6c-3-.3-6-.1-9 .8l-15.8 4.4c-6.7 1.9-13.8-.9-17.5-6.7l-2-3.1c-6-9.4-16.4-15.1-27.6-15.1s-21.6 5.7-27.6 15.1l-6.1 9.5c-1.4 2.2-3.4 4.1-5.7 5.3L312 330.1c-18.1 10.1-25.5 32.4-17 51.3l5.5 12.4c8.6 19.2 30.7 28.5 50.5 21.1l2.6-1c10-3.7 21.3-2.2 29.9 4.1l1.5 1.1c37.2-29.5 64.1-71.4 74.4-119.5zM0 256a256 256 0 1 1 512 0a256 256 0 1 1-512 0m144.5 92.1c-2.1 8.6 3.1 17.3 11.6 19.4l32 8c8.6 2.1 17.3-3.1 19.4-11.6s-3.1-17.3-11.6-19.4l-32-8c-8.6-2.1-17.3 3.1-19.4 11.6m92-20c-2.1 8.6 3.1 17.3 11.6 19.4s17.3-3.1 19.4-11.6l8-32c2.1-8.6-3.1-17.3-11.6-19.4s-17.3 3.1-19.4 11.6zm106.7-214.4c-7.9-4-17.5-.7-21.5 7.2l-16 32c-4 7.9-.7 17.5 7.2 21.5s17.5.7 21.5-7.2l16-32c4-7.9.7-17.5-7.2-21.5"/></svg> </template>
CSS
.icon-earth-asia {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m51.7%20295.1l31.7%206.3c7.9%201.6%2016-.9%2021.7-6.6l15.4-15.4c11.6-11.6%2031.1-8.4%2038.4%206.2l9.3%2018.5c4.8%209.6%2014.6%2015.7%2025.4%2015.7c15.2%200%2026.1-14.6%2021.7-29.2l-6-19.9c-4.6-15.4%206.9-30.9%2023-30.9h2.3c13.4%200%2025.9-6.7%2033.3-17.8l10.7-16.1c5.6-8.5%205.3-19.6-.8-27.7l-16.1-21.5c-10.3-13.7-3.3-33.5%2013.4-37.7l17-4.3c7.5-1.9%2013.6-7.2%2016.5-14.4L325%2059.4C303.4%2052.1%20280.2%2048%20256%2048C141.1%2048%2048%20141.1%2048%20256c0%2013.4%201.3%2026.5%203.7%2039.1m407.7%204.6c-3-.3-6-.1-9%20.8l-15.8%204.4c-6.7%201.9-13.8-.9-17.5-6.7l-2-3.1c-6-9.4-16.4-15.1-27.6-15.1s-21.6%205.7-27.6%2015.1l-6.1%209.5c-1.4%202.2-3.4%204.1-5.7%205.3L312%20330.1c-18.1%2010.1-25.5%2032.4-17%2051.3l5.5%2012.4c8.6%2019.2%2030.7%2028.5%2050.5%2021.1l2.6-1c10-3.7%2021.3-2.2%2029.9%204.1l1.5%201.1c37.2-29.5%2064.1-71.4%2074.4-119.5zM0%20256a256%20256%200%201%201%20512%200a256%20256%200%201%201-512%200m144.5%2092.1c-2.1%208.6%203.1%2017.3%2011.6%2019.4l32%208c8.6%202.1%2017.3-3.1%2019.4-11.6s-3.1-17.3-11.6-19.4l-32-8c-8.6-2.1-17.3%203.1-19.4%2011.6m92-20c-2.1%208.6%203.1%2017.3%2011.6%2019.4s17.3-3.1%2019.4-11.6l8-32c2.1-8.6-3.1-17.3-11.6-19.4s-17.3%203.1-19.4%2011.6zm106.7-214.4c-7.9-4-17.5-.7-21.5%207.2l-16%2032c-4%207.9-.7%2017.5%207.2%2021.5s17.5.7%2021.5-7.2l16-32c4-7.9.7-17.5-7.2-21.5%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m51.7%20295.1l31.7%206.3c7.9%201.6%2016-.9%2021.7-6.6l15.4-15.4c11.6-11.6%2031.1-8.4%2038.4%206.2l9.3%2018.5c4.8%209.6%2014.6%2015.7%2025.4%2015.7c15.2%200%2026.1-14.6%2021.7-29.2l-6-19.9c-4.6-15.4%206.9-30.9%2023-30.9h2.3c13.4%200%2025.9-6.7%2033.3-17.8l10.7-16.1c5.6-8.5%205.3-19.6-.8-27.7l-16.1-21.5c-10.3-13.7-3.3-33.5%2013.4-37.7l17-4.3c7.5-1.9%2013.6-7.2%2016.5-14.4L325%2059.4C303.4%2052.1%20280.2%2048%20256%2048C141.1%2048%2048%20141.1%2048%20256c0%2013.4%201.3%2026.5%203.7%2039.1m407.7%204.6c-3-.3-6-.1-9%20.8l-15.8%204.4c-6.7%201.9-13.8-.9-17.5-6.7l-2-3.1c-6-9.4-16.4-15.1-27.6-15.1s-21.6%205.7-27.6%2015.1l-6.1%209.5c-1.4%202.2-3.4%204.1-5.7%205.3L312%20330.1c-18.1%2010.1-25.5%2032.4-17%2051.3l5.5%2012.4c8.6%2019.2%2030.7%2028.5%2050.5%2021.1l2.6-1c10-3.7%2021.3-2.2%2029.9%204.1l1.5%201.1c37.2-29.5%2064.1-71.4%2074.4-119.5zM0%20256a256%20256%200%201%201%20512%200a256%20256%200%201%201-512%200m144.5%2092.1c-2.1%208.6%203.1%2017.3%2011.6%2019.4l32%208c8.6%202.1%2017.3-3.1%2019.4-11.6s-3.1-17.3-11.6-19.4l-32-8c-8.6-2.1-17.3%203.1-19.4%2011.6m92-20c-2.1%208.6%203.1%2017.3%2011.6%2019.4s17.3-3.1%2019.4-11.6l8-32c2.1-8.6-3.1-17.3-11.6-19.4s-17.3%203.1-19.4%2011.6zm106.7-214.4c-7.9-4-17.5-.7-21.5%207.2l-16%2032c-4%207.9-.7%2017.5%207.2%2021.5s17.5.7%2021.5-7.2l16-32c4-7.9.7-17.5-7.2-21.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/earth-asia.svg?color=%231a73e8&size=48