sphere icon
sphere-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- sphere-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the sphere icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 20a108 108 0 1 0 108 108A108.12 108.12 0 0 0 128 20m84 107.86c-.56 1.41-5.7 7.11-22.88 12.33a157 157 0 0 1-17.57 4.15c.3-5.44.45-10.91.45-16.34c0-27.85-3.95-56.83-12.25-77.75A84.13 84.13 0 0 1 212 127.86M127.86 44c1.41.56 7.11 5.7 12.33 22.88c5 16.6 7.81 38.31 7.81 61.12c0 6.56-.24 13-.68 19.32c-6.29.44-12.76.68-19.32.68c-22.81 0-44.52-2.78-61.12-7.81C49.7 135 44.56 129.27 44 127.86A84.1 84.1 0 0 1 127.86 44M50.25 159.75C71.17 168.05 100.15 172 128 172c5.43 0 10.9-.15 16.34-.46a157 157 0 0 1-4.15 17.58C135 206.3 129.27 211.44 127.86 212a84.13 84.13 0 0 1-77.61-52.25m109.5 46c4.19-10.57 7.28-23.2 9.3-36.7c13.5-2 26.13-5.11 36.7-9.3a84.42 84.42 0 0 1-46 46"/></svg>
React
import type { SVGProps } from "react";
export function PhSphereBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 20a108 108 0 1 0 108 108A108.12 108.12 0 0 0 128 20m84 107.86c-.56 1.41-5.7 7.11-22.88 12.33a157 157 0 0 1-17.57 4.15c.3-5.44.45-10.91.45-16.34c0-27.85-3.95-56.83-12.25-77.75A84.13 84.13 0 0 1 212 127.86M127.86 44c1.41.56 7.11 5.7 12.33 22.88c5 16.6 7.81 38.31 7.81 61.12c0 6.56-.24 13-.68 19.32c-6.29.44-12.76.68-19.32.68c-22.81 0-44.52-2.78-61.12-7.81C49.7 135 44.56 129.27 44 127.86A84.1 84.1 0 0 1 127.86 44M50.25 159.75C71.17 168.05 100.15 172 128 172c5.43 0 10.9-.15 16.34-.46a157 157 0 0 1-4.15 17.58C135 206.3 129.27 211.44 127.86 212a84.13 84.13 0 0 1-77.61-52.25m109.5 46c4.19-10.57 7.28-23.2 9.3-36.7c13.5-2 26.13-5.11 36.7-9.3a84.42 84.42 0 0 1-46 46"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 20a108 108 0 1 0 108 108A108.12 108.12 0 0 0 128 20m84 107.86c-.56 1.41-5.7 7.11-22.88 12.33a157 157 0 0 1-17.57 4.15c.3-5.44.45-10.91.45-16.34c0-27.85-3.95-56.83-12.25-77.75A84.13 84.13 0 0 1 212 127.86M127.86 44c1.41.56 7.11 5.7 12.33 22.88c5 16.6 7.81 38.31 7.81 61.12c0 6.56-.24 13-.68 19.32c-6.29.44-12.76.68-19.32.68c-22.81 0-44.52-2.78-61.12-7.81C49.7 135 44.56 129.27 44 127.86A84.1 84.1 0 0 1 127.86 44M50.25 159.75C71.17 168.05 100.15 172 128 172c5.43 0 10.9-.15 16.34-.46a157 157 0 0 1-4.15 17.58C135 206.3 129.27 211.44 127.86 212a84.13 84.13 0 0 1-77.61-52.25m109.5 46c4.19-10.57 7.28-23.2 9.3-36.7c13.5-2 26.13-5.11 36.7-9.3a84.42 84.42 0 0 1-46 46"/></svg> </template>
CSS
.icon-sphere-bold {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2020a108%20108%200%201%200%20108%20108A108.12%20108.12%200%200%200%20128%2020m84%20107.86c-.56%201.41-5.7%207.11-22.88%2012.33a157%20157%200%200%201-17.57%204.15c.3-5.44.45-10.91.45-16.34c0-27.85-3.95-56.83-12.25-77.75A84.13%2084.13%200%200%201%20212%20127.86M127.86%2044c1.41.56%207.11%205.7%2012.33%2022.88c5%2016.6%207.81%2038.31%207.81%2061.12c0%206.56-.24%2013-.68%2019.32c-6.29.44-12.76.68-19.32.68c-22.81%200-44.52-2.78-61.12-7.81C49.7%20135%2044.56%20129.27%2044%20127.86A84.1%2084.1%200%200%201%20127.86%2044M50.25%20159.75C71.17%20168.05%20100.15%20172%20128%20172c5.43%200%2010.9-.15%2016.34-.46a157%20157%200%200%201-4.15%2017.58C135%20206.3%20129.27%20211.44%20127.86%20212a84.13%2084.13%200%200%201-77.61-52.25m109.5%2046c4.19-10.57%207.28-23.2%209.3-36.7c13.5-2%2026.13-5.11%2036.7-9.3a84.42%2084.42%200%200%201-46%2046%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2020a108%20108%200%201%200%20108%20108A108.12%20108.12%200%200%200%20128%2020m84%20107.86c-.56%201.41-5.7%207.11-22.88%2012.33a157%20157%200%200%201-17.57%204.15c.3-5.44.45-10.91.45-16.34c0-27.85-3.95-56.83-12.25-77.75A84.13%2084.13%200%200%201%20212%20127.86M127.86%2044c1.41.56%207.11%205.7%2012.33%2022.88c5%2016.6%207.81%2038.31%207.81%2061.12c0%206.56-.24%2013-.68%2019.32c-6.29.44-12.76.68-19.32.68c-22.81%200-44.52-2.78-61.12-7.81C49.7%20135%2044.56%20129.27%2044%20127.86A84.1%2084.1%200%200%201%20127.86%2044M50.25%20159.75C71.17%20168.05%20100.15%20172%20128%20172c5.43%200%2010.9-.15%2016.34-.46a157%20157%200%200%201-4.15%2017.58C135%20206.3%20129.27%20211.44%20127.86%20212a84.13%2084.13%200%200%201-77.61-52.25m109.5%2046c4.19-10.57%207.28-23.2%209.3-36.7c13.5-2%2026.13-5.11%2036.7-9.3a84.42%2084.42%200%200%201-46%2046%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/sphere-bold.svg?color=%231a73e8&size=48