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

Name
image-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

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="M12.25 6A6.25 6.25 0 0 0 6 12.25v23.5c0 1.356.432 2.61 1.165 3.635l14.36-14.36a3.5 3.5 0 0 1 4.95 0l14.36 14.36A6.22 6.22 0 0 0 42 35.75v-23.5A6.25 6.25 0 0 0 35.75 6zM34.5 17.5a4 4 0 1 1-8 0a4 4 0 0 1 8 0m4.502 23.588L24.707 26.793a1 1 0 0 0-1.414 0L8.998 41.088A6.2 6.2 0 0 0 12.25 42h23.5a6.2 6.2 0 0 0 3.252-.912"/></svg>

React

import type { SVGProps } from "react";

export function FluentImage48Filled(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="M12.25 6A6.25 6.25 0 0 0 6 12.25v23.5c0 1.356.432 2.61 1.165 3.635l14.36-14.36a3.5 3.5 0 0 1 4.95 0l14.36 14.36A6.22 6.22 0 0 0 42 35.75v-23.5A6.25 6.25 0 0 0 35.75 6zM34.5 17.5a4 4 0 1 1-8 0a4 4 0 0 1 8 0m4.502 23.588L24.707 26.793a1 1 0 0 0-1.414 0L8.998 41.088A6.2 6.2 0 0 0 12.25 42h23.5a6.2 6.2 0 0 0 3.252-.912"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M12.25 6A6.25 6.25 0 0 0 6 12.25v23.5c0 1.356.432 2.61 1.165 3.635l14.36-14.36a3.5 3.5 0 0 1 4.95 0l14.36 14.36A6.22 6.22 0 0 0 42 35.75v-23.5A6.25 6.25 0 0 0 35.75 6zM34.5 17.5a4 4 0 1 1-8 0a4 4 0 0 1 8 0m4.502 23.588L24.707 26.793a1 1 0 0 0-1.414 0L8.998 41.088A6.2 6.2 0 0 0 12.25 42h23.5a6.2 6.2 0 0 0 3.252-.912"/></svg>
</template>

CSS

.icon-image-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.25%206A6.25%206.25%200%200%200%206%2012.25v23.5c0%201.356.432%202.61%201.165%203.635l14.36-14.36a3.5%203.5%200%200%201%204.95%200l14.36%2014.36A6.22%206.22%200%200%200%2042%2035.75v-23.5A6.25%206.25%200%200%200%2035.75%206zM34.5%2017.5a4%204%200%201%201-8%200a4%204%200%200%201%208%200m4.502%2023.588L24.707%2026.793a1%201%200%200%200-1.414%200L8.998%2041.088A6.2%206.2%200%200%200%2012.25%2042h23.5a6.2%206.2%200%200%200%203.252-.912%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%22M12.25%206A6.25%206.25%200%200%200%206%2012.25v23.5c0%201.356.432%202.61%201.165%203.635l14.36-14.36a3.5%203.5%200%200%201%204.95%200l14.36%2014.36A6.22%206.22%200%200%200%2042%2035.75v-23.5A6.25%206.25%200%200%200%2035.75%206zM34.5%2017.5a4%204%200%201%201-8%200a4%204%200%200%201%208%200m4.502%2023.588L24.707%2026.793a1%201%200%200%200-1.414%200L8.998%2041.088A6.2%206.2%200%200%200%2012.25%2042h23.5a6.2%206.2%200%200%200%203.252-.912%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/image-48-filled.svg?color=%231a73e8&size=48