vignette icon

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

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

5 other variants in Phosphor

The same icon in other sets

Use the vignette icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 40H40a16 16 0 0 0-16 16v144a16 16 0 0 0 16 16h176a16 16 0 0 0 16-16V56a16 16 0 0 0-16-16m0 160H40V56h176zM178.05 87.66C164.59 77.56 146.81 72 128 72s-36.59 5.56-50 15.66C63.79 98.27 56 112.6 56 128s7.79 29.73 22 40.34c13.41 10.1 31.19 15.66 50 15.66s36.59-5.56 50.05-15.66C192.21 157.73 200 143.4 200 128s-7.79-29.73-21.95-40.34M128 168c-30.88 0-56-17.94-56-40s25.12-40 56-40s56 17.94 56 40s-25.12 40-56 40"/></svg>

React

import type { SVGProps } from "react";

export function PhVignette(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="M216 40H40a16 16 0 0 0-16 16v144a16 16 0 0 0 16 16h176a16 16 0 0 0 16-16V56a16 16 0 0 0-16-16m0 160H40V56h176zM178.05 87.66C164.59 77.56 146.81 72 128 72s-36.59 5.56-50 15.66C63.79 98.27 56 112.6 56 128s7.79 29.73 22 40.34c13.41 10.1 31.19 15.66 50 15.66s36.59-5.56 50.05-15.66C192.21 157.73 200 143.4 200 128s-7.79-29.73-21.95-40.34M128 168c-30.88 0-56-17.94-56-40s25.12-40 56-40s56 17.94 56 40s-25.12 40-56 40"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 40H40a16 16 0 0 0-16 16v144a16 16 0 0 0 16 16h176a16 16 0 0 0 16-16V56a16 16 0 0 0-16-16m0 160H40V56h176zM178.05 87.66C164.59 77.56 146.81 72 128 72s-36.59 5.56-50 15.66C63.79 98.27 56 112.6 56 128s7.79 29.73 22 40.34c13.41 10.1 31.19 15.66 50 15.66s36.59-5.56 50.05-15.66C192.21 157.73 200 143.4 200 128s-7.79-29.73-21.95-40.34M128 168c-30.88 0-56-17.94-56-40s25.12-40 56-40s56 17.94 56 40s-25.12 40-56 40"/></svg>
</template>

CSS

.icon-vignette {
  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%22M216%2040H40a16%2016%200%200%200-16%2016v144a16%2016%200%200%200%2016%2016h176a16%2016%200%200%200%2016-16V56a16%2016%200%200%200-16-16m0%20160H40V56h176zM178.05%2087.66C164.59%2077.56%20146.81%2072%20128%2072s-36.59%205.56-50%2015.66C63.79%2098.27%2056%20112.6%2056%20128s7.79%2029.73%2022%2040.34c13.41%2010.1%2031.19%2015.66%2050%2015.66s36.59-5.56%2050.05-15.66C192.21%20157.73%20200%20143.4%20200%20128s-7.79-29.73-21.95-40.34M128%20168c-30.88%200-56-17.94-56-40s25.12-40%2056-40s56%2017.94%2056%2040s-25.12%2040-56%2040%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%22M216%2040H40a16%2016%200%200%200-16%2016v144a16%2016%200%200%200%2016%2016h176a16%2016%200%200%200%2016-16V56a16%2016%200%200%200-16-16m0%20160H40V56h176zM178.05%2087.66C164.59%2077.56%20146.81%2072%20128%2072s-36.59%205.56-50%2015.66C63.79%2098.27%2056%20112.6%2056%20128s7.79%2029.73%2022%2040.34c13.41%2010.1%2031.19%2015.66%2050%2015.66s36.59-5.56%2050.05-15.66C192.21%20157.73%20200%20143.4%20200%20128s-7.79-29.73-21.95-40.34M128%20168c-30.88%200-56-17.94-56-40s25.12-40%2056-40s56%2017.94%2056%2040s-25.12%2040-56%2040%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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