virtual reality icon
virtual-reality from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- virtual-reality
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the virtual reality icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m123.49 98.81l-24 64a8 8 0 0 1-15 0l-24-64a8 8 0 1 1 15-5.62l16.51 44l16.51-44a8 8 0 1 1 15 5.62ZM256 128a80.09 80.09 0 0 1-80 80H80a80 80 0 0 1 0-160h96a80.09 80.09 0 0 1 80 80m-16 0a64.07 64.07 0 0 0-64-64H80a64 64 0 0 0 0 128h96a64.07 64.07 0 0 0 64-64m-59.16 10.35L191 156a8 8 0 0 1-13.9 7.94l-11.44-20c-.53 0-1.07.05-1.61.05H152v16a8 8 0 0 1-16 0V96a8 8 0 0 1 8-8h20a28 28 0 0 1 16.84 50.35M152 128h12a12 12 0 0 0 0-24h-12Z"/></svg>
React
import type { SVGProps } from "react";
export function PhVirtualReality(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="m123.49 98.81l-24 64a8 8 0 0 1-15 0l-24-64a8 8 0 1 1 15-5.62l16.51 44l16.51-44a8 8 0 1 1 15 5.62ZM256 128a80.09 80.09 0 0 1-80 80H80a80 80 0 0 1 0-160h96a80.09 80.09 0 0 1 80 80m-16 0a64.07 64.07 0 0 0-64-64H80a64 64 0 0 0 0 128h96a64.07 64.07 0 0 0 64-64m-59.16 10.35L191 156a8 8 0 0 1-13.9 7.94l-11.44-20c-.53 0-1.07.05-1.61.05H152v16a8 8 0 0 1-16 0V96a8 8 0 0 1 8-8h20a28 28 0 0 1 16.84 50.35M152 128h12a12 12 0 0 0 0-24h-12Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m123.49 98.81l-24 64a8 8 0 0 1-15 0l-24-64a8 8 0 1 1 15-5.62l16.51 44l16.51-44a8 8 0 1 1 15 5.62ZM256 128a80.09 80.09 0 0 1-80 80H80a80 80 0 0 1 0-160h96a80.09 80.09 0 0 1 80 80m-16 0a64.07 64.07 0 0 0-64-64H80a64 64 0 0 0 0 128h96a64.07 64.07 0 0 0 64-64m-59.16 10.35L191 156a8 8 0 0 1-13.9 7.94l-11.44-20c-.53 0-1.07.05-1.61.05H152v16a8 8 0 0 1-16 0V96a8 8 0 0 1 8-8h20a28 28 0 0 1 16.84 50.35M152 128h12a12 12 0 0 0 0-24h-12Z"/></svg> </template>
CSS
.icon-virtual-reality {
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%22m123.49%2098.81l-24%2064a8%208%200%200%201-15%200l-24-64a8%208%200%201%201%2015-5.62l16.51%2044l16.51-44a8%208%200%201%201%2015%205.62ZM256%20128a80.09%2080.09%200%200%201-80%2080H80a80%2080%200%200%201%200-160h96a80.09%2080.09%200%200%201%2080%2080m-16%200a64.07%2064.07%200%200%200-64-64H80a64%2064%200%200%200%200%20128h96a64.07%2064.07%200%200%200%2064-64m-59.16%2010.35L191%20156a8%208%200%200%201-13.9%207.94l-11.44-20c-.53%200-1.07.05-1.61.05H152v16a8%208%200%200%201-16%200V96a8%208%200%200%201%208-8h20a28%2028%200%200%201%2016.84%2050.35M152%20128h12a12%2012%200%200%200%200-24h-12Z%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%22m123.49%2098.81l-24%2064a8%208%200%200%201-15%200l-24-64a8%208%200%201%201%2015-5.62l16.51%2044l16.51-44a8%208%200%201%201%2015%205.62ZM256%20128a80.09%2080.09%200%200%201-80%2080H80a80%2080%200%200%201%200-160h96a80.09%2080.09%200%200%201%2080%2080m-16%200a64.07%2064.07%200%200%200-64-64H80a64%2064%200%200%200%200%20128h96a64.07%2064.07%200%200%200%2064-64m-59.16%2010.35L191%20156a8%208%200%200%201-13.9%207.94l-11.44-20c-.53%200-1.07.05-1.61.05H152v16a8%208%200%200%201-16%200V96a8%208%200%200%201%208-8h20a28%2028%200%200%201%2016.84%2050.35M152%20128h12a12%2012%200%200%200%200-24h-12Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/virtual-reality.svg?color=%231a73e8&size=48