draw polygon icon

draw-polygon from Line Awesome by Icons8 · Line · Maps · Apache-2.0 Free for personal and commercial use.

Name
draw-polygon
Set
Line Awesome
Style
Line
Category
Maps
Viewbox
32×32
License
Apache 2.0
Aliases
draw-polygon-solid

The same icon in other sets

More maps icons from Line Awesome

Use the draw polygon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14 4a2 2 0 0 0-2 2v.063L6.937 9.25A2 2 0 0 0 6 9a2 2 0 0 0-2 2c0 .738.402 1.371 1 1.719V24.28c-.598.348-1 .98-1 1.719a2 2 0 0 0 2 2c.738 0 1.371-.402 1.719-1H20.28c.348.598.98 1 1.719 1a2 2 0 0 0 2-2c0-.398-.11-.781-.313-1.094L26.125 20a2.005 2.005 0 0 0 .25-3.969l-1.906-5.718C24.785 9.957 25 9.511 25 9a2 2 0 0 0-2-2c-.512 0-.957.215-1.313.531L15.97 5.594A2.01 2.01 0 0 0 14 4m1.313 3.5l5.718 1.875c.153.805.79 1.441 1.594 1.594l1.906 5.687A2 2 0 0 0 24 18c0 .414.129.805.344 1.125L21.875 24a1.99 1.99 0 0 0-1.594 1H7.72a2 2 0 0 0-.72-.719V12.72c.598-.348 1-.98 1-1.719v-.063l5.063-3.187c.28.148.597.25.937.25c.504 0 .96-.191 1.313-.5z"/></svg>

React

import type { SVGProps } from "react";

export function LaDrawPolygon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14 4a2 2 0 0 0-2 2v.063L6.937 9.25A2 2 0 0 0 6 9a2 2 0 0 0-2 2c0 .738.402 1.371 1 1.719V24.28c-.598.348-1 .98-1 1.719a2 2 0 0 0 2 2c.738 0 1.371-.402 1.719-1H20.28c.348.598.98 1 1.719 1a2 2 0 0 0 2-2c0-.398-.11-.781-.313-1.094L26.125 20a2.005 2.005 0 0 0 .25-3.969l-1.906-5.718C24.785 9.957 25 9.511 25 9a2 2 0 0 0-2-2c-.512 0-.957.215-1.313.531L15.97 5.594A2.01 2.01 0 0 0 14 4m1.313 3.5l5.718 1.875c.153.805.79 1.441 1.594 1.594l1.906 5.687A2 2 0 0 0 24 18c0 .414.129.805.344 1.125L21.875 24a1.99 1.99 0 0 0-1.594 1H7.72a2 2 0 0 0-.72-.719V12.72c.598-.348 1-.98 1-1.719v-.063l5.063-3.187c.28.148.597.25.937.25c.504 0 .96-.191 1.313-.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14 4a2 2 0 0 0-2 2v.063L6.937 9.25A2 2 0 0 0 6 9a2 2 0 0 0-2 2c0 .738.402 1.371 1 1.719V24.28c-.598.348-1 .98-1 1.719a2 2 0 0 0 2 2c.738 0 1.371-.402 1.719-1H20.28c.348.598.98 1 1.719 1a2 2 0 0 0 2-2c0-.398-.11-.781-.313-1.094L26.125 20a2.005 2.005 0 0 0 .25-3.969l-1.906-5.718C24.785 9.957 25 9.511 25 9a2 2 0 0 0-2-2c-.512 0-.957.215-1.313.531L15.97 5.594A2.01 2.01 0 0 0 14 4m1.313 3.5l5.718 1.875c.153.805.79 1.441 1.594 1.594l1.906 5.687A2 2 0 0 0 24 18c0 .414.129.805.344 1.125L21.875 24a1.99 1.99 0 0 0-1.594 1H7.72a2 2 0 0 0-.72-.719V12.72c.598-.348 1-.98 1-1.719v-.063l5.063-3.187c.28.148.597.25.937.25c.504 0 .96-.191 1.313-.5z"/></svg>
</template>

CSS

.icon-draw-polygon {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%204a2%202%200%200%200-2%202v.063L6.937%209.25A2%202%200%200%200%206%209a2%202%200%200%200-2%202c0%20.738.402%201.371%201%201.719V24.28c-.598.348-1%20.98-1%201.719a2%202%200%200%200%202%202c.738%200%201.371-.402%201.719-1H20.28c.348.598.98%201%201.719%201a2%202%200%200%200%202-2c0-.398-.11-.781-.313-1.094L26.125%2020a2.005%202.005%200%200%200%20.25-3.969l-1.906-5.718C24.785%209.957%2025%209.511%2025%209a2%202%200%200%200-2-2c-.512%200-.957.215-1.313.531L15.97%205.594A2.01%202.01%200%200%200%2014%204m1.313%203.5l5.718%201.875c.153.805.79%201.441%201.594%201.594l1.906%205.687A2%202%200%200%200%2024%2018c0%20.414.129.805.344%201.125L21.875%2024a1.99%201.99%200%200%200-1.594%201H7.72a2%202%200%200%200-.72-.719V12.72c.598-.348%201-.98%201-1.719v-.063l5.063-3.187c.28.148.597.25.937.25c.504%200%20.96-.191%201.313-.5z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%204a2%202%200%200%200-2%202v.063L6.937%209.25A2%202%200%200%200%206%209a2%202%200%200%200-2%202c0%20.738.402%201.371%201%201.719V24.28c-.598.348-1%20.98-1%201.719a2%202%200%200%200%202%202c.738%200%201.371-.402%201.719-1H20.28c.348.598.98%201%201.719%201a2%202%200%200%200%202-2c0-.398-.11-.781-.313-1.094L26.125%2020a2.005%202.005%200%200%200%20.25-3.969l-1.906-5.718C24.785%209.957%2025%209.511%2025%209a2%202%200%200%200-2-2c-.512%200-.957.215-1.313.531L15.97%205.594A2.01%202.01%200%200%200%2014%204m1.313%203.5l5.718%201.875c.153.805.79%201.441%201.594%201.594l1.906%205.687A2%202%200%200%200%2024%2018c0%20.414.129.805.344%201.125L21.875%2024a1.99%201.99%200%200%200-1.594%201H7.72a2%202%200%200%200-.72-.719V12.72c.598-.348%201-.98%201-1.719v-.063l5.063-3.187c.28.148.597.25.937.25c.504%200%20.96-.191%201.313-.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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