aperture icon

aperture-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
aperture-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

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 256 256"><path fill="currentColor" d="M200.12 55.88A102 102 0 0 0 55.87 200.12A102 102 0 1 0 200.12 55.88m-102 66.67l19.65-23.14l29.86 5.46l10.21 28.58l-19.65 23.14l-29.86-5.46Zm111.81-31.86a90.24 90.24 0 0 1-2 78.63l-56.14-10.24Zm-6.16-11.28l-36.94 43.48l-30.17-84.47a89.3 89.3 0 0 1 55 25.94a91.3 91.3 0 0 1 12.11 15.05m-139.41-15a89.37 89.37 0 0 1 59.45-26.31L143 91.82L54.75 75.71a91 91 0 0 1 9.61-11.35ZM48 86.68l56.14 10.24l-58.07 68.39a90.24 90.24 0 0 1 2-78.63Zm4.21 89.91l36.94-43.48l30.17 84.47a89.3 89.3 0 0 1-55-25.94a91.3 91.3 0 0 1-12.09-15.05Zm139.41 15a89.32 89.32 0 0 1-59.45 26.26L113 164.18l88.24 16.11a91 91 0 0 1-9.6 11.35Z"/></svg>

React

import type { SVGProps } from "react";

export function PhApertureLight(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="M200.12 55.88A102 102 0 0 0 55.87 200.12A102 102 0 1 0 200.12 55.88m-102 66.67l19.65-23.14l29.86 5.46l10.21 28.58l-19.65 23.14l-29.86-5.46Zm111.81-31.86a90.24 90.24 0 0 1-2 78.63l-56.14-10.24Zm-6.16-11.28l-36.94 43.48l-30.17-84.47a89.3 89.3 0 0 1 55 25.94a91.3 91.3 0 0 1 12.11 15.05m-139.41-15a89.37 89.37 0 0 1 59.45-26.31L143 91.82L54.75 75.71a91 91 0 0 1 9.61-11.35ZM48 86.68l56.14 10.24l-58.07 68.39a90.24 90.24 0 0 1 2-78.63Zm4.21 89.91l36.94-43.48l30.17 84.47a89.3 89.3 0 0 1-55-25.94a91.3 91.3 0 0 1-12.09-15.05Zm139.41 15a89.32 89.32 0 0 1-59.45 26.26L113 164.18l88.24 16.11a91 91 0 0 1-9.6 11.35Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M200.12 55.88A102 102 0 0 0 55.87 200.12A102 102 0 1 0 200.12 55.88m-102 66.67l19.65-23.14l29.86 5.46l10.21 28.58l-19.65 23.14l-29.86-5.46Zm111.81-31.86a90.24 90.24 0 0 1-2 78.63l-56.14-10.24Zm-6.16-11.28l-36.94 43.48l-30.17-84.47a89.3 89.3 0 0 1 55 25.94a91.3 91.3 0 0 1 12.11 15.05m-139.41-15a89.37 89.37 0 0 1 59.45-26.31L143 91.82L54.75 75.71a91 91 0 0 1 9.61-11.35ZM48 86.68l56.14 10.24l-58.07 68.39a90.24 90.24 0 0 1 2-78.63Zm4.21 89.91l36.94-43.48l30.17 84.47a89.3 89.3 0 0 1-55-25.94a91.3 91.3 0 0 1-12.09-15.05Zm139.41 15a89.32 89.32 0 0 1-59.45 26.26L113 164.18l88.24 16.11a91 91 0 0 1-9.6 11.35Z"/></svg>
</template>

CSS

.icon-aperture-light {
  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%22M200.12%2055.88A102%20102%200%200%200%2055.87%20200.12A102%20102%200%201%200%20200.12%2055.88m-102%2066.67l19.65-23.14l29.86%205.46l10.21%2028.58l-19.65%2023.14l-29.86-5.46Zm111.81-31.86a90.24%2090.24%200%200%201-2%2078.63l-56.14-10.24Zm-6.16-11.28l-36.94%2043.48l-30.17-84.47a89.3%2089.3%200%200%201%2055%2025.94a91.3%2091.3%200%200%201%2012.11%2015.05m-139.41-15a89.37%2089.37%200%200%201%2059.45-26.31L143%2091.82L54.75%2075.71a91%2091%200%200%201%209.61-11.35ZM48%2086.68l56.14%2010.24l-58.07%2068.39a90.24%2090.24%200%200%201%202-78.63Zm4.21%2089.91l36.94-43.48l30.17%2084.47a89.3%2089.3%200%200%201-55-25.94a91.3%2091.3%200%200%201-12.09-15.05Zm139.41%2015a89.32%2089.32%200%200%201-59.45%2026.26L113%20164.18l88.24%2016.11a91%2091%200%200%201-9.6%2011.35Z%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%22M200.12%2055.88A102%20102%200%200%200%2055.87%20200.12A102%20102%200%201%200%20200.12%2055.88m-102%2066.67l19.65-23.14l29.86%205.46l10.21%2028.58l-19.65%2023.14l-29.86-5.46Zm111.81-31.86a90.24%2090.24%200%200%201-2%2078.63l-56.14-10.24Zm-6.16-11.28l-36.94%2043.48l-30.17-84.47a89.3%2089.3%200%200%201%2055%2025.94a91.3%2091.3%200%200%201%2012.11%2015.05m-139.41-15a89.37%2089.37%200%200%201%2059.45-26.31L143%2091.82L54.75%2075.71a91%2091%200%200%201%209.61-11.35ZM48%2086.68l56.14%2010.24l-58.07%2068.39a90.24%2090.24%200%200%201%202-78.63Zm4.21%2089.91l36.94-43.48l30.17%2084.47a89.3%2089.3%200%200%201-55-25.94a91.3%2091.3%200%200%201-12.09-15.05Zm139.41%2015a89.32%2089.32%200%200%201-59.45%2026.26L113%20164.18l88.24%2016.11a91%2091%200%200%201-9.6%2011.35Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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