hexagon one icon
hexagon-one from IconPark by ByteDance · Color · Graphics · Apache-2.0 Free for personal and commercial use.
- Name
- hexagon-one
- Set
- IconPark
- Style
- Color
- Category
- Graphics
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More graphics icons from IconPark
Use the hexagon one icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#2F88FF" stroke="#000" stroke-width="4" d="M23.0287 43.4604L7.02871 34.5715C6.39378 34.2188 6 33.5495 6 32.8232V15.1768C6 14.4505 6.39378 13.7812 7.02872 13.4285L23.0287 4.5396C23.6328 4.20402 24.3672 4.20402 24.9713 4.5396L40.9713 13.4285C41.6062 13.7812 42 14.4505 42 15.1768V32.8232C42 33.5495 41.6062 34.2188 40.9713 34.5715L24.9713 43.4604C24.3672 43.796 23.6328 43.796 23.0287 43.4604Z"/></svg>
React
import type { SVGProps } from "react";
export function IconParkHexagonOne(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#2F88FF" stroke="#000" strokeWidth="4" d="M23.0287 43.4604L7.02871 34.5715C6.39378 34.2188 6 33.5495 6 32.8232V15.1768C6 14.4505 6.39378 13.7812 7.02872 13.4285L23.0287 4.5396C23.6328 4.20402 24.3672 4.20402 24.9713 4.5396L40.9713 13.4285C41.6062 13.7812 42 14.4505 42 15.1768V32.8232C42 33.5495 41.6062 34.2188 40.9713 34.5715L24.9713 43.4604C24.3672 43.796 23.6328 43.796 23.0287 43.4604Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#2F88FF" stroke="#000" stroke-width="4" d="M23.0287 43.4604L7.02871 34.5715C6.39378 34.2188 6 33.5495 6 32.8232V15.1768C6 14.4505 6.39378 13.7812 7.02872 13.4285L23.0287 4.5396C23.6328 4.20402 24.3672 4.20402 24.9713 4.5396L40.9713 13.4285C41.6062 13.7812 42 14.4505 42 15.1768V32.8232C42 33.5495 41.6062 34.2188 40.9713 34.5715L24.9713 43.4604C24.3672 43.796 23.6328 43.796 23.0287 43.4604Z"/></svg> </template>
CSS
.icon-hexagon-one {
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%2048%2048%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%20d%3D%22M23.0287%2043.4604L7.02871%2034.5715C6.39378%2034.2188%206%2033.5495%206%2032.8232V15.1768C6%2014.4505%206.39378%2013.7812%207.02872%2013.4285L23.0287%204.5396C23.6328%204.20402%2024.3672%204.20402%2024.9713%204.5396L40.9713%2013.4285C41.6062%2013.7812%2042%2014.4505%2042%2015.1768V32.8232C42%2033.5495%2041.6062%2034.2188%2040.9713%2034.5715L24.9713%2043.4604C24.3672%2043.796%2023.6328%2043.796%2023.0287%2043.4604Z%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%2048%2048%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%20d%3D%22M23.0287%2043.4604L7.02871%2034.5715C6.39378%2034.2188%206%2033.5495%206%2032.8232V15.1768C6%2014.4505%206.39378%2013.7812%207.02872%2013.4285L23.0287%204.5396C23.6328%204.20402%2024.3672%204.20402%2024.9713%204.5396L40.9713%2013.4285C41.6062%2013.7812%2042%2014.4505%2042%2015.1768V32.8232C42%2033.5495%2041.6062%2034.2188%2040.9713%2034.5715L24.9713%2043.4604C24.3672%2043.796%2023.6328%2043.796%2023.0287%2043.4604Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/hexagon-one.svg?color=%231a73e8&size=48