photo-filter-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
photo-filter-24-filled
Set
Fluent UI System Icons
Style
24 Filled
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.498 7.599L17 9.5A7.5 7.5 0 0 1 9.6 17a5.5 5.5 0 1 0 7.399-7.4M9.5 4a5.5 5.5 0 0 0-2.498 10.401L7 14.5A7.5 7.5 0 0 1 14.4 7a5.5 5.5 0 0 0-4.9-3"/></svg>

React

import type { SVGProps } from "react";

export function FluentPhotoFilter24Filled(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.498 7.599L17 9.5A7.5 7.5 0 0 1 9.6 17a5.5 5.5 0 1 0 7.399-7.4M9.5 4a5.5 5.5 0 0 0-2.498 10.401L7 14.5A7.5 7.5 0 0 1 14.4 7a5.5 5.5 0 0 0-4.9-3"/></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.498 7.599L17 9.5A7.5 7.5 0 0 1 9.6 17a5.5 5.5 0 1 0 7.399-7.4M9.5 4a5.5 5.5 0 0 0-2.498 10.401L7 14.5A7.5 7.5 0 0 1 14.4 7a5.5 5.5 0 0 0-4.9-3"/></svg>
</template>

CSS

.icon-photo-filter-24-filled {
  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.498%207.599L17%209.5A7.5%207.5%200%200%201%209.6%2017a5.5%205.5%200%201%200%207.399-7.4M9.5%204a5.5%205.5%200%200%200-2.498%2010.401L7%2014.5A7.5%207.5%200%200%201%2014.4%207a5.5%205.5%200%200%200-4.9-3%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.498%207.599L17%209.5A7.5%207.5%200%200%201%209.6%2017a5.5%205.5%200%201%200%207.399-7.4M9.5%204a5.5%205.5%200%200%200-2.498%2010.401L7%2014.5A7.5%207.5%200%200%201%2014.4%207a5.5%205.5%200%200%200-4.9-3%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-filled.svg?color=%231a73e8&size=48