virtual reality icon
virtual-reality-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- virtual-reality-fill
- Set
- Phosphor
- Style
- Fill
- 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="M176 48H80a80 80 0 0 0 0 160h96a80 80 0 0 0 0-160m-52.51 50.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.62ZM191 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.35Zm-15-40a12 12 0 0 1-12 12h-12v-24h12a12 12 0 0 1 12 12"/></svg>
React
import type { SVGProps } from "react";
export function PhVirtualRealityFill(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="M176 48H80a80 80 0 0 0 0 160h96a80 80 0 0 0 0-160m-52.51 50.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.62ZM191 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.35Zm-15-40a12 12 0 0 1-12 12h-12v-24h12a12 12 0 0 1 12 12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M176 48H80a80 80 0 0 0 0 160h96a80 80 0 0 0 0-160m-52.51 50.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.62ZM191 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.35Zm-15-40a12 12 0 0 1-12 12h-12v-24h12a12 12 0 0 1 12 12"/></svg> </template>
CSS
.icon-virtual-reality-fill {
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%22M176%2048H80a80%2080%200%200%200%200%20160h96a80%2080%200%200%200%200-160m-52.51%2050.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.62ZM191%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.35Zm-15-40a12%2012%200%200%201-12%2012h-12v-24h12a12%2012%200%200%201%2012%2012%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%22M176%2048H80a80%2080%200%200%200%200%20160h96a80%2080%200%200%200%200-160m-52.51%2050.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.62ZM191%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.35Zm-15-40a12%2012%200%200%201-12%2012h-12v-24h12a12%2012%200%200%201%2012%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/virtual-reality-fill.svg?color=%231a73e8&size=48