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

Name
twotone-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 twotone vrpano icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 6.38v11.25c2.01-.59 4.61-1.13 8-1.13c3.38 0 5.99.54 8 1.13V6.37c-2.01.59-4.62 1.13-8 1.13c-2.68 0-5.42-.39-8-1.12m14.51 9.02c-1.99-.25-4.21-.4-6.51-.4c-2.34 0-4.52.15-6.52.41l3.69-4.42l2 2.4L14 10z" opacity=".3"/><path fill="currentColor" d="M21.01 4C20.45 4 17.4 5.5 12 5.5c-5.31 0-8.49-1.49-9.01-1.49c-.53 0-.99.44-.99 1.01V19c0 .57.46 1 .99 1c.57 0 3.55-1.5 9.01-1.5c5.42 0 8.44 1.5 9.01 1.5c.53 0 .99-.43.99-1V5c0-.57-.46-1-.99-1M20 17.63c-2.01-.59-4.62-1.13-8-1.13c-3.39 0-5.99.54-8 1.13V6.38c2.58.73 5.32 1.12 8 1.12c3.38 0 5.99-.54 8-1.13z"/><path fill="currentColor" d="m9.17 10.99l-3.69 4.42c2-.26 4.18-.41 6.52-.41c2.3 0 4.52.15 6.51.4L14 10l-2.83 3.39z"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneVrpano(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="M4 6.38v11.25c2.01-.59 4.61-1.13 8-1.13c3.38 0 5.99.54 8 1.13V6.37c-2.01.59-4.62 1.13-8 1.13c-2.68 0-5.42-.39-8-1.12m14.51 9.02c-1.99-.25-4.21-.4-6.51-.4c-2.34 0-4.52.15-6.52.41l3.69-4.42l2 2.4L14 10z" opacity=".3"/><path fill="currentColor" d="M21.01 4C20.45 4 17.4 5.5 12 5.5c-5.31 0-8.49-1.49-9.01-1.49c-.53 0-.99.44-.99 1.01V19c0 .57.46 1 .99 1c.57 0 3.55-1.5 9.01-1.5c5.42 0 8.44 1.5 9.01 1.5c.53 0 .99-.43.99-1V5c0-.57-.46-1-.99-1M20 17.63c-2.01-.59-4.62-1.13-8-1.13c-3.39 0-5.99.54-8 1.13V6.38c2.58.73 5.32 1.12 8 1.12c3.38 0 5.99-.54 8-1.13z"/><path fill="currentColor" d="m9.17 10.99l-3.69 4.42c2-.26 4.18-.41 6.52-.41c2.3 0 4.52.15 6.51.4L14 10l-2.83 3.39z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 6.38v11.25c2.01-.59 4.61-1.13 8-1.13c3.38 0 5.99.54 8 1.13V6.37c-2.01.59-4.62 1.13-8 1.13c-2.68 0-5.42-.39-8-1.12m14.51 9.02c-1.99-.25-4.21-.4-6.51-.4c-2.34 0-4.52.15-6.52.41l3.69-4.42l2 2.4L14 10z" opacity=".3"/><path fill="currentColor" d="M21.01 4C20.45 4 17.4 5.5 12 5.5c-5.31 0-8.49-1.49-9.01-1.49c-.53 0-.99.44-.99 1.01V19c0 .57.46 1 .99 1c.57 0 3.55-1.5 9.01-1.5c5.42 0 8.44 1.5 9.01 1.5c.53 0 .99-.43.99-1V5c0-.57-.46-1-.99-1M20 17.63c-2.01-.59-4.62-1.13-8-1.13c-3.39 0-5.99.54-8 1.13V6.38c2.58.73 5.32 1.12 8 1.12c3.38 0 5.99-.54 8-1.13z"/><path fill="currentColor" d="m9.17 10.99l-3.69 4.42c2-.26 4.18-.41 6.52-.41c2.3 0 4.52.15 6.51.4L14 10l-2.83 3.39z"/></svg>
</template>

CSS

.icon-twotone-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%22M4%206.38v11.25c2.01-.59%204.61-1.13%208-1.13c3.38%200%205.99.54%208%201.13V6.37c-2.01.59-4.62%201.13-8%201.13c-2.68%200-5.42-.39-8-1.12m14.51%209.02c-1.99-.25-4.21-.4-6.51-.4c-2.34%200-4.52.15-6.52.41l3.69-4.42l2%202.4L14%2010z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.01%204C20.45%204%2017.4%205.5%2012%205.5c-5.31%200-8.49-1.49-9.01-1.49c-.53%200-.99.44-.99%201.01V19c0%20.57.46%201%20.99%201c.57%200%203.55-1.5%209.01-1.5c5.42%200%208.44%201.5%209.01%201.5c.53%200%20.99-.43.99-1V5c0-.57-.46-1-.99-1M20%2017.63c-2.01-.59-4.62-1.13-8-1.13c-3.39%200-5.99.54-8%201.13V6.38c2.58.73%205.32%201.12%208%201.12c3.38%200%205.99-.54%208-1.13z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.17%2010.99l-3.69%204.42c2-.26%204.18-.41%206.52-.41c2.3%200%204.52.15%206.51.4L14%2010l-2.83%203.39z%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%22M4%206.38v11.25c2.01-.59%204.61-1.13%208-1.13c3.38%200%205.99.54%208%201.13V6.37c-2.01.59-4.62%201.13-8%201.13c-2.68%200-5.42-.39-8-1.12m14.51%209.02c-1.99-.25-4.21-.4-6.51-.4c-2.34%200-4.52.15-6.52.41l3.69-4.42l2%202.4L14%2010z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.01%204C20.45%204%2017.4%205.5%2012%205.5c-5.31%200-8.49-1.49-9.01-1.49c-.53%200-.99.44-.99%201.01V19c0%20.57.46%201%20.99%201c.57%200%203.55-1.5%209.01-1.5c5.42%200%208.44%201.5%209.01%201.5c.53%200%20.99-.43.99-1V5c0-.57-.46-1-.99-1M20%2017.63c-2.01-.59-4.62-1.13-8-1.13c-3.39%200-5.99.54-8%201.13V6.38c2.58.73%205.32%201.12%208%201.12c3.38%200%205.99-.54%208-1.13z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.17%2010.99l-3.69%204.42c2-.26%204.18-.41%206.52-.41c2.3%200%204.52.15%206.51.4L14%2010l-2.83%203.39z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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