visor from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
visor
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Use the visor icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M183.05 56H72A72 72 0 0 0 .08 131.4c1.69 36.69 31.76 66.79 68.45 68.52c15.85.74 32-5.9 49.38-20.3a15.88 15.88 0 0 1 20.24 0C148.72 188.39 165 200 184 200a72 72 0 0 0 72-72.95C255.49 87.87 222.76 56 183.05 56m40.81 111.34A55.63 55.63 0 0 1 184 184c-13.88 0-27-9.51-35.65-16.67a31.91 31.91 0 0 0-40.65 0C93.52 179 80.94 184.49 69.28 183.94a56.36 56.36 0 0 1-53.22-53.28A56 56 0 0 1 72 72h111.05c31 0 56.55 24.79 56.95 55.25a55.66 55.66 0 0 1-16.14 40.09M184 96a8 8 0 0 1-8 8H80a8 8 0 0 1 0-16h96a8 8 0 0 1 8 8"/></svg>

React

import type { SVGProps } from "react";

export function PhVisor(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="M183.05 56H72A72 72 0 0 0 .08 131.4c1.69 36.69 31.76 66.79 68.45 68.52c15.85.74 32-5.9 49.38-20.3a15.88 15.88 0 0 1 20.24 0C148.72 188.39 165 200 184 200a72 72 0 0 0 72-72.95C255.49 87.87 222.76 56 183.05 56m40.81 111.34A55.63 55.63 0 0 1 184 184c-13.88 0-27-9.51-35.65-16.67a31.91 31.91 0 0 0-40.65 0C93.52 179 80.94 184.49 69.28 183.94a56.36 56.36 0 0 1-53.22-53.28A56 56 0 0 1 72 72h111.05c31 0 56.55 24.79 56.95 55.25a55.66 55.66 0 0 1-16.14 40.09M184 96a8 8 0 0 1-8 8H80a8 8 0 0 1 0-16h96a8 8 0 0 1 8 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M183.05 56H72A72 72 0 0 0 .08 131.4c1.69 36.69 31.76 66.79 68.45 68.52c15.85.74 32-5.9 49.38-20.3a15.88 15.88 0 0 1 20.24 0C148.72 188.39 165 200 184 200a72 72 0 0 0 72-72.95C255.49 87.87 222.76 56 183.05 56m40.81 111.34A55.63 55.63 0 0 1 184 184c-13.88 0-27-9.51-35.65-16.67a31.91 31.91 0 0 0-40.65 0C93.52 179 80.94 184.49 69.28 183.94a56.36 56.36 0 0 1-53.22-53.28A56 56 0 0 1 72 72h111.05c31 0 56.55 24.79 56.95 55.25a55.66 55.66 0 0 1-16.14 40.09M184 96a8 8 0 0 1-8 8H80a8 8 0 0 1 0-16h96a8 8 0 0 1 8 8"/></svg>
</template>

CSS

.icon-visor {
  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%22M183.05%2056H72A72%2072%200%200%200%20.08%20131.4c1.69%2036.69%2031.76%2066.79%2068.45%2068.52c15.85.74%2032-5.9%2049.38-20.3a15.88%2015.88%200%200%201%2020.24%200C148.72%20188.39%20165%20200%20184%20200a72%2072%200%200%200%2072-72.95C255.49%2087.87%20222.76%2056%20183.05%2056m40.81%20111.34A55.63%2055.63%200%200%201%20184%20184c-13.88%200-27-9.51-35.65-16.67a31.91%2031.91%200%200%200-40.65%200C93.52%20179%2080.94%20184.49%2069.28%20183.94a56.36%2056.36%200%200%201-53.22-53.28A56%2056%200%200%201%2072%2072h111.05c31%200%2056.55%2024.79%2056.95%2055.25a55.66%2055.66%200%200%201-16.14%2040.09M184%2096a8%208%200%200%201-8%208H80a8%208%200%200%201%200-16h96a8%208%200%200%201%208%208%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%22M183.05%2056H72A72%2072%200%200%200%20.08%20131.4c1.69%2036.69%2031.76%2066.79%2068.45%2068.52c15.85.74%2032-5.9%2049.38-20.3a15.88%2015.88%200%200%201%2020.24%200C148.72%20188.39%20165%20200%20184%20200a72%2072%200%200%200%2072-72.95C255.49%2087.87%20222.76%2056%20183.05%2056m40.81%20111.34A55.63%2055.63%200%200%201%20184%20184c-13.88%200-27-9.51-35.65-16.67a31.91%2031.91%200%200%200-40.65%200C93.52%20179%2080.94%20184.49%2069.28%20183.94a56.36%2056.36%200%200%201-53.22-53.28A56%2056%200%200%201%2072%2072h111.05c31%200%2056.55%2024.79%2056.95%2055.25a55.66%2055.66%200%200%201-16.14%2040.09M184%2096a8%208%200%200%201-8%208H80a8%208%200%200%201%200-16h96a8%208%200%200%201%208%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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