earth icon

earth-broken from Solar by 480 Design · Broken · Astronomy · CC-BY-4.0 Attribution required.

Name
earth-broken
Set
Solar
Style
Broken
Category
Astronomy
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More astronomy icons from Solar

Use the earth icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M6 4.71053C6.78024 5.42105 8.38755 7.36316 8.57481 9.44737C8.70011 10.8421 9.39473 12.0496 10.5 12.631C10.9386 12.8618 11.4419 12.9939 12 13C12.7549 13.0082 13.5183 12.4629 13.5164 11.708C13.5158 11.4745 13.4773 11.2358 13.417 11.0163C13.3331 10.7108 13.3257 10.3595 13.5 10C14.1099 8.74254 15.3094 8.40477 16.2599 7.72186C16.6814 7.41898 17.0659 7.09947 17.2355 6.84211C17.7037 6.13158 18.1718 4.71053 17.9377 4"/><path stroke-linecap="round" d="M22 13C21.6706 13.931 21.4375 16.375 17.7182 16.4138C17.7182 16.4138 16.9248 16.4138 16 16.6339M13.4365 18.2759C12.646 19.7655 13.1071 21.3793 13.4365 22"/><path stroke-linecap="round" d="M7 20.6622C8.47087 21.513 10.1786 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 13.8214 2.48697 15.5291 3.33782 17"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarEarthBroken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M6 4.71053C6.78024 5.42105 8.38755 7.36316 8.57481 9.44737C8.70011 10.8421 9.39473 12.0496 10.5 12.631C10.9386 12.8618 11.4419 12.9939 12 13C12.7549 13.0082 13.5183 12.4629 13.5164 11.708C13.5158 11.4745 13.4773 11.2358 13.417 11.0163C13.3331 10.7108 13.3257 10.3595 13.5 10C14.1099 8.74254 15.3094 8.40477 16.2599 7.72186C16.6814 7.41898 17.0659 7.09947 17.2355 6.84211C17.7037 6.13158 18.1718 4.71053 17.9377 4"/><path strokeLinecap="round" d="M22 13C21.6706 13.931 21.4375 16.375 17.7182 16.4138C17.7182 16.4138 16.9248 16.4138 16 16.6339M13.4365 18.2759C12.646 19.7655 13.1071 21.3793 13.4365 22"/><path strokeLinecap="round" d="M7 20.6622C8.47087 21.513 10.1786 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 13.8214 2.48697 15.5291 3.33782 17"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M6 4.71053C6.78024 5.42105 8.38755 7.36316 8.57481 9.44737C8.70011 10.8421 9.39473 12.0496 10.5 12.631C10.9386 12.8618 11.4419 12.9939 12 13C12.7549 13.0082 13.5183 12.4629 13.5164 11.708C13.5158 11.4745 13.4773 11.2358 13.417 11.0163C13.3331 10.7108 13.3257 10.3595 13.5 10C14.1099 8.74254 15.3094 8.40477 16.2599 7.72186C16.6814 7.41898 17.0659 7.09947 17.2355 6.84211C17.7037 6.13158 18.1718 4.71053 17.9377 4"/><path stroke-linecap="round" d="M22 13C21.6706 13.931 21.4375 16.375 17.7182 16.4138C17.7182 16.4138 16.9248 16.4138 16 16.6339M13.4365 18.2759C12.646 19.7655 13.1071 21.3793 13.4365 22"/><path stroke-linecap="round" d="M7 20.6622C8.47087 21.513 10.1786 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 13.8214 2.48697 15.5291 3.33782 17"/></g></svg>
</template>

CSS

.icon-earth-broken {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6%204.71053C6.78024%205.42105%208.38755%207.36316%208.57481%209.44737C8.70011%2010.8421%209.39473%2012.0496%2010.5%2012.631C10.9386%2012.8618%2011.4419%2012.9939%2012%2013C12.7549%2013.0082%2013.5183%2012.4629%2013.5164%2011.708C13.5158%2011.4745%2013.4773%2011.2358%2013.417%2011.0163C13.3331%2010.7108%2013.3257%2010.3595%2013.5%2010C14.1099%208.74254%2015.3094%208.40477%2016.2599%207.72186C16.6814%207.41898%2017.0659%207.09947%2017.2355%206.84211C17.7037%206.13158%2018.1718%204.71053%2017.9377%204%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2013C21.6706%2013.931%2021.4375%2016.375%2017.7182%2016.4138C17.7182%2016.4138%2016.9248%2016.4138%2016%2016.6339M13.4365%2018.2759C12.646%2019.7655%2013.1071%2021.3793%2013.4365%2022%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%2020.6622C8.47087%2021.513%2010.1786%2022%2012%2022C17.5228%2022%2022%2017.5228%2022%2012C22%206.47715%2017.5228%202%2012%202C6.47715%202%202%206.47715%202%2012C2%2013.8214%202.48697%2015.5291%203.33782%2017%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6%204.71053C6.78024%205.42105%208.38755%207.36316%208.57481%209.44737C8.70011%2010.8421%209.39473%2012.0496%2010.5%2012.631C10.9386%2012.8618%2011.4419%2012.9939%2012%2013C12.7549%2013.0082%2013.5183%2012.4629%2013.5164%2011.708C13.5158%2011.4745%2013.4773%2011.2358%2013.417%2011.0163C13.3331%2010.7108%2013.3257%2010.3595%2013.5%2010C14.1099%208.74254%2015.3094%208.40477%2016.2599%207.72186C16.6814%207.41898%2017.0659%207.09947%2017.2355%206.84211C17.7037%206.13158%2018.1718%204.71053%2017.9377%204%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2013C21.6706%2013.931%2021.4375%2016.375%2017.7182%2016.4138C17.7182%2016.4138%2016.9248%2016.4138%2016%2016.6339M13.4365%2018.2759C12.646%2019.7655%2013.1071%2021.3793%2013.4365%2022%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%2020.6622C8.47087%2021.513%2010.1786%2022%2012%2022C17.5228%2022%2022%2017.5228%2022%2012C22%206.47715%2017.5228%202%2012%202C6.47715%202%202%206.47715%202%2012C2%2013.8214%202.48697%2015.5291%203.33782%2017%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/earth-broken.svg?color=%231a73e8&size=48

Earth broken icon — Solar · IconsDB