md aperture icon

md-aperture from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-aperture
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the md aperture icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 32C132.288 32 32 132.288 32 256s100.288 224 224 224 224-100.288 224-224S379.712 32 256 32zm135.765 359.765C355.5 428.028 307.285 448 256 448s-99.5-19.972-135.765-56.235C83.972 355.5 64 307.285 64 256s19.972-99.5 56.235-135.765C156.5 83.972 204.715 64 256 64s99.5 19.972 135.765 56.235C428.028 156.5 448 204.715 448 256s-19.972 99.5-56.235 135.765z" fill="currentColor"/><path d="M200.043 106.067c-40.631 15.171-73.434 46.382-90.717 85.933H256l-55.957-85.933z" fill="currentColor"/><path d="M412.797 288A160.723 160.723 0 00416 256c0-36.624-12.314-70.367-33.016-97.334L311 288h101.797z" fill="currentColor"/><path d="M359.973 134.395C332.007 110.461 295.694 96 256 96c-7.966 0-15.794.591-23.448 1.715L310.852 224l49.121-89.605z" fill="currentColor"/><path d="M99.204 224A160.65 160.65 0 0096 256c0 36.639 12.324 70.394 33.041 97.366L201 224H99.204z" fill="currentColor"/><path d="M311.959 405.932c40.631-15.171 73.433-46.382 90.715-85.932H256l55.959 85.932z" fill="currentColor"/><path d="M152.046 377.621C180.009 401.545 216.314 416 256 416c7.969 0 15.799-.592 23.456-1.716L201.164 288l-49.118 89.621z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdAperture(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 32C132.288 32 32 132.288 32 256s100.288 224 224 224 224-100.288 224-224S379.712 32 256 32zm135.765 359.765C355.5 428.028 307.285 448 256 448s-99.5-19.972-135.765-56.235C83.972 355.5 64 307.285 64 256s19.972-99.5 56.235-135.765C156.5 83.972 204.715 64 256 64s99.5 19.972 135.765 56.235C428.028 156.5 448 204.715 448 256s-19.972 99.5-56.235 135.765z" fill="currentColor"/><path d="M200.043 106.067c-40.631 15.171-73.434 46.382-90.717 85.933H256l-55.957-85.933z" fill="currentColor"/><path d="M412.797 288A160.723 160.723 0 00416 256c0-36.624-12.314-70.367-33.016-97.334L311 288h101.797z" fill="currentColor"/><path d="M359.973 134.395C332.007 110.461 295.694 96 256 96c-7.966 0-15.794.591-23.448 1.715L310.852 224l49.121-89.605z" fill="currentColor"/><path d="M99.204 224A160.65 160.65 0 0096 256c0 36.639 12.324 70.394 33.041 97.366L201 224H99.204z" fill="currentColor"/><path d="M311.959 405.932c40.631-15.171 73.433-46.382 90.715-85.932H256l55.959 85.932z" fill="currentColor"/><path d="M152.046 377.621C180.009 401.545 216.314 416 256 416c7.969 0 15.799-.592 23.456-1.716L201.164 288l-49.118 89.621z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 32C132.288 32 32 132.288 32 256s100.288 224 224 224 224-100.288 224-224S379.712 32 256 32zm135.765 359.765C355.5 428.028 307.285 448 256 448s-99.5-19.972-135.765-56.235C83.972 355.5 64 307.285 64 256s19.972-99.5 56.235-135.765C156.5 83.972 204.715 64 256 64s99.5 19.972 135.765 56.235C428.028 156.5 448 204.715 448 256s-19.972 99.5-56.235 135.765z" fill="currentColor"/><path d="M200.043 106.067c-40.631 15.171-73.434 46.382-90.717 85.933H256l-55.957-85.933z" fill="currentColor"/><path d="M412.797 288A160.723 160.723 0 00416 256c0-36.624-12.314-70.367-33.016-97.334L311 288h101.797z" fill="currentColor"/><path d="M359.973 134.395C332.007 110.461 295.694 96 256 96c-7.966 0-15.794.591-23.448 1.715L310.852 224l49.121-89.605z" fill="currentColor"/><path d="M99.204 224A160.65 160.65 0 0096 256c0 36.639 12.324 70.394 33.041 97.366L201 224H99.204z" fill="currentColor"/><path d="M311.959 405.932c40.631-15.171 73.433-46.382 90.715-85.932H256l55.959 85.932z" fill="currentColor"/><path d="M152.046 377.621C180.009 401.545 216.314 416 256 416c7.969 0 15.799-.592 23.456-1.716L201.164 288l-49.118 89.621z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-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%20512%20512%22%3E%3Cpath%20d%3D%22M256%2032C132.288%2032%2032%20132.288%2032%20256s100.288%20224%20224%20224%20224-100.288%20224-224S379.712%2032%20256%2032zm135.765%20359.765C355.5%20428.028%20307.285%20448%20256%20448s-99.5-19.972-135.765-56.235C83.972%20355.5%2064%20307.285%2064%20256s19.972-99.5%2056.235-135.765C156.5%2083.972%20204.715%2064%20256%2064s99.5%2019.972%20135.765%2056.235C428.028%20156.5%20448%20204.715%20448%20256s-19.972%2099.5-56.235%20135.765z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M200.043%20106.067c-40.631%2015.171-73.434%2046.382-90.717%2085.933H256l-55.957-85.933z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M412.797%20288A160.723%20160.723%200%2000416%20256c0-36.624-12.314-70.367-33.016-97.334L311%20288h101.797z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M359.973%20134.395C332.007%20110.461%20295.694%2096%20256%2096c-7.966%200-15.794.591-23.448%201.715L310.852%20224l49.121-89.605z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M99.204%20224A160.65%20160.65%200%200096%20256c0%2036.639%2012.324%2070.394%2033.041%2097.366L201%20224H99.204z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M311.959%20405.932c40.631-15.171%2073.433-46.382%2090.715-85.932H256l55.959%2085.932z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M152.046%20377.621C180.009%20401.545%20216.314%20416%20256%20416c7.969%200%2015.799-.592%2023.456-1.716L201.164%20288l-49.118%2089.621z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M256%2032C132.288%2032%2032%20132.288%2032%20256s100.288%20224%20224%20224%20224-100.288%20224-224S379.712%2032%20256%2032zm135.765%20359.765C355.5%20428.028%20307.285%20448%20256%20448s-99.5-19.972-135.765-56.235C83.972%20355.5%2064%20307.285%2064%20256s19.972-99.5%2056.235-135.765C156.5%2083.972%20204.715%2064%20256%2064s99.5%2019.972%20135.765%2056.235C428.028%20156.5%20448%20204.715%20448%20256s-19.972%2099.5-56.235%20135.765z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M200.043%20106.067c-40.631%2015.171-73.434%2046.382-90.717%2085.933H256l-55.957-85.933z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M412.797%20288A160.723%20160.723%200%2000416%20256c0-36.624-12.314-70.367-33.016-97.334L311%20288h101.797z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M359.973%20134.395C332.007%20110.461%20295.694%2096%20256%2096c-7.966%200-15.794.591-23.448%201.715L310.852%20224l49.121-89.605z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M99.204%20224A160.65%20160.65%200%200096%20256c0%2036.639%2012.324%2070.394%2033.041%2097.366L201%20224H99.204z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M311.959%20405.932c40.631-15.171%2073.433-46.382%2090.715-85.932H256l55.959%2085.932z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M152.046%20377.621C180.009%20401.545%20216.314%20416%20256%20416c7.969%200%2015.799-.592%2023.456-1.716L201.164%20288l-49.118%2089.621z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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