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

Name
image-28
Set
Fluent UI System Color Icons
Style
28
Viewbox
28×28
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 28 28"><g fill="none"><path fill="url(#SVGYOvFsdqv)" d="M3 6.75A3.75 3.75 0 0 1 6.75 3h14.5A3.75 3.75 0 0 1 25 6.75v14.5A3.75 3.75 0 0 1 21.25 25H6.75A3.75 3.75 0 0 1 3 21.25z"/><path fill="url(#SVGaPHjmbsv)" d="m24.368 23.334l-8.97-8.767a2 2 0 0 0-2.796 0l-8.97 8.767A3.75 3.75 0 0 0 6.75 25h14.5c1.3 0 2.445-.661 3.118-1.666"/><path fill="url(#SVGgvYfccdo)" d="M19 12a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/><defs><linearGradient id="SVGaPHjmbsv" x1="11.038" x2="13.526" y1="13.998" y2="25.579" gradientUnits="userSpaceOnUse"><stop stop-color="#b3e0ff"/><stop offset="1" stop-color="#8cd0ff"/></linearGradient><linearGradient id="SVGgvYfccdo" x1="18.2" x2="19.661" y1="7.556" y2="12.816" gradientUnits="userSpaceOnUse"><stop stop-color="#fdfdfd"/><stop offset="1" stop-color="#b3e0ff"/></linearGradient><radialGradient id="SVGYOvFsdqv" cx="0" cy="0" r="1" gradientTransform="rotate(51.687 6.856 -10.513)scale(60.8336 55.3322)" 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 FluentColorImage28(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="url(#SVGYOvFsdqv)" d="M3 6.75A3.75 3.75 0 0 1 6.75 3h14.5A3.75 3.75 0 0 1 25 6.75v14.5A3.75 3.75 0 0 1 21.25 25H6.75A3.75 3.75 0 0 1 3 21.25z"/><path fill="url(#SVGaPHjmbsv)" d="m24.368 23.334l-8.97-8.767a2 2 0 0 0-2.796 0l-8.97 8.767A3.75 3.75 0 0 0 6.75 25h14.5c1.3 0 2.445-.661 3.118-1.666"/><path fill="url(#SVGgvYfccdo)" d="M19 12a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/><defs><linearGradient id="SVGaPHjmbsv" x1="11.038" x2="13.526" y1="13.998" y2="25.579" gradientUnits="userSpaceOnUse"><stop stopColor="#b3e0ff"/><stop offset="1" stopColor="#8cd0ff"/></linearGradient><linearGradient id="SVGgvYfccdo" x1="18.2" x2="19.661" y1="7.556" y2="12.816" gradientUnits="userSpaceOnUse"><stop stopColor="#fdfdfd"/><stop offset="1" stopColor="#b3e0ff"/></linearGradient><radialGradient id="SVGYOvFsdqv" cx="0" cy="0" r="1" gradientTransform="rotate(51.687 6.856 -10.513)scale(60.8336 55.3322)" 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 28 28"><g fill="none"><path fill="url(#SVGYOvFsdqv)" d="M3 6.75A3.75 3.75 0 0 1 6.75 3h14.5A3.75 3.75 0 0 1 25 6.75v14.5A3.75 3.75 0 0 1 21.25 25H6.75A3.75 3.75 0 0 1 3 21.25z"/><path fill="url(#SVGaPHjmbsv)" d="m24.368 23.334l-8.97-8.767a2 2 0 0 0-2.796 0l-8.97 8.767A3.75 3.75 0 0 0 6.75 25h14.5c1.3 0 2.445-.661 3.118-1.666"/><path fill="url(#SVGgvYfccdo)" d="M19 12a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/><defs><linearGradient id="SVGaPHjmbsv" x1="11.038" x2="13.526" y1="13.998" y2="25.579" gradientUnits="userSpaceOnUse"><stop stop-color="#b3e0ff"/><stop offset="1" stop-color="#8cd0ff"/></linearGradient><linearGradient id="SVGgvYfccdo" x1="18.2" x2="19.661" y1="7.556" y2="12.816" gradientUnits="userSpaceOnUse"><stop stop-color="#fdfdfd"/><stop offset="1" stop-color="#b3e0ff"/></linearGradient><radialGradient id="SVGYOvFsdqv" cx="0" cy="0" r="1" gradientTransform="rotate(51.687 6.856 -10.513)scale(60.8336 55.3322)" gradientUnits="userSpaceOnUse"><stop offset=".338" stop-color="#0fafff"/><stop offset=".529" stop-color="#367af2"/></radialGradient></defs></g></svg>
</template>

CSS

.icon-image-28 {
  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%2028%2028%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGYOvFsdqv)%22%20d%3D%22M3%206.75A3.75%203.75%200%200%201%206.75%203h14.5A3.75%203.75%200%200%201%2025%206.75v14.5A3.75%203.75%200%200%201%2021.25%2025H6.75A3.75%203.75%200%200%201%203%2021.25z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGaPHjmbsv)%22%20d%3D%22m24.368%2023.334l-8.97-8.767a2%202%200%200%200-2.796%200l-8.97%208.767A3.75%203.75%200%200%200%206.75%2025h14.5c1.3%200%202.445-.661%203.118-1.666%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGgvYfccdo)%22%20d%3D%22M19%2012a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGaPHjmbsv%22%20x1%3D%2211.038%22%20x2%3D%2213.526%22%20y1%3D%2213.998%22%20y2%3D%2225.579%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%22SVGgvYfccdo%22%20x1%3D%2218.2%22%20x2%3D%2219.661%22%20y1%3D%227.556%22%20y2%3D%2212.816%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%22SVGYOvFsdqv%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(51.687%206.856%20-10.513)scale(60.8336%2055.3322)%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%2028%2028%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGYOvFsdqv)%22%20d%3D%22M3%206.75A3.75%203.75%200%200%201%206.75%203h14.5A3.75%203.75%200%200%201%2025%206.75v14.5A3.75%203.75%200%200%201%2021.25%2025H6.75A3.75%203.75%200%200%201%203%2021.25z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGaPHjmbsv)%22%20d%3D%22m24.368%2023.334l-8.97-8.767a2%202%200%200%200-2.796%200l-8.97%208.767A3.75%203.75%200%200%200%206.75%2025h14.5c1.3%200%202.445-.661%203.118-1.666%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGgvYfccdo)%22%20d%3D%22M19%2012a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGaPHjmbsv%22%20x1%3D%2211.038%22%20x2%3D%2213.526%22%20y1%3D%2213.998%22%20y2%3D%2225.579%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%22SVGgvYfccdo%22%20x1%3D%2218.2%22%20x2%3D%2219.661%22%20y1%3D%227.556%22%20y2%3D%2212.816%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%22SVGYOvFsdqv%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(51.687%206.856%20-10.513)scale(60.8336%2055.3322)%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-28.svg?color=%231a73e8&size=48