image icon
image-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- image-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
imageAkar IconsimageBootstrap IconsimageBoxIcons v2imageBoxIcons v2 SolidimageCarbonimageCatppuccin Iconsimage-fillEva IconsimageFont Awesome 6 RegularimageFont Awesome 6 SolidimageFont Awesome RegularimageFont Awesome SolidimageFeather Iconsimage-outlineFlowbite Iconsimage-16Fluent UI System Color Iconsimagecss.ggimageHumbleiconsimageIonIconsimageLine AwesomeimageMaterial Line IconsimageLucideimageMage IconsimageMajesticonsimageMaterial Icon ThemeimageMaterial Symbols
Related icons in Fluent UI System Icons
image-add-20-filledimage-alt-text-16-filledimage-arrow-back-20-filledimage-arrow-counterclockwise-20-filledimage-arrow-forward-20-filledimage-border-16-filledimage-circle-16-filledimage-copy-20-filledimage-dismiss-20-filledimage-edit-16-filledimage-globe-20-filledimage-library-20-filledimage-multiple-16-filledimage-multiple-off-16-filledimage-off-20-filledimage-prohibited-20-filledimage-reflection-20-filledimage-search-20-filledimage-shadow-20-filledimage-sparkle-16-filledimage-split-20-filledimage-stack-16-filledimage-style-guide-16-filledimage-table-16-filled
Use the image icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.558 13.647l-.083.07l-6.928 6.802A3.24 3.24 0 0 0 6.25 21h11.5c.625 0 1.208-.176 1.703-.481l-6.928-6.801l-.093-.078a.75.75 0 0 0-.874.007M21 6.25A3.25 3.25 0 0 0 17.75 3H6.25A3.25 3.25 0 0 0 3 6.25v11.5c0 .627.178 1.213.485 1.71l6.939-6.812l.135-.123a2.25 2.25 0 0 1 2.889.006l.128.117l6.939 6.811A3.24 3.24 0 0 0 21 17.75zm-5.75 4.5a2 2 0 1 1 0-4a2 2 0 0 1 0 4"/></svg>
React
import type { SVGProps } from "react";
export function FluentImage24Filled(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="m11.558 13.647l-.083.07l-6.928 6.802A3.24 3.24 0 0 0 6.25 21h11.5c.625 0 1.208-.176 1.703-.481l-6.928-6.801l-.093-.078a.75.75 0 0 0-.874.007M21 6.25A3.25 3.25 0 0 0 17.75 3H6.25A3.25 3.25 0 0 0 3 6.25v11.5c0 .627.178 1.213.485 1.71l6.939-6.812l.135-.123a2.25 2.25 0 0 1 2.889.006l.128.117l6.939 6.811A3.24 3.24 0 0 0 21 17.75zm-5.75 4.5a2 2 0 1 1 0-4a2 2 0 0 1 0 4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.558 13.647l-.083.07l-6.928 6.802A3.24 3.24 0 0 0 6.25 21h11.5c.625 0 1.208-.176 1.703-.481l-6.928-6.801l-.093-.078a.75.75 0 0 0-.874.007M21 6.25A3.25 3.25 0 0 0 17.75 3H6.25A3.25 3.25 0 0 0 3 6.25v11.5c0 .627.178 1.213.485 1.71l6.939-6.812l.135-.123a2.25 2.25 0 0 1 2.889.006l.128.117l6.939 6.811A3.24 3.24 0 0 0 21 17.75zm-5.75 4.5a2 2 0 1 1 0-4a2 2 0 0 1 0 4"/></svg> </template>
CSS
.icon-image-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%22m11.558%2013.647l-.083.07l-6.928%206.802A3.24%203.24%200%200%200%206.25%2021h11.5c.625%200%201.208-.176%201.703-.481l-6.928-6.801l-.093-.078a.75.75%200%200%200-.874.007M21%206.25A3.25%203.25%200%200%200%2017.75%203H6.25A3.25%203.25%200%200%200%203%206.25v11.5c0%20.627.178%201.213.485%201.71l6.939-6.812l.135-.123a2.25%202.25%200%200%201%202.889.006l.128.117l6.939%206.811A3.24%203.24%200%200%200%2021%2017.75zm-5.75%204.5a2%202%200%201%201%200-4a2%202%200%200%201%200%204%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%22m11.558%2013.647l-.083.07l-6.928%206.802A3.24%203.24%200%200%200%206.25%2021h11.5c.625%200%201.208-.176%201.703-.481l-6.928-6.801l-.093-.078a.75.75%200%200%200-.874.007M21%206.25A3.25%203.25%200%200%200%2017.75%203H6.25A3.25%203.25%200%200%200%203%206.25v11.5c0%20.627.178%201.213.485%201.71l6.939-6.812l.135-.123a2.25%202.25%200%200%201%202.889.006l.128.117l6.939%206.811A3.24%203.24%200%200%200%2021%2017.75zm-5.75%204.5a2%202%200%201%201%200-4a2%202%200%200%201%200%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/image-24-filled.svg?color=%231a73e8&size=48