twotone panorama photosphere select icon

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

Name
twotone-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 twotone 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="M21.95 8.15c-.29-.16-.61-.31-.93-.46C19.4 4.33 15.98 2 12 2S4.6 4.33 2.99 7.68c-.33.15-.64.3-.93.46C1.41 8.5 1 9.17 1 9.91v4.18c0 .74.41 1.41 1.05 1.77c.29.16.61.31.93.46C4.6 19.67 8.02 22 12 22s7.4-2.33 9.01-5.68c.33-.15.64-.3.93-.46c.65-.36 1.06-1.03 1.06-1.77V9.91c0-.74-.41-1.41-1.05-1.76M12 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 IcTwotonePanoramaPhotosphereSelect(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="M21.95 8.15c-.29-.16-.61-.31-.93-.46C19.4 4.33 15.98 2 12 2S4.6 4.33 2.99 7.68c-.33.15-.64.3-.93.46C1.41 8.5 1 9.17 1 9.91v4.18c0 .74.41 1.41 1.05 1.77c.29.16.61.31.93.46C4.6 19.67 8.02 22 12 22s7.4-2.33 9.01-5.68c.33-.15.64-.3.93-.46c.65-.36 1.06-1.03 1.06-1.77V9.91c0-.74-.41-1.41-1.05-1.76M12 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="M21.95 8.15c-.29-.16-.61-.31-.93-.46C19.4 4.33 15.98 2 12 2S4.6 4.33 2.99 7.68c-.33.15-.64.3-.93.46C1.41 8.5 1 9.17 1 9.91v4.18c0 .74.41 1.41 1.05 1.77c.29.16.61.31.93.46C4.6 19.67 8.02 22 12 22s7.4-2.33 9.01-5.68c.33-.15.64-.3.93-.46c.65-.36 1.06-1.03 1.06-1.77V9.91c0-.74-.41-1.41-1.05-1.76M12 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-twotone-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%22M21.95%208.15c-.29-.16-.61-.31-.93-.46C19.4%204.33%2015.98%202%2012%202S4.6%204.33%202.99%207.68c-.33.15-.64.3-.93.46C1.41%208.5%201%209.17%201%209.91v4.18c0%20.74.41%201.41%201.05%201.77c.29.16.61.31.93.46C4.6%2019.67%208.02%2022%2012%2022s7.4-2.33%209.01-5.68c.33-.15.64-.3.93-.46c.65-.36%201.06-1.03%201.06-1.77V9.91c0-.74-.41-1.41-1.05-1.76M12%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%22M21.95%208.15c-.29-.16-.61-.31-.93-.46C19.4%204.33%2015.98%202%2012%202S4.6%204.33%202.99%207.68c-.33.15-.64.3-.93.46C1.41%208.5%201%209.17%201%209.91v4.18c0%20.74.41%201.41%201.05%201.77c.29.16.61.31.93.46C4.6%2019.67%208.02%2022%2012%2022s7.4-2.33%209.01-5.68c.33-.15.64-.3.93-.46c.65-.36%201.06-1.03%201.06-1.77V9.91c0-.74-.41-1.41-1.05-1.76M12%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/twotone-panorama-photosphere-select.svg?color=%231a73e8&size=48