sharp panorama photosphere select icon

sharp-panorama-photosphere-select from Google Material Icons by Material Design Authors · Baseline · Image · Apache-2.0 Free for personal and commercial use.

Name
sharp-panorama-photosphere-select
Set
Google Material Icons
Style
Baseline
Category
Image
Viewbox
24×24
License
Apache 2.0

More image icons from Google Material Icons

Use the sharp panorama photosphere select icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 8.84c-.54-.43-1.23-.81-1.99-1.15C19.4 4.33 15.98 2 12 2S4.6 4.33 2.99 7.68c-.76.35-1.45.72-1.99 1.16v6.33c.54.43 1.23.81 1.99 1.15C4.6 19.67 8.02 22 12 22s7.4-2.33 9.01-5.68c.76-.34 1.45-.72 1.99-1.15zM12 4c2.37 0 4.49 1.04 5.95 2.68C16.17 6.25 14.15 6 12 6s-4.17.25-5.95.68A7.94 7.94 0 0 1 12 4m0 16c-2.37 0-4.49-1.04-5.95-2.68c1.78.43 3.8.68 5.95.68s4.17-.25 5.95-.68A7.94 7.94 0 0 1 12 20"/></svg>

React

import type { SVGProps } from "react";

export function IcSharpPanoramaPhotosphereSelect(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="M23 8.84c-.54-.43-1.23-.81-1.99-1.15C19.4 4.33 15.98 2 12 2S4.6 4.33 2.99 7.68c-.76.35-1.45.72-1.99 1.16v6.33c.54.43 1.23.81 1.99 1.15C4.6 19.67 8.02 22 12 22s7.4-2.33 9.01-5.68c.76-.34 1.45-.72 1.99-1.15zM12 4c2.37 0 4.49 1.04 5.95 2.68C16.17 6.25 14.15 6 12 6s-4.17.25-5.95.68A7.94 7.94 0 0 1 12 4m0 16c-2.37 0-4.49-1.04-5.95-2.68c1.78.43 3.8.68 5.95.68s4.17-.25 5.95-.68A7.94 7.94 0 0 1 12 20"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 8.84c-.54-.43-1.23-.81-1.99-1.15C19.4 4.33 15.98 2 12 2S4.6 4.33 2.99 7.68c-.76.35-1.45.72-1.99 1.16v6.33c.54.43 1.23.81 1.99 1.15C4.6 19.67 8.02 22 12 22s7.4-2.33 9.01-5.68c.76-.34 1.45-.72 1.99-1.15zM12 4c2.37 0 4.49 1.04 5.95 2.68C16.17 6.25 14.15 6 12 6s-4.17.25-5.95.68A7.94 7.94 0 0 1 12 4m0 16c-2.37 0-4.49-1.04-5.95-2.68c1.78.43 3.8.68 5.95.68s4.17-.25 5.95-.68A7.94 7.94 0 0 1 12 20"/></svg>
</template>

CSS

.icon-sharp-panorama-photosphere-select {
  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%22M23%208.84c-.54-.43-1.23-.81-1.99-1.15C19.4%204.33%2015.98%202%2012%202S4.6%204.33%202.99%207.68c-.76.35-1.45.72-1.99%201.16v6.33c.54.43%201.23.81%201.99%201.15C4.6%2019.67%208.02%2022%2012%2022s7.4-2.33%209.01-5.68c.76-.34%201.45-.72%201.99-1.15zM12%204c2.37%200%204.49%201.04%205.95%202.68C16.17%206.25%2014.15%206%2012%206s-4.17.25-5.95.68A7.94%207.94%200%200%201%2012%204m0%2016c-2.37%200-4.49-1.04-5.95-2.68c1.78.43%203.8.68%205.95.68s4.17-.25%205.95-.68A7.94%207.94%200%200%201%2012%2020%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%22M23%208.84c-.54-.43-1.23-.81-1.99-1.15C19.4%204.33%2015.98%202%2012%202S4.6%204.33%202.99%207.68c-.76.35-1.45.72-1.99%201.16v6.33c.54.43%201.23.81%201.99%201.15C4.6%2019.67%208.02%2022%2012%2022s7.4-2.33%209.01-5.68c.76-.34%201.45-.72%201.99-1.15zM12%204c2.37%200%204.49%201.04%205.95%202.68C16.17%206.25%2014.15%206%2012%206s-4.17.25-5.95.68A7.94%207.94%200%200%201%2012%204m0%2016c-2.37%200-4.49-1.04-5.95-2.68c1.78.43%203.8.68%205.95.68s4.17-.25%205.95-.68A7.94%207.94%200%200%201%2012%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/sharp-panorama-photosphere-select.svg?color=%231a73e8&size=48