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

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

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the draw image icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 3a3 3 0 0 0-3 3v9.076a.51.51 0 0 0 .868.363l1.342-1.325l3.738-3.68a1.5 1.5 0 0 1 2.104 0l1.742 1.715l2.308-2.308A2.86 2.86 0 0 1 17 9.003V6a3 3 0 0 0-3-3zm8 4.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-1 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-2.727 7.17l1.813-1.814l-1.735-1.709a.5.5 0 0 0-.702 0l-4.224 4.159c-.22.236-.008.587.296.478l.327-.117c.705-.253 1.764-.55 2.747-.154c.286.115.512.28.684.472c.154-.495.426-.947.794-1.315m.707.707l4.83-4.83a1.87 1.87 0 1 1 2.644 2.646l-4.83 4.829a2.2 2.2 0 0 1-1.02.578l-1.221.305c-1.122.328-2.795.222-3.314-.183c-.449-.35-.467-.887-.316-1.244c.034-.08-.026-.183-.111-.17c-.495.07-.9.25-1.3.427c-.584.26-1.156.513-1.976.411c-.711-.088-1.107-.459-1.325-.825c-.122-.204.147-.392.36-.286c.368.184.829.335 1.216.25c.251-.056.577-.193.943-.347c.885-.373 2.003-.843 2.863-.497c.636.256.583.981.404 1.33c-.035.066-.008.16.065.177a4.6 4.6 0 0 0 1.112.088a1 1 0 0 1 .023-.14l.375-1.498a2.2 2.2 0 0 1 .578-1.02"/></svg>

React

import type { SVGProps } from "react";

export function FluentDrawImage20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 3a3 3 0 0 0-3 3v9.076a.51.51 0 0 0 .868.363l1.342-1.325l3.738-3.68a1.5 1.5 0 0 1 2.104 0l1.742 1.715l2.308-2.308A2.86 2.86 0 0 1 17 9.003V6a3 3 0 0 0-3-3zm8 4.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-1 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-2.727 7.17l1.813-1.814l-1.735-1.709a.5.5 0 0 0-.702 0l-4.224 4.159c-.22.236-.008.587.296.478l.327-.117c.705-.253 1.764-.55 2.747-.154c.286.115.512.28.684.472c.154-.495.426-.947.794-1.315m.707.707l4.83-4.83a1.87 1.87 0 1 1 2.644 2.646l-4.83 4.829a2.2 2.2 0 0 1-1.02.578l-1.221.305c-1.122.328-2.795.222-3.314-.183c-.449-.35-.467-.887-.316-1.244c.034-.08-.026-.183-.111-.17c-.495.07-.9.25-1.3.427c-.584.26-1.156.513-1.976.411c-.711-.088-1.107-.459-1.325-.825c-.122-.204.147-.392.36-.286c.368.184.829.335 1.216.25c.251-.056.577-.193.943-.347c.885-.373 2.003-.843 2.863-.497c.636.256.583.981.404 1.33c-.035.066-.008.16.065.177a4.6 4.6 0 0 0 1.112.088a1 1 0 0 1 .023-.14l.375-1.498a2.2 2.2 0 0 1 .578-1.02"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 3a3 3 0 0 0-3 3v9.076a.51.51 0 0 0 .868.363l1.342-1.325l3.738-3.68a1.5 1.5 0 0 1 2.104 0l1.742 1.715l2.308-2.308A2.86 2.86 0 0 1 17 9.003V6a3 3 0 0 0-3-3zm8 4.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-1 0a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m-2.727 7.17l1.813-1.814l-1.735-1.709a.5.5 0 0 0-.702 0l-4.224 4.159c-.22.236-.008.587.296.478l.327-.117c.705-.253 1.764-.55 2.747-.154c.286.115.512.28.684.472c.154-.495.426-.947.794-1.315m.707.707l4.83-4.83a1.87 1.87 0 1 1 2.644 2.646l-4.83 4.829a2.2 2.2 0 0 1-1.02.578l-1.221.305c-1.122.328-2.795.222-3.314-.183c-.449-.35-.467-.887-.316-1.244c.034-.08-.026-.183-.111-.17c-.495.07-.9.25-1.3.427c-.584.26-1.156.513-1.976.411c-.711-.088-1.107-.459-1.325-.825c-.122-.204.147-.392.36-.286c.368.184.829.335 1.216.25c.251-.056.577-.193.943-.347c.885-.373 2.003-.843 2.863-.497c.636.256.583.981.404 1.33c-.035.066-.008.16.065.177a4.6 4.6 0 0 0 1.112.088a1 1 0 0 1 .023-.14l.375-1.498a2.2 2.2 0 0 1 .578-1.02"/></svg>
</template>

