aperture from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
aperture
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-aperture

The same icon in other sets

Use the aperture icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.579 2 2 6.579 2 12s4.579 10 10 10s10-4.579 10-10S17.421 2 12 2m2.113 13H9.986l-1.723-3.094L10.202 9h3.736l1.871 3.062zM4 12c0-.953.186-1.87.508-2.727L7.696 15H4.61A7.8 7.8 0 0 1 4 12m12.283-3h3.106A7.7 7.7 0 0 1 20 12c0 .844-.143 1.66-.397 2.432zm1.905-2h-6.653l1.905-2.857c1.886.359 3.562 1.403 4.748 2.857m-7.095-2.941L9.132 7H9v.197L7.17 9.942L5.65 7.214c1.3-1.703 3.249-2.895 5.443-3.155M5.812 17h7.147l-1.709 2.961C9.084 19.748 7.141 18.63 5.812 17m7.828 2.82l3.357-5.815l1.544 2.526c-1.154 1.642-2.901 2.854-4.901 3.289"/></svg>

React

import type { SVGProps } from "react";

export function BxAperture(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.579 2 2 6.579 2 12s4.579 10 10 10s10-4.579 10-10S17.421 2 12 2m2.113 13H9.986l-1.723-3.094L10.202 9h3.736l1.871 3.062zM4 12c0-.953.186-1.87.508-2.727L7.696 15H4.61A7.8 7.8 0 0 1 4 12m12.283-3h3.106A7.7 7.7 0 0 1 20 12c0 .844-.143 1.66-.397 2.432zm1.905-2h-6.653l1.905-2.857c1.886.359 3.562 1.403 4.748 2.857m-7.095-2.941L9.132 7H9v.197L7.17 9.942L5.65 7.214c1.3-1.703 3.249-2.895 5.443-3.155M5.812 17h7.147l-1.709 2.961C9.084 19.748 7.141 18.63 5.812 17m7.828 2.82l3.357-5.815l1.544 2.526c-1.154 1.642-2.901 2.854-4.901 3.289"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.579 2 2 6.579 2 12s4.579 10 10 10s10-4.579 10-10S17.421 2 12 2m2.113 13H9.986l-1.723-3.094L10.202 9h3.736l1.871 3.062zM4 12c0-.953.186-1.87.508-2.727L7.696 15H4.61A7.8 7.8 0 0 1 4 12m12.283-3h3.106A7.7 7.7 0 0 1 20 12c0 .844-.143 1.66-.397 2.432zm1.905-2h-6.653l1.905-2.857c1.886.359 3.562 1.403 4.748 2.857m-7.095-2.941L9.132 7H9v.197L7.17 9.942L5.65 7.214c1.3-1.703 3.249-2.895 5.443-3.155M5.812 17h7.147l-1.709 2.961C9.084 19.748 7.141 18.63 5.812 17m7.828 2.82l3.357-5.815l1.544 2.526c-1.154 1.642-2.901 2.854-4.901 3.289"/></svg>
</template>

CSS

.icon-aperture {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C6.579%202%202%206.579%202%2012s4.579%2010%2010%2010s10-4.579%2010-10S17.421%202%2012%202m2.113%2013H9.986l-1.723-3.094L10.202%209h3.736l1.871%203.062zM4%2012c0-.953.186-1.87.508-2.727L7.696%2015H4.61A7.8%207.8%200%200%201%204%2012m12.283-3h3.106A7.7%207.7%200%200%201%2020%2012c0%20.844-.143%201.66-.397%202.432zm1.905-2h-6.653l1.905-2.857c1.886.359%203.562%201.403%204.748%202.857m-7.095-2.941L9.132%207H9v.197L7.17%209.942L5.65%207.214c1.3-1.703%203.249-2.895%205.443-3.155M5.812%2017h7.147l-1.709%202.961C9.084%2019.748%207.141%2018.63%205.812%2017m7.828%202.82l3.357-5.815l1.544%202.526c-1.154%201.642-2.901%202.854-4.901%203.289%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202C6.579%202%202%206.579%202%2012s4.579%2010%2010%2010s10-4.579%2010-10S17.421%202%2012%202m2.113%2013H9.986l-1.723-3.094L10.202%209h3.736l1.871%203.062zM4%2012c0-.953.186-1.87.508-2.727L7.696%2015H4.61A7.8%207.8%200%200%201%204%2012m12.283-3h3.106A7.7%207.7%200%200%201%2020%2012c0%20.844-.143%201.66-.397%202.432zm1.905-2h-6.653l1.905-2.857c1.886.359%203.562%201.403%204.748%202.857m-7.095-2.941L9.132%207H9v.197L7.17%209.942L5.65%207.214c1.3-1.703%203.249-2.895%205.443-3.155M5.812%2017h7.147l-1.709%202.961C9.084%2019.748%207.141%2018.63%205.812%2017m7.828%202.82l3.357-5.815l1.544%202.526c-1.154%201.642-2.901%202.854-4.901%203.289%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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