planet-outline-rounded from Material Symbols Light by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
planet-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the planet icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.978 10.025q.305-.307.305-.753q0-.445-.308-.75q-.307-.305-.753-.305q-.445 0-.75.308q-.305.307-.305.753q0 .445.308.75q.307.305.753.305q.445 0 .75-.308m8.514 11.225q-.723 0-2.392-.933t-3.579-2.336q-.59.26-1.231.39q-.642.129-1.315.129q-2.715 0-4.595-1.88T5.5 12.025q0-.673.133-1.327q.132-.654.392-1.244q-1.379-1.89-2.286-3.528t-.906-2.342q0-.328.182-.533q.183-.205.468-.205q.401 0 1.47.508Q6.021 3.86 7.408 4.7q.176.104.222.305t-.056.376q-.1.175-.301.232q-.202.056-.379-.048q-.763-.448-1.492-.83q-.729-.383-1.46-.724q.546 1.181 1.193 2.293q.648 1.111 1.396 2.198q.873-1.35 2.29-2.164q1.418-.813 3.154-.813q2.716 0 4.608 1.892t1.892 4.608q0 1.737-.816 3.164q-.817 1.427-2.167 2.3q1.106.767 2.24 1.427q1.134.659 2.334 1.219q-.335-.725-.72-1.454q-.387-.729-.835-1.492q-.103-.177-.047-.39q.057-.211.232-.314q.175-.102.387-.046t.313.23q.831 1.385 1.333 2.451t.502 1.469q0 .302-.204.481t-.535.18m-6.247-6.704q.21-.21.21-.52t-.21-.521q-.209-.21-.52-.21t-.52.21q-.21.209-.21.52t.21.52q.209.21.52.21t.52-.21m1.229-3.306q.193-.19.193-.48t-.19-.483t-.48-.193t-.482.19q-.194.189-.194.48q0 .29.19.482q.19.194.48.194t.483-.19m-1.985 5.948q-1.93-1.466-3.576-3.131t-3.105-3.594q-.154.404-.231.779t-.077.817q.011 1.084.444 2.095q.433 1.01 1.179 1.747t1.725 1.16t2.063.434q.385 0 .789-.077t.788-.23m1.095-.353q1.296-.701 2.094-1.984t.798-2.85q0-2.283-1.609-3.88t-3.891-1.595q-1.567 0-2.837.789q-1.27.788-1.972 2.084q1.559 2.13 3.423 3.994t3.994 3.443m-2.27-5.168"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPlanetOutlineRounded(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="M11.978 10.025q.305-.307.305-.753q0-.445-.308-.75q-.307-.305-.753-.305q-.445 0-.75.308q-.305.307-.305.753q0 .445.308.75q.307.305.753.305q.445 0 .75-.308m8.514 11.225q-.723 0-2.392-.933t-3.579-2.336q-.59.26-1.231.39q-.642.129-1.315.129q-2.715 0-4.595-1.88T5.5 12.025q0-.673.133-1.327q.132-.654.392-1.244q-1.379-1.89-2.286-3.528t-.906-2.342q0-.328.182-.533q.183-.205.468-.205q.401 0 1.47.508Q6.021 3.86 7.408 4.7q.176.104.222.305t-.056.376q-.1.175-.301.232q-.202.056-.379-.048q-.763-.448-1.492-.83q-.729-.383-1.46-.724q.546 1.181 1.193 2.293q.648 1.111 1.396 2.198q.873-1.35 2.29-2.164q1.418-.813 3.154-.813q2.716 0 4.608 1.892t1.892 4.608q0 1.737-.816 3.164q-.817 1.427-2.167 2.3q1.106.767 2.24 1.427q1.134.659 2.334 1.219q-.335-.725-.72-1.454q-.387-.729-.835-1.492q-.103-.177-.047-.39q.057-.211.232-.314q.175-.102.387-.046t.313.23q.831 1.385 1.333 2.451t.502 1.469q0 .302-.204.481t-.535.18m-6.247-6.704q.21-.21.21-.52t-.21-.521q-.209-.21-.52-.21t-.52.21q-.21.209-.21.52t.21.52q.209.21.52.21t.52-.21m1.229-3.306q.193-.19.193-.48t-.19-.483t-.48-.193t-.482.19q-.194.189-.194.48q0 .29.19.482q.19.194.48.194t.483-.19m-1.985 5.948q-1.93-1.466-3.576-3.131t-3.105-3.594q-.154.404-.231.779t-.077.817q.011 1.084.444 2.095q.433 1.01 1.179 1.747t1.725 1.16t2.063.434q.385 0 .789-.077t.788-.23m1.095-.353q1.296-.701 2.094-1.984t.798-2.85q0-2.283-1.609-3.88t-3.891-1.595q-1.567 0-2.837.789q-1.27.788-1.972 2.084q1.559 2.13 3.423 3.994t3.994 3.443m-2.27-5.168"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.978 10.025q.305-.307.305-.753q0-.445-.308-.75q-.307-.305-.753-.305q-.445 0-.75.308q-.305.307-.305.753q0 .445.308.75q.307.305.753.305q.445 0 .75-.308m8.514 11.225q-.723 0-2.392-.933t-3.579-2.336q-.59.26-1.231.39q-.642.129-1.315.129q-2.715 0-4.595-1.88T5.5 12.025q0-.673.133-1.327q.132-.654.392-1.244q-1.379-1.89-2.286-3.528t-.906-2.342q0-.328.182-.533q.183-.205.468-.205q.401 0 1.47.508Q6.021 3.86 7.408 4.7q.176.104.222.305t-.056.376q-.1.175-.301.232q-.202.056-.379-.048q-.763-.448-1.492-.83q-.729-.383-1.46-.724q.546 1.181 1.193 2.293q.648 1.111 1.396 2.198q.873-1.35 2.29-2.164q1.418-.813 3.154-.813q2.716 0 4.608 1.892t1.892 4.608q0 1.737-.816 3.164q-.817 1.427-2.167 2.3q1.106.767 2.24 1.427q1.134.659 2.334 1.219q-.335-.725-.72-1.454q-.387-.729-.835-1.492q-.103-.177-.047-.39q.057-.211.232-.314q.175-.102.387-.046t.313.23q.831 1.385 1.333 2.451t.502 1.469q0 .302-.204.481t-.535.18m-6.247-6.704q.21-.21.21-.52t-.21-.521q-.209-.21-.52-.21t-.52.21q-.21.209-.21.52t.21.52q.209.21.52.21t.52-.21m1.229-3.306q.193-.19.193-.48t-.19-.483t-.48-.193t-.482.19q-.194.189-.194.48q0 .29.19.482q.19.194.48.194t.483-.19m-1.985 5.948q-1.93-1.466-3.576-3.131t-3.105-3.594q-.154.404-.231.779t-.077.817q.011 1.084.444 2.095q.433 1.01 1.179 1.747t1.725 1.16t2.063.434q.385 0 .789-.077t.788-.23m1.095-.353q1.296-.701 2.094-1.984t.798-2.85q0-2.283-1.609-3.88t-3.891-1.595q-1.567 0-2.837.789q-1.27.788-1.972 2.084q1.559 2.13 3.423 3.994t3.994 3.443m-2.27-5.168"/></svg>
</template>

