draw shape icon
draw-shape-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- draw-shape-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 shape icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3 6a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v3.003a2.86 2.86 0 0 0-1.898.838l-4.83 4.83c-.367.367-.64.819-.793 1.314a1.8 1.8 0 0 0-.683-.472c-.984-.396-2.043-.1-2.748.153q-.211.076-.41.157a8 8 0 0 1-1.01.403A1.2 1.2 0 0 1 3.467 16A1.37 1.37 0 0 1 3 14.947zm7.98 9.377l4.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 FluentDrawShape20Filled(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="M3 6a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v3.003a2.86 2.86 0 0 0-1.898.838l-4.83 4.83c-.367.367-.64.819-.793 1.314a1.8 1.8 0 0 0-.683-.472c-.984-.396-2.043-.1-2.748.153q-.211.076-.41.157a8 8 0 0 1-1.01.403A1.2 1.2 0 0 1 3.467 16A1.37 1.37 0 0 1 3 14.947zm7.98 9.377l4.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="M3 6a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v3.003a2.86 2.86 0 0 0-1.898.838l-4.83 4.83c-.367.367-.64.819-.793 1.314a1.8 1.8 0 0 0-.683-.472c-.984-.396-2.043-.1-2.748.153q-.211.076-.41.157a8 8 0 0 1-1.01.403A1.2 1.2 0 0 1 3.467 16A1.37 1.37 0 0 1 3 14.947zm7.98 9.377l4.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-shape-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%22M3%206a3%203%200%200%201%203-3h8a3%203%200%200%201%203%203v3.003a2.86%202.86%200%200%200-1.898.838l-4.83%204.83c-.367.367-.64.819-.793%201.314a1.8%201.8%200%200%200-.683-.472c-.984-.396-2.043-.1-2.748.153q-.211.076-.41.157a8%208%200%200%201-1.01.403A1.2%201.2%200%200%201%203.467%2016A1.37%201.37%200%200%201%203%2014.947zm7.98%209.377l4.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%22M3%206a3%203%200%200%201%203-3h8a3%203%200%200%201%203%203v3.003a2.86%202.86%200%200%200-1.898.838l-4.83%204.83c-.367.367-.64.819-.793%201.314a1.8%201.8%200%200%200-.683-.472c-.984-.396-2.043-.1-2.748.153q-.211.076-.41.157a8%208%200%200%201-1.01.403A1.2%201.2%200%200%201%203.467%2016A1.37%201.37%200%200%201%203%2014.947zm7.98%209.377l4.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-shape-20-filled.svg?color=%231a73e8&size=48