image3 icon

image3-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
image3-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the image3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.019 16.82l-3.13-7.32c-.57-1.34-1.42-2.1-2.39-2.15c-.96-.05-1.89.62-2.6 1.9l-1.9 3.41c-.4.72-.97 1.15-1.59 1.2c-.63.06-1.26-.27-1.77-.92l-.22-.28c-.71-.89-1.59-1.32-2.49-1.23s-1.67.71-2.18 1.72l-1.73 3.45c-.62 1.25-.56 2.7.17 3.88s2 1.89 3.39 1.89h12.76c1.34 0 2.59-.67 3.33-1.79c.76-1.12.88-2.53.35-3.76M6.97 8.381a3.38 3.38 0 1 0 0-6.76a3.38 3.38 0 0 0 0 6.76"/></svg>

React

import type { SVGProps } from "react";

export function ReiconImage3Filled(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="m22.019 16.82l-3.13-7.32c-.57-1.34-1.42-2.1-2.39-2.15c-.96-.05-1.89.62-2.6 1.9l-1.9 3.41c-.4.72-.97 1.15-1.59 1.2c-.63.06-1.26-.27-1.77-.92l-.22-.28c-.71-.89-1.59-1.32-2.49-1.23s-1.67.71-2.18 1.72l-1.73 3.45c-.62 1.25-.56 2.7.17 3.88s2 1.89 3.39 1.89h12.76c1.34 0 2.59-.67 3.33-1.79c.76-1.12.88-2.53.35-3.76M6.97 8.381a3.38 3.38 0 1 0 0-6.76a3.38 3.38 0 0 0 0 6.76"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m22.019 16.82l-3.13-7.32c-.57-1.34-1.42-2.1-2.39-2.15c-.96-.05-1.89.62-2.6 1.9l-1.9 3.41c-.4.72-.97 1.15-1.59 1.2c-.63.06-1.26-.27-1.77-.92l-.22-.28c-.71-.89-1.59-1.32-2.49-1.23s-1.67.71-2.18 1.72l-1.73 3.45c-.62 1.25-.56 2.7.17 3.88s2 1.89 3.39 1.89h12.76c1.34 0 2.59-.67 3.33-1.79c.76-1.12.88-2.53.35-3.76M6.97 8.381a3.38 3.38 0 1 0 0-6.76a3.38 3.38 0 0 0 0 6.76"/></svg>
</template>

CSS

.icon-image3-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%22m22.019%2016.82l-3.13-7.32c-.57-1.34-1.42-2.1-2.39-2.15c-.96-.05-1.89.62-2.6%201.9l-1.9%203.41c-.4.72-.97%201.15-1.59%201.2c-.63.06-1.26-.27-1.77-.92l-.22-.28c-.71-.89-1.59-1.32-2.49-1.23s-1.67.71-2.18%201.72l-1.73%203.45c-.62%201.25-.56%202.7.17%203.88s2%201.89%203.39%201.89h12.76c1.34%200%202.59-.67%203.33-1.79c.76-1.12.88-2.53.35-3.76M6.97%208.381a3.38%203.38%200%201%200%200-6.76a3.38%203.38%200%200%200%200%206.76%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%22m22.019%2016.82l-3.13-7.32c-.57-1.34-1.42-2.1-2.39-2.15c-.96-.05-1.89.62-2.6%201.9l-1.9%203.41c-.4.72-.97%201.15-1.59%201.2c-.63.06-1.26-.27-1.77-.92l-.22-.28c-.71-.89-1.59-1.32-2.49-1.23s-1.67.71-2.18%201.72l-1.73%203.45c-.62%201.25-.56%202.7.17%203.88s2%201.89%203.39%201.89h12.76c1.34%200%202.59-.67%203.33-1.79c.76-1.12.88-2.53.35-3.76M6.97%208.381a3.38%203.38%200%201%200%200-6.76a3.38%203.38%200%200%200%200%206.76%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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