pentagon from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
pentagon
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the pentagon icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="1.5" d="M6.208 5.405C8.978 3.135 10.363 2 12 2s3.022 1.135 5.792 3.405l.256.21c2.286 1.874 3.429 2.81 3.815 4.126s-.073 2.71-.992 5.495l-.183.554c-.98 2.975-1.471 4.463-2.662 5.315c-1.65 1.182-4.126.853-6.026.853c-3.175 0-4.836 0-6.026-.853c-1.19-.852-1.681-2.34-2.662-5.315l-.183-.554c-.919-2.786-1.378-4.179-.992-5.495S3.666 7.49 5.952 5.616z"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsPentagon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeWidth="1.5" d="M6.208 5.405C8.978 3.135 10.363 2 12 2s3.022 1.135 5.792 3.405l.256.21c2.286 1.874 3.429 2.81 3.815 4.126s-.073 2.71-.992 5.495l-.183.554c-.98 2.975-1.471 4.463-2.662 5.315c-1.65 1.182-4.126.853-6.026.853c-3.175 0-4.836 0-6.026-.853c-1.19-.852-1.681-2.34-2.662-5.315l-.183-.554c-.919-2.786-1.378-4.179-.992-5.495S3.666 7.49 5.952 5.616z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="1.5" d="M6.208 5.405C8.978 3.135 10.363 2 12 2s3.022 1.135 5.792 3.405l.256.21c2.286 1.874 3.429 2.81 3.815 4.126s-.073 2.71-.992 5.495l-.183.554c-.98 2.975-1.471 4.463-2.662 5.315c-1.65 1.182-4.126.853-6.026.853c-3.175 0-4.836 0-6.026-.853c-1.19-.852-1.681-2.34-2.662-5.315l-.183-.554c-.919-2.786-1.378-4.179-.992-5.495S3.666 7.49 5.952 5.616z"/></svg>
</template>

CSS

.icon-pentagon {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20d%3D%22M6.208%205.405C8.978%203.135%2010.363%202%2012%202s3.022%201.135%205.792%203.405l.256.21c2.286%201.874%203.429%202.81%203.815%204.126s-.073%202.71-.992%205.495l-.183.554c-.98%202.975-1.471%204.463-2.662%205.315c-1.65%201.182-4.126.853-6.026.853c-3.175%200-4.836%200-6.026-.853c-1.19-.852-1.681-2.34-2.662-5.315l-.183-.554c-.919-2.786-1.378-4.179-.992-5.495S3.666%207.49%205.952%205.616z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20d%3D%22M6.208%205.405C8.978%203.135%2010.363%202%2012%202s3.022%201.135%205.792%203.405l.256.21c2.286%201.874%203.429%202.81%203.815%204.126s-.073%202.71-.992%205.495l-.183.554c-.98%202.975-1.471%204.463-2.662%205.315c-1.65%201.182-4.126.853-6.026.853c-3.175%200-4.836%200-6.026-.853c-1.19-.852-1.681-2.34-2.662-5.315l-.183-.554c-.919-2.786-1.378-4.179-.992-5.495S3.666%207.49%205.952%205.616z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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