vignette icon

vignette-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
vignette-bold
Set
Phosphor
Style
Bold
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 36H40a20 20 0 0 0-20 20v144a20 20 0 0 0 20 20h176a20 20 0 0 0 20-20V56a20 20 0 0 0-20-20m-4 160H44V60h168ZM81.43 166.05C94 175.05 110.56 180 128 180s34-4.95 46.57-13.95C188.19 156.32 196 142.45 196 128s-7.81-28.32-21.43-38C162 81 145.44 76 128 76s-34 5-46.57 14C67.81 99.68 60 113.55 60 128s7.81 28.32 21.43 38.05M128 100c23.85 0 44 12.82 44 28s-20.15 28-44 28s-44-12.82-44-28s20.15-28 44-28"/></svg>

React

import type { SVGProps } from "react";

export function PhVignetteBold(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 36H40a20 20 0 0 0-20 20v144a20 20 0 0 0 20 20h176a20 20 0 0 0 20-20V56a20 20 0 0 0-20-20m-4 160H44V60h168ZM81.43 166.05C94 175.05 110.56 180 128 180s34-4.95 46.57-13.95C188.19 156.32 196 142.45 196 128s-7.81-28.32-21.43-38C162 81 145.44 76 128 76s-34 5-46.57 14C67.81 99.68 60 113.55 60 128s7.81 28.32 21.43 38.05M128 100c23.85 0 44 12.82 44 28s-20.15 28-44 28s-44-12.82-44-28s20.15-28 44-28"/></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 36H40a20 20 0 0 0-20 20v144a20 20 0 0 0 20 20h176a20 20 0 0 0 20-20V56a20 20 0 0 0-20-20m-4 160H44V60h168ZM81.43 166.05C94 175.05 110.56 180 128 180s34-4.95 46.57-13.95C188.19 156.32 196 142.45 196 128s-7.81-28.32-21.43-38C162 81 145.44 76 128 76s-34 5-46.57 14C67.81 99.68 60 113.55 60 128s7.81 28.32 21.43 38.05M128 100c23.85 0 44 12.82 44 28s-20.15 28-44 28s-44-12.82-44-28s20.15-28 44-28"/></svg>
</template>

CSS

.icon-vignette-bold {
  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%2036H40a20%2020%200%200%200-20%2020v144a20%2020%200%200%200%2020%2020h176a20%2020%200%200%200%2020-20V56a20%2020%200%200%200-20-20m-4%20160H44V60h168ZM81.43%20166.05C94%20175.05%20110.56%20180%20128%20180s34-4.95%2046.57-13.95C188.19%20156.32%20196%20142.45%20196%20128s-7.81-28.32-21.43-38C162%2081%20145.44%2076%20128%2076s-34%205-46.57%2014C67.81%2099.68%2060%20113.55%2060%20128s7.81%2028.32%2021.43%2038.05M128%20100c23.85%200%2044%2012.82%2044%2028s-20.15%2028-44%2028s-44-12.82-44-28s20.15-28%2044-28%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%2036H40a20%2020%200%200%200-20%2020v144a20%2020%200%200%200%2020%2020h176a20%2020%200%200%200%2020-20V56a20%2020%200%200%200-20-20m-4%20160H44V60h168ZM81.43%20166.05C94%20175.05%20110.56%20180%20128%20180s34-4.95%2046.57-13.95C188.19%20156.32%20196%20142.45%20196%20128s-7.81-28.32-21.43-38C162%2081%20145.44%2076%20128%2076s-34%205-46.57%2014C67.81%2099.68%2060%20113.55%2060%20128s7.81%2028.32%2021.43%2038.05M128%20100c23.85%200%2044%2012.82%2044%2028s-20.15%2028-44%2028s-44-12.82-44-28s20.15-28%2044-28%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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