earth americas icon
earth-americas from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- earth-americas
- Set
- Carbon
- Style
- Outline
- Category
- Planning
- Viewbox
- 32×32
- License
- Apache 2.0
1 other variant in Carbon
The same icon in other sets
More planning icons from Carbon
accumulation-iceaccumulation-precipitationaccumulation-rainaccumulation-snowagriculture-analyticsairline-digital-gateairline-manage-gatesairline-passenger-careairline-rapid-boardairport-01airport-02airport-locationalarmalarm-addalarm-subtractarray-date-timearray-timearrivalbaggage-claimbarbicyclebootbuoybus
Use the earth americas icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 16a14.031 14.031 0 1 0-7.14 12.191l.117.026l.024-.111A14 14 0 0 0 30 16M4 16a12 12 0 0 1 .395-3h4.243l4.992 4.16l-1.91 2.546a2.01 2.01 0 0 0 .186 2.614L14 24.414v3.405A12.01 12.01 0 0 1 4 16m9.32 4.906l3.05-4.066L9.362 11H5.106a11.962 11.962 0 0 1 17.778-4.813L22.279 8h-5.693l-3.043 3.043l9.354 8.313l-1.649 7.419A11.9 11.9 0 0 1 16 28v-4.414Zm10.315 4.344l1.213-5.46a2 2 0 0 0-.623-1.927l-7.768-6.906l.957-.957h4.865a2 2 0 0 0 1.898-1.368l.353-1.06a11.98 11.98 0 0 1-.895 17.679Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonEarthAmericas(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 16a14.031 14.031 0 1 0-7.14 12.191l.117.026l.024-.111A14 14 0 0 0 30 16M4 16a12 12 0 0 1 .395-3h4.243l4.992 4.16l-1.91 2.546a2.01 2.01 0 0 0 .186 2.614L14 24.414v3.405A12.01 12.01 0 0 1 4 16m9.32 4.906l3.05-4.066L9.362 11H5.106a11.962 11.962 0 0 1 17.778-4.813L22.279 8h-5.693l-3.043 3.043l9.354 8.313l-1.649 7.419A11.9 11.9 0 0 1 16 28v-4.414Zm10.315 4.344l1.213-5.46a2 2 0 0 0-.623-1.927l-7.768-6.906l.957-.957h4.865a2 2 0 0 0 1.898-1.368l.353-1.06a11.98 11.98 0 0 1-.895 17.679Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 16a14.031 14.031 0 1 0-7.14 12.191l.117.026l.024-.111A14 14 0 0 0 30 16M4 16a12 12 0 0 1 .395-3h4.243l4.992 4.16l-1.91 2.546a2.01 2.01 0 0 0 .186 2.614L14 24.414v3.405A12.01 12.01 0 0 1 4 16m9.32 4.906l3.05-4.066L9.362 11H5.106a11.962 11.962 0 0 1 17.778-4.813L22.279 8h-5.693l-3.043 3.043l9.354 8.313l-1.649 7.419A11.9 11.9 0 0 1 16 28v-4.414Zm10.315 4.344l1.213-5.46a2 2 0 0 0-.623-1.927l-7.768-6.906l.957-.957h4.865a2 2 0 0 0 1.898-1.368l.353-1.06a11.98 11.98 0 0 1-.895 17.679Z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2016a14.031%2014.031%200%201%200-7.14%2012.191l.117.026l.024-.111A14%2014%200%200%200%2030%2016M4%2016a12%2012%200%200%201%20.395-3h4.243l4.992%204.16l-1.91%202.546a2.01%202.01%200%200%200%20.186%202.614L14%2024.414v3.405A12.01%2012.01%200%200%201%204%2016m9.32%204.906l3.05-4.066L9.362%2011H5.106a11.962%2011.962%200%200%201%2017.778-4.813L22.279%208h-5.693l-3.043%203.043l9.354%208.313l-1.649%207.419A11.9%2011.9%200%200%201%2016%2028v-4.414Zm10.315%204.344l1.213-5.46a2%202%200%200%200-.623-1.927l-7.768-6.906l.957-.957h4.865a2%202%200%200%200%201.898-1.368l.353-1.06a11.98%2011.98%200%200%201-.895%2017.679Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2016a14.031%2014.031%200%201%200-7.14%2012.191l.117.026l.024-.111A14%2014%200%200%200%2030%2016M4%2016a12%2012%200%200%201%20.395-3h4.243l4.992%204.16l-1.91%202.546a2.01%202.01%200%200%200%20.186%202.614L14%2024.414v3.405A12.01%2012.01%200%200%201%204%2016m9.32%204.906l3.05-4.066L9.362%2011H5.106a11.962%2011.962%200%200%201%2017.778-4.813L22.279%208h-5.693l-3.043%203.043l9.354%208.313l-1.649%207.419A11.9%2011.9%200%200%201%2016%2028v-4.414Zm10.315%204.344l1.213-5.46a2%202%200%200%200-.623-1.927l-7.768-6.906l.957-.957h4.865a2%202%200%200%200%201.898-1.368l.353-1.06a11.98%2011.98%200%200%201-.895%2017.679Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/earth-americas.svg?color=%231a73e8&size=48