aperture icon
aperture from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.
- Name
- aperture
- Set
- Carbon
- Style
- Outline
- Category
- Tools
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More tools icons from Carbon
Use the aperture icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2a14 14 0 1 0 14 14A14 14 0 0 0 16 2m11.84 12.14L22 17.52V5.62a12 12 0 0 1 5.84 8.52M12 18.68v-5.36L16 11l4 2.31v5.36L16 21Zm8-14V11l-9.66-5.58A11.9 11.9 0 0 1 20 4.7Zm-11.52 2L14 9.85L4 15.62a12 12 0 0 1 4.48-8.96ZM4.16 17.85L10 14.47v11.91a12 12 0 0 1-5.84-8.53M12 27.3V21l9.67 5.58A11.9 11.9 0 0 1 16 28a12 12 0 0 1-4-.7m11.52-2L18 22.14l10-5.77a12 12 0 0 1-4.48 8.97Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonAperture(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2a14 14 0 1 0 14 14A14 14 0 0 0 16 2m11.84 12.14L22 17.52V5.62a12 12 0 0 1 5.84 8.52M12 18.68v-5.36L16 11l4 2.31v5.36L16 21Zm8-14V11l-9.66-5.58A11.9 11.9 0 0 1 20 4.7Zm-11.52 2L14 9.85L4 15.62a12 12 0 0 1 4.48-8.96ZM4.16 17.85L10 14.47v11.91a12 12 0 0 1-5.84-8.53M12 27.3V21l9.67 5.58A11.9 11.9 0 0 1 16 28a12 12 0 0 1-4-.7m11.52-2L18 22.14l10-5.77a12 12 0 0 1-4.48 8.97Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 2a14 14 0 1 0 14 14A14 14 0 0 0 16 2m11.84 12.14L22 17.52V5.62a12 12 0 0 1 5.84 8.52M12 18.68v-5.36L16 11l4 2.31v5.36L16 21Zm8-14V11l-9.66-5.58A11.9 11.9 0 0 1 20 4.7Zm-11.52 2L14 9.85L4 15.62a12 12 0 0 1 4.48-8.96ZM4.16 17.85L10 14.47v11.91a12 12 0 0 1-5.84-8.53M12 27.3V21l9.67 5.58A11.9 11.9 0 0 1 16 28a12 12 0 0 1-4-.7m11.52-2L18 22.14l10-5.77a12 12 0 0 1-4.48 8.97Z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202a14%2014%200%201%200%2014%2014A14%2014%200%200%200%2016%202m11.84%2012.14L22%2017.52V5.62a12%2012%200%200%201%205.84%208.52M12%2018.68v-5.36L16%2011l4%202.31v5.36L16%2021Zm8-14V11l-9.66-5.58A11.9%2011.9%200%200%201%2020%204.7Zm-11.52%202L14%209.85L4%2015.62a12%2012%200%200%201%204.48-8.96ZM4.16%2017.85L10%2014.47v11.91a12%2012%200%200%201-5.84-8.53M12%2027.3V21l9.67%205.58A11.9%2011.9%200%200%201%2016%2028a12%2012%200%200%201-4-.7m11.52-2L18%2022.14l10-5.77a12%2012%200%200%201-4.48%208.97Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%202a14%2014%200%201%200%2014%2014A14%2014%200%200%200%2016%202m11.84%2012.14L22%2017.52V5.62a12%2012%200%200%201%205.84%208.52M12%2018.68v-5.36L16%2011l4%202.31v5.36L16%2021Zm8-14V11l-9.66-5.58A11.9%2011.9%200%200%201%2020%204.7Zm-11.52%202L14%209.85L4%2015.62a12%2012%200%200%201%204.48-8.96ZM4.16%2017.85L10%2014.47v11.91a12%2012%200%200%201-5.84-8.53M12%2027.3V21l9.67%205.58A11.9%2011.9%200%200%201%2016%2028a12%2012%200%200%201-4-.7m11.52-2L18%2022.14l10-5.77a12%2012%200%200%201-4.48%208.97Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/aperture.svg?color=%231a73e8&size=48