round-vrpano from Google Material Icons by Material Design Authors · Baseline · Image · Apache-2.0 Free for personal and commercial use.

Name
round-vrpano
Set
Google Material Icons
Style
Baseline
Category
Image
Viewbox
24×24
License
Apache 2.0

More image icons from Google Material Icons

Use the round vrpano icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.69 4.05C18.66 4.73 15.86 5.5 12 5.5c-3.89 0-6.95-.84-8.69-1.43A.993.993 0 0 0 2 5.02V19c0 .68.66 1.17 1.31.95C5.36 19.26 8.1 18.5 12 18.5c3.87 0 6.66.76 8.69 1.45A1 1 0 0 0 22 19V5c0-.68-.66-1.16-1.31-.95m-3.41 11.21A55 55 0 0 0 12 15c-1.87 0-3.63.1-5.28.27a.5.5 0 0 1-.43-.82l2.5-3c.2-.24.57-.24.77 0l1.62 1.94l2.44-2.93c.2-.24.57-.24.77 0l3.32 3.99c.28.34.01.86-.43.81"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundVrpano(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="M20.69 4.05C18.66 4.73 15.86 5.5 12 5.5c-3.89 0-6.95-.84-8.69-1.43A.993.993 0 0 0 2 5.02V19c0 .68.66 1.17 1.31.95C5.36 19.26 8.1 18.5 12 18.5c3.87 0 6.66.76 8.69 1.45A1 1 0 0 0 22 19V5c0-.68-.66-1.16-1.31-.95m-3.41 11.21A55 55 0 0 0 12 15c-1.87 0-3.63.1-5.28.27a.5.5 0 0 1-.43-.82l2.5-3c.2-.24.57-.24.77 0l1.62 1.94l2.44-2.93c.2-.24.57-.24.77 0l3.32 3.99c.28.34.01.86-.43.81"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.69 4.05C18.66 4.73 15.86 5.5 12 5.5c-3.89 0-6.95-.84-8.69-1.43A.993.993 0 0 0 2 5.02V19c0 .68.66 1.17 1.31.95C5.36 19.26 8.1 18.5 12 18.5c3.87 0 6.66.76 8.69 1.45A1 1 0 0 0 22 19V5c0-.68-.66-1.16-1.31-.95m-3.41 11.21A55 55 0 0 0 12 15c-1.87 0-3.63.1-5.28.27a.5.5 0 0 1-.43-.82l2.5-3c.2-.24.57-.24.77 0l1.62 1.94l2.44-2.93c.2-.24.57-.24.77 0l3.32 3.99c.28.34.01.86-.43.81"/></svg>
</template>

CSS

.icon-round-vrpano {
  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%22M20.69%204.05C18.66%204.73%2015.86%205.5%2012%205.5c-3.89%200-6.95-.84-8.69-1.43A.993.993%200%200%200%202%205.02V19c0%20.68.66%201.17%201.31.95C5.36%2019.26%208.1%2018.5%2012%2018.5c3.87%200%206.66.76%208.69%201.45A1%201%200%200%200%2022%2019V5c0-.68-.66-1.16-1.31-.95m-3.41%2011.21A55%2055%200%200%200%2012%2015c-1.87%200-3.63.1-5.28.27a.5.5%200%200%201-.43-.82l2.5-3c.2-.24.57-.24.77%200l1.62%201.94l2.44-2.93c.2-.24.57-.24.77%200l3.32%203.99c.28.34.01.86-.43.81%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%22M20.69%204.05C18.66%204.73%2015.86%205.5%2012%205.5c-3.89%200-6.95-.84-8.69-1.43A.993.993%200%200%200%202%205.02V19c0%20.68.66%201.17%201.31.95C5.36%2019.26%208.1%2018.5%2012%2018.5c3.87%200%206.66.76%208.69%201.45A1%201%200%200%200%2022%2019V5c0-.68-.66-1.16-1.31-.95m-3.41%2011.21A55%2055%200%200%200%2012%2015c-1.87%200-3.63.1-5.28.27a.5.5%200%200%201-.43-.82l2.5-3c.2-.24.57-.24.77%200l1.62%201.94l2.44-2.93c.2-.24.57-.24.77%200l3.32%203.99c.28.34.01.86-.43.81%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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