photo filter icon
photo-filter-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- photo-filter-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
The same icon in other sets
Use the photo filter icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 2a7.5 7.5 0 0 1 7.179 5.321a7.5 7.5 0 1 1-9.357 9.358A7.5 7.5 0 0 1 9.5 2m7.486 7.038l.01.22L17 9.5a7.5 7.5 0 0 1-7.962 7.486a6 6 0 1 0 7.947-7.948M9.5 3.5a6 6 0 0 0-2.486 11.463l-.01-.22L7 14.5a7.5 7.5 0 0 1 7.962-7.486A6 6 0 0 0 9.5 3.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentPhotoFilter24Regular(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="M9.5 2a7.5 7.5 0 0 1 7.179 5.321a7.5 7.5 0 1 1-9.357 9.358A7.5 7.5 0 0 1 9.5 2m7.486 7.038l.01.22L17 9.5a7.5 7.5 0 0 1-7.962 7.486a6 6 0 1 0 7.947-7.948M9.5 3.5a6 6 0 0 0-2.486 11.463l-.01-.22L7 14.5a7.5 7.5 0 0 1 7.962-7.486A6 6 0 0 0 9.5 3.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.5 2a7.5 7.5 0 0 1 7.179 5.321a7.5 7.5 0 1 1-9.357 9.358A7.5 7.5 0 0 1 9.5 2m7.486 7.038l.01.22L17 9.5a7.5 7.5 0 0 1-7.962 7.486a6 6 0 1 0 7.947-7.948M9.5 3.5a6 6 0 0 0-2.486 11.463l-.01-.22L7 14.5a7.5 7.5 0 0 1 7.962-7.486A6 6 0 0 0 9.5 3.5"/></svg> </template>
CSS
.icon-photo-filter-24-regular {
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%22M9.5%202a7.5%207.5%200%200%201%207.179%205.321a7.5%207.5%200%201%201-9.357%209.358A7.5%207.5%200%200%201%209.5%202m7.486%207.038l.01.22L17%209.5a7.5%207.5%200%200%201-7.962%207.486a6%206%200%201%200%207.947-7.948M9.5%203.5a6%206%200%200%200-2.486%2011.463l-.01-.22L7%2014.5a7.5%207.5%200%200%201%207.962-7.486A6%206%200%200%200%209.5%203.5%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%22M9.5%202a7.5%207.5%200%200%201%207.179%205.321a7.5%207.5%200%201%201-9.357%209.358A7.5%207.5%200%200%201%209.5%202m7.486%207.038l.01.22L17%209.5a7.5%207.5%200%200%201-7.962%207.486a6%206%200%201%200%207.947-7.948M9.5%203.5a6%206%200%200%200-2.486%2011.463l-.01-.22L7%2014.5a7.5%207.5%200%200%201%207.962-7.486A6%206%200%200%200%209.5%203.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/photo-filter-24-regular.svg?color=%231a73e8&size=48