earth americas icon
earth-americas from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- earth-americas
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome Solid
Use the earth americas icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m119.7 263.7l30.9 30.9c6 6 14.1 9.4 22.6 9.4h21.5c8.5 0 16.6 3.4 22.6 9.4l29.3 29.3c6 6 9.4 14.1 9.4 22.6v37.5c0 8.5 3.4 16.6 9.4 22.6l13.3 13.3c6 6 9.4 14.1 9.4 22.6V480c0 17.7 14.3 32 32 32s32-14.3 32-32v-2.7c0-8.5 3.4-16.6 9.4-22.6l45.3-45.3c6-6 9.4-14.1 9.4-22.6v-34.7c0-17.7-14.3-32-32-32h-82.7c-8.5 0-16.6-3.4-22.6-9.4l-16-16c-4.2-4.2-6.6-10-6.6-16c0-12.5 10.1-22.6 22.6-22.6h34.7c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16l-19.7-19.7c-3.9-3.8-5.9-8.7-5.9-13.8s2-10 5.7-13.7L327 153c5.8-5.8 9.1-13.7 9.1-21.9c0-7.2-2.4-13.7-6.4-18.9c-3.2-.1-6.4-.2-9.6-.2c-95.4 0-175.7 64.2-200.3 151.7zM528 320c0-34.6-8.4-67.2-23.4-95.8c-6.4.9-12.7 3.9-17.9 9.1l-13.4 13.4c-6 6-9.4 14.1-9.4 22.6V304c0 17.7 14.3 32 32 32H520c2.5 0 5-.3 7.3-.8c.4-5 .5-10.1.5-15.2zm-464 0C64 178.6 178.6 64 320 64s256 114.6 256 256s-114.6 256-256 256S64 461.4 64 320"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidEarthAmericas(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m119.7 263.7l30.9 30.9c6 6 14.1 9.4 22.6 9.4h21.5c8.5 0 16.6 3.4 22.6 9.4l29.3 29.3c6 6 9.4 14.1 9.4 22.6v37.5c0 8.5 3.4 16.6 9.4 22.6l13.3 13.3c6 6 9.4 14.1 9.4 22.6V480c0 17.7 14.3 32 32 32s32-14.3 32-32v-2.7c0-8.5 3.4-16.6 9.4-22.6l45.3-45.3c6-6 9.4-14.1 9.4-22.6v-34.7c0-17.7-14.3-32-32-32h-82.7c-8.5 0-16.6-3.4-22.6-9.4l-16-16c-4.2-4.2-6.6-10-6.6-16c0-12.5 10.1-22.6 22.6-22.6h34.7c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16l-19.7-19.7c-3.9-3.8-5.9-8.7-5.9-13.8s2-10 5.7-13.7L327 153c5.8-5.8 9.1-13.7 9.1-21.9c0-7.2-2.4-13.7-6.4-18.9c-3.2-.1-6.4-.2-9.6-.2c-95.4 0-175.7 64.2-200.3 151.7zM528 320c0-34.6-8.4-67.2-23.4-95.8c-6.4.9-12.7 3.9-17.9 9.1l-13.4 13.4c-6 6-9.4 14.1-9.4 22.6V304c0 17.7 14.3 32 32 32H520c2.5 0 5-.3 7.3-.8c.4-5 .5-10.1.5-15.2zm-464 0C64 178.6 178.6 64 320 64s256 114.6 256 256s-114.6 256-256 256S64 461.4 64 320"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="m119.7 263.7l30.9 30.9c6 6 14.1 9.4 22.6 9.4h21.5c8.5 0 16.6 3.4 22.6 9.4l29.3 29.3c6 6 9.4 14.1 9.4 22.6v37.5c0 8.5 3.4 16.6 9.4 22.6l13.3 13.3c6 6 9.4 14.1 9.4 22.6V480c0 17.7 14.3 32 32 32s32-14.3 32-32v-2.7c0-8.5 3.4-16.6 9.4-22.6l45.3-45.3c6-6 9.4-14.1 9.4-22.6v-34.7c0-17.7-14.3-32-32-32h-82.7c-8.5 0-16.6-3.4-22.6-9.4l-16-16c-4.2-4.2-6.6-10-6.6-16c0-12.5 10.1-22.6 22.6-22.6h34.7c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16l-19.7-19.7c-3.9-3.8-5.9-8.7-5.9-13.8s2-10 5.7-13.7L327 153c5.8-5.8 9.1-13.7 9.1-21.9c0-7.2-2.4-13.7-6.4-18.9c-3.2-.1-6.4-.2-9.6-.2c-95.4 0-175.7 64.2-200.3 151.7zM528 320c0-34.6-8.4-67.2-23.4-95.8c-6.4.9-12.7 3.9-17.9 9.1l-13.4 13.4c-6 6-9.4 14.1-9.4 22.6V304c0 17.7 14.3 32 32 32H520c2.5 0 5-.3 7.3-.8c.4-5 .5-10.1.5-15.2zm-464 0C64 178.6 178.6 64 320 64s256 114.6 256 256s-114.6 256-256 256S64 461.4 64 320"/></svg> </template>
CSS
.icon-earth-americas {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m119.7%20263.7l30.9%2030.9c6%206%2014.1%209.4%2022.6%209.4h21.5c8.5%200%2016.6%203.4%2022.6%209.4l29.3%2029.3c6%206%209.4%2014.1%209.4%2022.6v37.5c0%208.5%203.4%2016.6%209.4%2022.6l13.3%2013.3c6%206%209.4%2014.1%209.4%2022.6V480c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-2.7c0-8.5%203.4-16.6%209.4-22.6l45.3-45.3c6-6%209.4-14.1%209.4-22.6v-34.7c0-17.7-14.3-32-32-32h-82.7c-8.5%200-16.6-3.4-22.6-9.4l-16-16c-4.2-4.2-6.6-10-6.6-16c0-12.5%2010.1-22.6%2022.6-22.6h34.7c12.5%200%2022.6-10.1%2022.6-22.6c0-6-2.4-11.8-6.6-16l-19.7-19.7c-3.9-3.8-5.9-8.7-5.9-13.8s2-10%205.7-13.7L327%20153c5.8-5.8%209.1-13.7%209.1-21.9c0-7.2-2.4-13.7-6.4-18.9c-3.2-.1-6.4-.2-9.6-.2c-95.4%200-175.7%2064.2-200.3%20151.7zM528%20320c0-34.6-8.4-67.2-23.4-95.8c-6.4.9-12.7%203.9-17.9%209.1l-13.4%2013.4c-6%206-9.4%2014.1-9.4%2022.6V304c0%2017.7%2014.3%2032%2032%2032H520c2.5%200%205-.3%207.3-.8c.4-5%20.5-10.1.5-15.2zm-464%200C64%20178.6%20178.6%2064%20320%2064s256%20114.6%20256%20256s-114.6%20256-256%20256S64%20461.4%2064%20320%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m119.7%20263.7l30.9%2030.9c6%206%2014.1%209.4%2022.6%209.4h21.5c8.5%200%2016.6%203.4%2022.6%209.4l29.3%2029.3c6%206%209.4%2014.1%209.4%2022.6v37.5c0%208.5%203.4%2016.6%209.4%2022.6l13.3%2013.3c6%206%209.4%2014.1%209.4%2022.6V480c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-2.7c0-8.5%203.4-16.6%209.4-22.6l45.3-45.3c6-6%209.4-14.1%209.4-22.6v-34.7c0-17.7-14.3-32-32-32h-82.7c-8.5%200-16.6-3.4-22.6-9.4l-16-16c-4.2-4.2-6.6-10-6.6-16c0-12.5%2010.1-22.6%2022.6-22.6h34.7c12.5%200%2022.6-10.1%2022.6-22.6c0-6-2.4-11.8-6.6-16l-19.7-19.7c-3.9-3.8-5.9-8.7-5.9-13.8s2-10%205.7-13.7L327%20153c5.8-5.8%209.1-13.7%209.1-21.9c0-7.2-2.4-13.7-6.4-18.9c-3.2-.1-6.4-.2-9.6-.2c-95.4%200-175.7%2064.2-200.3%20151.7zM528%20320c0-34.6-8.4-67.2-23.4-95.8c-6.4.9-12.7%203.9-17.9%209.1l-13.4%2013.4c-6%206-9.4%2014.1-9.4%2022.6V304c0%2017.7%2014.3%2032%2032%2032H520c2.5%200%205-.3%207.3-.8c.4-5%20.5-10.1.5-15.2zm-464%200C64%20178.6%20178.6%2064%20320%2064s256%20114.6%20256%20256s-114.6%20256-256%20256S64%20461.4%2064%20320%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/earth-americas.svg?color=%231a73e8&size=48