planet from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
planet
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
planet-sharp

3 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

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="M12.113 10.163q.362-.363.362-.888t-.362-.888t-.888-.362t-.887.363t-.363.887t.363.888t.887.362t.888-.363M20.55 22q-1.05 0-2.825-.875t-3.8-2.375q-.475.125-.962.188t-.988.062q-2.925 0-4.95-2.025T5 12.025q0-.5.075-1t.2-.975Q3.8 8.025 2.913 6.263T2.025 3.45q0-.675.375-1.062T3.425 2t1.688.45t2.862 1.525Q7.45 4.25 7 4.55t-.875.65q-.475-.275-.925-.475T4.25 4.3q.45.95.963 1.85T6.3 7.925q.95-1.35 2.425-2.125t3.25-.775q2.925 0 4.963 2.038t2.037 4.962q0 1.775-.788 3.25T16.05 17.7q.875.575 1.788 1.1t1.862.95q-.2-.475-.412-.925T18.8 17.9q.375-.425.675-.9t.55-.975q1.15 1.95 1.563 2.913T22 20.55q0 .725-.4 1.088T20.55 22m-6.113-7.262q.288-.288.288-.713t-.287-.712t-.713-.288t-.712.288t-.288.712t.288.713t.712.287t.713-.288m1.075-3.424q.212-.213.212-.538t-.212-.537t-.538-.213t-.537.213t-.213.537t.213.538t.537.212t.538-.213"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPlanet(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="M12.113 10.163q.362-.363.362-.888t-.362-.888t-.888-.362t-.887.363t-.363.887t.363.888t.887.362t.888-.363M20.55 22q-1.05 0-2.825-.875t-3.8-2.375q-.475.125-.962.188t-.988.062q-2.925 0-4.95-2.025T5 12.025q0-.5.075-1t.2-.975Q3.8 8.025 2.913 6.263T2.025 3.45q0-.675.375-1.062T3.425 2t1.688.45t2.862 1.525Q7.45 4.25 7 4.55t-.875.65q-.475-.275-.925-.475T4.25 4.3q.45.95.963 1.85T6.3 7.925q.95-1.35 2.425-2.125t3.25-.775q2.925 0 4.963 2.038t2.037 4.962q0 1.775-.788 3.25T16.05 17.7q.875.575 1.788 1.1t1.862.95q-.2-.475-.412-.925T18.8 17.9q.375-.425.675-.9t.55-.975q1.15 1.95 1.563 2.913T22 20.55q0 .725-.4 1.088T20.55 22m-6.113-7.262q.288-.288.288-.713t-.287-.712t-.713-.288t-.712.288t-.288.712t.288.713t.712.287t.713-.288m1.075-3.424q.212-.213.212-.538t-.212-.537t-.538-.213t-.537.213t-.213.537t.213.538t.537.212t.538-.213"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.113 10.163q.362-.363.362-.888t-.362-.888t-.888-.362t-.887.363t-.363.887t.363.888t.887.362t.888-.363M20.55 22q-1.05 0-2.825-.875t-3.8-2.375q-.475.125-.962.188t-.988.062q-2.925 0-4.95-2.025T5 12.025q0-.5.075-1t.2-.975Q3.8 8.025 2.913 6.263T2.025 3.45q0-.675.375-1.062T3.425 2t1.688.45t2.862 1.525Q7.45 4.25 7 4.55t-.875.65q-.475-.275-.925-.475T4.25 4.3q.45.95.963 1.85T6.3 7.925q.95-1.35 2.425-2.125t3.25-.775q2.925 0 4.963 2.038t2.037 4.962q0 1.775-.788 3.25T16.05 17.7q.875.575 1.788 1.1t1.862.95q-.2-.475-.412-.925T18.8 17.9q.375-.425.675-.9t.55-.975q1.15 1.95 1.563 2.913T22 20.55q0 .725-.4 1.088T20.55 22m-6.113-7.262q.288-.288.288-.713t-.287-.712t-.713-.288t-.712.288t-.288.712t.288.713t.712.287t.713-.288m1.075-3.424q.212-.213.212-.538t-.212-.537t-.538-.213t-.537.213t-.213.537t.213.538t.537.212t.538-.213"/></svg>
</template>

CSS

.icon-planet {
  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%22M12.113%2010.163q.362-.363.362-.888t-.362-.888t-.888-.362t-.887.363t-.363.887t.363.888t.887.362t.888-.363M20.55%2022q-1.05%200-2.825-.875t-3.8-2.375q-.475.125-.962.188t-.988.062q-2.925%200-4.95-2.025T5%2012.025q0-.5.075-1t.2-.975Q3.8%208.025%202.913%206.263T2.025%203.45q0-.675.375-1.062T3.425%202t1.688.45t2.862%201.525Q7.45%204.25%207%204.55t-.875.65q-.475-.275-.925-.475T4.25%204.3q.45.95.963%201.85T6.3%207.925q.95-1.35%202.425-2.125t3.25-.775q2.925%200%204.963%202.038t2.037%204.962q0%201.775-.788%203.25T16.05%2017.7q.875.575%201.788%201.1t1.862.95q-.2-.475-.412-.925T18.8%2017.9q.375-.425.675-.9t.55-.975q1.15%201.95%201.563%202.913T22%2020.55q0%20.725-.4%201.088T20.55%2022m-6.113-7.262q.288-.288.288-.713t-.287-.712t-.713-.288t-.712.288t-.288.712t.288.713t.712.287t.713-.288m1.075-3.424q.212-.213.212-.538t-.212-.537t-.538-.213t-.537.213t-.213.537t.213.538t.537.212t.538-.213%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%22M12.113%2010.163q.362-.363.362-.888t-.362-.888t-.888-.362t-.887.363t-.363.887t.363.888t.887.362t.888-.363M20.55%2022q-1.05%200-2.825-.875t-3.8-2.375q-.475.125-.962.188t-.988.062q-2.925%200-4.95-2.025T5%2012.025q0-.5.075-1t.2-.975Q3.8%208.025%202.913%206.263T2.025%203.45q0-.675.375-1.062T3.425%202t1.688.45t2.862%201.525Q7.45%204.25%207%204.55t-.875.65q-.475-.275-.925-.475T4.25%204.3q.45.95.963%201.85T6.3%207.925q.95-1.35%202.425-2.125t3.25-.775q2.925%200%204.963%202.038t2.037%204.962q0%201.775-.788%203.25T16.05%2017.7q.875.575%201.788%201.1t1.862.95q-.2-.475-.412-.925T18.8%2017.9q.375-.425.675-.9t.55-.975q1.15%201.95%201.563%202.913T22%2020.55q0%20.725-.4%201.088T20.55%2022m-6.113-7.262q.288-.288.288-.713t-.287-.712t-.713-.288t-.712.288t-.288.712t.288.713t.712.287t.713-.288m1.075-3.424q.212-.213.212-.538t-.212-.537t-.538-.213t-.537.213t-.213.537t.213.538t.537.212t.538-.213%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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