image-16 from Fluent UI System Color Icons by Microsoft Corporation · 16 · MIT Free for personal and commercial use.

Name
image-16
Set
Fluent UI System Color Icons
Style
16
Viewbox
16×16
License
MIT

5 other variants in Fluent UI System Color Icons

The same icon in other sets

Related icons in Fluent UI System Color Icons

Use the image icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVGtPYHCdKu)" d="M2 4.5A2.5 2.5 0 0 1 4.5 2h7A2.5 2.5 0 0 1 14 4.5v7a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 2 11.5z"/><path fill="url(#SVGOzrsyedH)" d="M13.586 12.879A2.5 2.5 0 0 1 11.5 14h-7a2.5 2.5 0 0 1-2.086-1.121l4.384-4.384a1.7 1.7 0 0 1 2.404 0z"/><path fill="url(#SVGXC0gZbAj)" d="M11.5 5.502a1.002 1.002 0 1 1-2.004 0a1.002 1.002 0 0 1 2.004 0"/><defs><linearGradient id="SVGOzrsyedH" x1="6.286" x2="7.572" y1="7.997" y2="14.347" gradientUnits="userSpaceOnUse"><stop stop-color="#b3e0ff"/><stop offset="1" stop-color="#8cd0ff"/></linearGradient><linearGradient id="SVGXC0gZbAj" x1="10.097" x2="10.829" y1="4.277" y2="6.913" gradientUnits="userSpaceOnUse"><stop stop-color="#fdfdfd"/><stop offset="1" stop-color="#b3e0ff"/></linearGradient><radialGradient id="SVGtPYHCdKu" cx="0" cy="0" r="1" gradientTransform="rotate(51.687 3.546 -5.177)scale(33.182 30.1812)" gradientUnits="userSpaceOnUse"><stop offset=".338" stop-color="#0fafff"/><stop offset=".529" stop-color="#367af2"/></radialGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorImage16(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVGtPYHCdKu)" d="M2 4.5A2.5 2.5 0 0 1 4.5 2h7A2.5 2.5 0 0 1 14 4.5v7a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 2 11.5z"/><path fill="url(#SVGOzrsyedH)" d="M13.586 12.879A2.5 2.5 0 0 1 11.5 14h-7a2.5 2.5 0 0 1-2.086-1.121l4.384-4.384a1.7 1.7 0 0 1 2.404 0z"/><path fill="url(#SVGXC0gZbAj)" d="M11.5 5.502a1.002 1.002 0 1 1-2.004 0a1.002 1.002 0 0 1 2.004 0"/><defs><linearGradient id="SVGOzrsyedH" x1="6.286" x2="7.572" y1="7.997" y2="14.347" gradientUnits="userSpaceOnUse"><stop stopColor="#b3e0ff"/><stop offset="1" stopColor="#8cd0ff"/></linearGradient><linearGradient id="SVGXC0gZbAj" x1="10.097" x2="10.829" y1="4.277" y2="6.913" gradientUnits="userSpaceOnUse"><stop stopColor="#fdfdfd"/><stop offset="1" stopColor="#b3e0ff"/></linearGradient><radialGradient id="SVGtPYHCdKu" cx="0" cy="0" r="1" gradientTransform="rotate(51.687 3.546 -5.177)scale(33.182 30.1812)" gradientUnits="userSpaceOnUse"><stop offset=".338" stopColor="#0fafff"/><stop offset=".529" stopColor="#367af2"/></radialGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVGtPYHCdKu)" d="M2 4.5A2.5 2.5 0 0 1 4.5 2h7A2.5 2.5 0 0 1 14 4.5v7a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 2 11.5z"/><path fill="url(#SVGOzrsyedH)" d="M13.586 12.879A2.5 2.5 0 0 1 11.5 14h-7a2.5 2.5 0 0 1-2.086-1.121l4.384-4.384a1.7 1.7 0 0 1 2.404 0z"/><path fill="url(#SVGXC0gZbAj)" d="M11.5 5.502a1.002 1.002 0 1 1-2.004 0a1.002 1.002 0 0 1 2.004 0"/><defs><linearGradient id="SVGOzrsyedH" x1="6.286" x2="7.572" y1="7.997" y2="14.347" gradientUnits="userSpaceOnUse"><stop stop-color="#b3e0ff"/><stop offset="1" stop-color="#8cd0ff"/></linearGradient><linearGradient id="SVGXC0gZbAj" x1="10.097" x2="10.829" y1="4.277" y2="6.913" gradientUnits="userSpaceOnUse"><stop stop-color="#fdfdfd"/><stop offset="1" stop-color="#b3e0ff"/></linearGradient><radialGradient id="SVGtPYHCdKu" cx="0" cy="0" r="1" gradientTransform="rotate(51.687 3.546 -5.177)scale(33.182 30.1812)" gradientUnits="userSpaceOnUse"><stop offset=".338" stop-color="#0fafff"/><stop offset=".529" stop-color="#367af2"/></radialGradient></defs></g></svg>
</template>

CSS

.icon-image-16 {
  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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGtPYHCdKu)%22%20d%3D%22M2%204.5A2.5%202.5%200%200%201%204.5%202h7A2.5%202.5%200%200%201%2014%204.5v7a2.5%202.5%200%200%201-2.5%202.5h-7A2.5%202.5%200%200%201%202%2011.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGOzrsyedH)%22%20d%3D%22M13.586%2012.879A2.5%202.5%200%200%201%2011.5%2014h-7a2.5%202.5%200%200%201-2.086-1.121l4.384-4.384a1.7%201.7%200%200%201%202.404%200z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGXC0gZbAj)%22%20d%3D%22M11.5%205.502a1.002%201.002%200%201%201-2.004%200a1.002%201.002%200%200%201%202.004%200%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGOzrsyedH%22%20x1%3D%226.286%22%20x2%3D%227.572%22%20y1%3D%227.997%22%20y2%3D%2214.347%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23b3e0ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%238cd0ff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGXC0gZbAj%22%20x1%3D%2210.097%22%20x2%3D%2210.829%22%20y1%3D%224.277%22%20y2%3D%226.913%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fdfdfd%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b3e0ff%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22SVGtPYHCdKu%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(51.687%203.546%20-5.177)scale(33.182%2030.1812)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.338%22%20stop-color%3D%22%230fafff%22%2F%3E%3Cstop%20offset%3D%22.529%22%20stop-color%3D%22%23367af2%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGtPYHCdKu)%22%20d%3D%22M2%204.5A2.5%202.5%200%200%201%204.5%202h7A2.5%202.5%200%200%201%2014%204.5v7a2.5%202.5%200%200%201-2.5%202.5h-7A2.5%202.5%200%200%201%202%2011.5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGOzrsyedH)%22%20d%3D%22M13.586%2012.879A2.5%202.5%200%200%201%2011.5%2014h-7a2.5%202.5%200%200%201-2.086-1.121l4.384-4.384a1.7%201.7%200%200%201%202.404%200z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGXC0gZbAj)%22%20d%3D%22M11.5%205.502a1.002%201.002%200%201%201-2.004%200a1.002%201.002%200%200%201%202.004%200%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGOzrsyedH%22%20x1%3D%226.286%22%20x2%3D%227.572%22%20y1%3D%227.997%22%20y2%3D%2214.347%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23b3e0ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%238cd0ff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGXC0gZbAj%22%20x1%3D%2210.097%22%20x2%3D%2210.829%22%20y1%3D%224.277%22%20y2%3D%226.913%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fdfdfd%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b3e0ff%22%2F%3E%3C%2FlinearGradient%3E%3CradialGradient%20id%3D%22SVGtPYHCdKu%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(51.687%203.546%20-5.177)scale(33.182%2030.1812)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.338%22%20stop-color%3D%22%230fafff%22%2F%3E%3Cstop%20offset%3D%22.529%22%20stop-color%3D%22%23367af2%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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