image icon
image-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- image-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- 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 SolidimageFeather Iconsimagecss.ggimageHumbleiconsimageIonIconsimageLine AwesomeimageMaterial Line IconsimageLucideimageMage IconsimageMajesticonsimageMaterial SymbolsimageMaterial Design Iconsimage-16OcticonsimagePhosphorimagePixelarticonsimageRadix Icons
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 48 48"><path fill="currentColor" d="M26 17.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0m4.5-2a2 2 0 1 0 0 4a2 2 0 0 0 0-4M6 12.25A6.25 6.25 0 0 1 12.25 6h23.5A6.25 6.25 0 0 1 42 12.25v23.5A6.25 6.25 0 0 1 35.75 42h-23.5A6.25 6.25 0 0 1 6 35.75zm6.25-3.75a3.75 3.75 0 0 0-3.75 3.75v23.5c0 .663.172 1.286.474 1.826l12.551-12.55a3.5 3.5 0 0 1 4.95 0l12.551 12.55a3.73 3.73 0 0 0 .474-1.826v-23.5a3.75 3.75 0 0 0-3.75-3.75zm24.896 30.732l-12.439-12.44a1 1 0 0 0-1.414 0l-12.439 12.44c.432.173.903.268 1.396.268h23.5c.493 0 .964-.095 1.396-.268"/></svg>
React
import type { SVGProps } from "react";
export function FluentImage48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M26 17.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0m4.5-2a2 2 0 1 0 0 4a2 2 0 0 0 0-4M6 12.25A6.25 6.25 0 0 1 12.25 6h23.5A6.25 6.25 0 0 1 42 12.25v23.5A6.25 6.25 0 0 1 35.75 42h-23.5A6.25 6.25 0 0 1 6 35.75zm6.25-3.75a3.75 3.75 0 0 0-3.75 3.75v23.5c0 .663.172 1.286.474 1.826l12.551-12.55a3.5 3.5 0 0 1 4.95 0l12.551 12.55a3.73 3.73 0 0 0 .474-1.826v-23.5a3.75 3.75 0 0 0-3.75-3.75zm24.896 30.732l-12.439-12.44a1 1 0 0 0-1.414 0l-12.439 12.44c.432.173.903.268 1.396.268h23.5c.493 0 .964-.095 1.396-.268"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M26 17.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0m4.5-2a2 2 0 1 0 0 4a2 2 0 0 0 0-4M6 12.25A6.25 6.25 0 0 1 12.25 6h23.5A6.25 6.25 0 0 1 42 12.25v23.5A6.25 6.25 0 0 1 35.75 42h-23.5A6.25 6.25 0 0 1 6 35.75zm6.25-3.75a3.75 3.75 0 0 0-3.75 3.75v23.5c0 .663.172 1.286.474 1.826l12.551-12.55a3.5 3.5 0 0 1 4.95 0l12.551 12.55a3.73 3.73 0 0 0 .474-1.826v-23.5a3.75 3.75 0 0 0-3.75-3.75zm24.896 30.732l-12.439-12.44a1 1 0 0 0-1.414 0l-12.439 12.44c.432.173.903.268 1.396.268h23.5c.493 0 .964-.095 1.396-.268"/></svg> </template>
CSS
.icon-image-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%2017.5a4.5%204.5%200%201%201%209%200a4.5%204.5%200%200%201-9%200m4.5-2a2%202%200%201%200%200%204a2%202%200%200%200%200-4M6%2012.25A6.25%206.25%200%200%201%2012.25%206h23.5A6.25%206.25%200%200%201%2042%2012.25v23.5A6.25%206.25%200%200%201%2035.75%2042h-23.5A6.25%206.25%200%200%201%206%2035.75zm6.25-3.75a3.75%203.75%200%200%200-3.75%203.75v23.5c0%20.663.172%201.286.474%201.826l12.551-12.55a3.5%203.5%200%200%201%204.95%200l12.551%2012.55a3.73%203.73%200%200%200%20.474-1.826v-23.5a3.75%203.75%200%200%200-3.75-3.75zm24.896%2030.732l-12.439-12.44a1%201%200%200%200-1.414%200l-12.439%2012.44c.432.173.903.268%201.396.268h23.5c.493%200%20.964-.095%201.396-.268%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26%2017.5a4.5%204.5%200%201%201%209%200a4.5%204.5%200%200%201-9%200m4.5-2a2%202%200%201%200%200%204a2%202%200%200%200%200-4M6%2012.25A6.25%206.25%200%200%201%2012.25%206h23.5A6.25%206.25%200%200%201%2042%2012.25v23.5A6.25%206.25%200%200%201%2035.75%2042h-23.5A6.25%206.25%200%200%201%206%2035.75zm6.25-3.75a3.75%203.75%200%200%200-3.75%203.75v23.5c0%20.663.172%201.286.474%201.826l12.551-12.55a3.5%203.5%200%200%201%204.95%200l12.551%2012.55a3.73%203.73%200%200%200%20.474-1.826v-23.5a3.75%203.75%200%200%200-3.75-3.75zm24.896%2030.732l-12.439-12.44a1%201%200%200%200-1.414%200l-12.439%2012.44c.432.173.903.268%201.396.268h23.5c.493%200%20.964-.095%201.396-.268%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/image-48-regular.svg?color=%231a73e8&size=48