CSS

.icon-draw-image-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%203a3%203%200%200%200-3%203v9.076a.51.51%200%200%200%20.868.363l1.342-1.325l3.738-3.68a1.5%201.5%200%200%201%202.104%200l1.742%201.715l2.308-2.308A2.86%202.86%200%200%201%2017%209.003V6a3%203%200%200%200-3-3zm8%204.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m-1%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m-2.727%207.17l1.813-1.814l-1.735-1.709a.5.5%200%200%200-.702%200l-4.224%204.159c-.22.236-.008.587.296.478l.327-.117c.705-.253%201.764-.55%202.747-.154c.286.115.512.28.684.472c.154-.495.426-.947.794-1.315m.707.707l4.83-4.83a1.87%201.87%200%201%201%202.644%202.646l-4.83%204.829a2.2%202.2%200%200%201-1.02.578l-1.221.305c-1.122.328-2.795.222-3.314-.183c-.449-.35-.467-.887-.316-1.244c.034-.08-.026-.183-.111-.17c-.495.07-.9.25-1.3.427c-.584.26-1.156.513-1.976.411c-.711-.088-1.107-.459-1.325-.825c-.122-.204.147-.392.36-.286c.368.184.829.335%201.216.25c.251-.056.577-.193.943-.347c.885-.373%202.003-.843%202.863-.497c.636.256.583.981.404%201.33c-.035.066-.008.16.065.177a4.6%204.6%200%200%200%201.112.088a1%201%200%200%201%20.023-.14l.375-1.498a2.2%202.2%200%200%201%20.578-1.02%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%203a3%203%200%200%200-3%203v9.076a.51.51%200%200%200%20.868.363l1.342-1.325l3.738-3.68a1.5%201.5%200%200%201%202.104%200l1.742%201.715l2.308-2.308A2.86%202.86%200%200%201%2017%209.003V6a3%203%200%200%200-3-3zm8%204.5a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m-1%200a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200m-2.727%207.17l1.813-1.814l-1.735-1.709a.5.5%200%200%200-.702%200l-4.224%204.159c-.22.236-.008.587.296.478l.327-.117c.705-.253%201.764-.55%202.747-.154c.286.115.512.28.684.472c.154-.495.426-.947.794-1.315m.707.707l4.83-4.83a1.87%201.87%200%201%201%202.644%202.646l-4.83%204.829a2.2%202.2%200%200%201-1.02.578l-1.221.305c-1.122.328-2.795.222-3.314-.183c-.449-.35-.467-.887-.316-1.244c.034-.08-.026-.183-.111-.17c-.495.07-.9.25-1.3.427c-.584.26-1.156.513-1.976.411c-.711-.088-1.107-.459-1.325-.825c-.122-.204.147-.392.36-.286c.368.184.829.335%201.216.25c.251-.056.577-.193.943-.347c.885-.373%202.003-.843%202.863-.497c.636.256.583.981.404%201.33c-.035.066-.008.16.065.177a4.6%204.6%200%200%200%201.112.088a1%201%200%200%201%20.023-.14l.375-1.498a2.2%202.2%200%200%201%20.578-1.02%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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