CSS

.icon-planet-outline-rounded {
  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%22M11.978%2010.025q.305-.307.305-.753q0-.445-.308-.75q-.307-.305-.753-.305q-.445%200-.75.308q-.305.307-.305.753q0%20.445.308.75q.307.305.753.305q.445%200%20.75-.308m8.514%2011.225q-.723%200-2.392-.933t-3.579-2.336q-.59.26-1.231.39q-.642.129-1.315.129q-2.715%200-4.595-1.88T5.5%2012.025q0-.673.133-1.327q.132-.654.392-1.244q-1.379-1.89-2.286-3.528t-.906-2.342q0-.328.182-.533q.183-.205.468-.205q.401%200%201.47.508Q6.021%203.86%207.408%204.7q.176.104.222.305t-.056.376q-.1.175-.301.232q-.202.056-.379-.048q-.763-.448-1.492-.83q-.729-.383-1.46-.724q.546%201.181%201.193%202.293q.648%201.111%201.396%202.198q.873-1.35%202.29-2.164q1.418-.813%203.154-.813q2.716%200%204.608%201.892t1.892%204.608q0%201.737-.816%203.164q-.817%201.427-2.167%202.3q1.106.767%202.24%201.427q1.134.659%202.334%201.219q-.335-.725-.72-1.454q-.387-.729-.835-1.492q-.103-.177-.047-.39q.057-.211.232-.314q.175-.102.387-.046t.313.23q.831%201.385%201.333%202.451t.502%201.469q0%20.302-.204.481t-.535.18m-6.247-6.704q.21-.21.21-.52t-.21-.521q-.209-.21-.52-.21t-.52.21q-.21.209-.21.52t.21.52q.209.21.52.21t.52-.21m1.229-3.306q.193-.19.193-.48t-.19-.483t-.48-.193t-.482.19q-.194.189-.194.48q0%20.29.19.482q.19.194.48.194t.483-.19m-1.985%205.948q-1.93-1.466-3.576-3.131t-3.105-3.594q-.154.404-.231.779t-.077.817q.011%201.084.444%202.095q.433%201.01%201.179%201.747t1.725%201.16t2.063.434q.385%200%20.789-.077t.788-.23m1.095-.353q1.296-.701%202.094-1.984t.798-2.85q0-2.283-1.609-3.88t-3.891-1.595q-1.567%200-2.837.789q-1.27.788-1.972%202.084q1.559%202.13%203.423%203.994t3.994%203.443m-2.27-5.168%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%22M11.978%2010.025q.305-.307.305-.753q0-.445-.308-.75q-.307-.305-.753-.305q-.445%200-.75.308q-.305.307-.305.753q0%20.445.308.75q.307.305.753.305q.445%200%20.75-.308m8.514%2011.225q-.723%200-2.392-.933t-3.579-2.336q-.59.26-1.231.39q-.642.129-1.315.129q-2.715%200-4.595-1.88T5.5%2012.025q0-.673.133-1.327q.132-.654.392-1.244q-1.379-1.89-2.286-3.528t-.906-2.342q0-.328.182-.533q.183-.205.468-.205q.401%200%201.47.508Q6.021%203.86%207.408%204.7q.176.104.222.305t-.056.376q-.1.175-.301.232q-.202.056-.379-.048q-.763-.448-1.492-.83q-.729-.383-1.46-.724q.546%201.181%201.193%202.293q.648%201.111%201.396%202.198q.873-1.35%202.29-2.164q1.418-.813%203.154-.813q2.716%200%204.608%201.892t1.892%204.608q0%201.737-.816%203.164q-.817%201.427-2.167%202.3q1.106.767%202.24%201.427q1.134.659%202.334%201.219q-.335-.725-.72-1.454q-.387-.729-.835-1.492q-.103-.177-.047-.39q.057-.211.232-.314q.175-.102.387-.046t.313.23q.831%201.385%201.333%202.451t.502%201.469q0%20.302-.204.481t-.535.18m-6.247-6.704q.21-.21.21-.52t-.21-.521q-.209-.21-.52-.21t-.52.21q-.21.209-.21.52t.21.52q.209.21.52.21t.52-.21m1.229-3.306q.193-.19.193-.48t-.19-.483t-.48-.193t-.482.19q-.194.189-.194.48q0%20.29.19.482q.19.194.48.194t.483-.19m-1.985%205.948q-1.93-1.466-3.576-3.131t-3.105-3.594q-.154.404-.231.779t-.077.817q.011%201.084.444%202.095q.433%201.01%201.179%201.747t1.725%201.16t2.063.434q.385%200%20.789-.077t.788-.23m1.095-.353q1.296-.701%202.094-1.984t.798-2.85q0-2.283-1.609-3.88t-3.891-1.595q-1.567%200-2.837.789q-1.27.788-1.972%202.084q1.559%202.13%203.423%203.994t3.994%203.443m-2.27-5.168%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/planet-outline-rounded.svg?color=%231a73e8&size=48