six points icon
six-points from IconPark by ByteDance · Color · Abstract · Apache-2.0 Free for personal and commercial use.
- Name
- six-points
- Set
- IconPark
- Style
- Color
- Category
- Abstract
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More abstract icons from IconPark
Use the six points icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M23.9999 24V12M23.9999 24L13.5 30.0621L23.9999 24ZM23.9999 24L34.4998 30.0621L23.9999 24Z"/><path fill="#2F88FF" d="M14 16C14 18.2091 12.2091 20 10 20C7.79086 20 6 18.2091 6 16C6 13.7909 7.79086 12 10 12C12.2091 12 14 13.7909 14 16Z"/><path fill="#2F88FF" d="M14 32C14 34.2091 12.2091 36 10 36C7.79086 36 6 34.2091 6 32C6 29.7909 7.79086 28 10 28C12.2091 28 14 29.7909 14 32Z"/><path fill="#2F88FF" d="M28 40C28 42.2091 26.2091 44 24 44C21.7909 44 20 42.2091 20 40C20 37.7909 21.7909 36 24 36C26.2091 36 28 37.7909 28 40Z"/><path fill="#2F88FF" d="M42 32C42 34.2091 40.2091 36 38 36C35.7909 36 34 34.2091 34 32C34 29.7909 35.7909 28 38 28C40.2091 28 42 29.7909 42 32Z"/><path fill="#2F88FF" d="M42 16C42 18.2091 40.2091 20 38 20C35.7909 20 34 18.2091 34 16C34 13.7909 35.7909 12 38 12C40.2091 12 42 13.7909 42 16Z"/><path fill="#2F88FF" d="M28 8C28 10.2091 26.2091 12 24 12C21.7909 12 20 10.2091 20 8C20 5.79086 21.7909 4 24 4C26.2091 4 28 5.79086 28 8Z"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkSixPoints(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M23.9999 24V12M23.9999 24L13.5 30.0621L23.9999 24ZM23.9999 24L34.4998 30.0621L23.9999 24Z"/><path fill="#2F88FF" d="M14 16C14 18.2091 12.2091 20 10 20C7.79086 20 6 18.2091 6 16C6 13.7909 7.79086 12 10 12C12.2091 12 14 13.7909 14 16Z"/><path fill="#2F88FF" d="M14 32C14 34.2091 12.2091 36 10 36C7.79086 36 6 34.2091 6 32C6 29.7909 7.79086 28 10 28C12.2091 28 14 29.7909 14 32Z"/><path fill="#2F88FF" d="M28 40C28 42.2091 26.2091 44 24 44C21.7909 44 20 42.2091 20 40C20 37.7909 21.7909 36 24 36C26.2091 36 28 37.7909 28 40Z"/><path fill="#2F88FF" d="M42 32C42 34.2091 40.2091 36 38 36C35.7909 36 34 34.2091 34 32C34 29.7909 35.7909 28 38 28C40.2091 28 42 29.7909 42 32Z"/><path fill="#2F88FF" d="M42 16C42 18.2091 40.2091 20 38 20C35.7909 20 34 18.2091 34 16C34 13.7909 35.7909 12 38 12C40.2091 12 42 13.7909 42 16Z"/><path fill="#2F88FF" d="M28 8C28 10.2091 26.2091 12 24 12C21.7909 12 20 10.2091 20 8C20 5.79086 21.7909 4 24 4C26.2091 4 28 5.79086 28 8Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M23.9999 24V12M23.9999 24L13.5 30.0621L23.9999 24ZM23.9999 24L34.4998 30.0621L23.9999 24Z"/><path fill="#2F88FF" d="M14 16C14 18.2091 12.2091 20 10 20C7.79086 20 6 18.2091 6 16C6 13.7909 7.79086 12 10 12C12.2091 12 14 13.7909 14 16Z"/><path fill="#2F88FF" d="M14 32C14 34.2091 12.2091 36 10 36C7.79086 36 6 34.2091 6 32C6 29.7909 7.79086 28 10 28C12.2091 28 14 29.7909 14 32Z"/><path fill="#2F88FF" d="M28 40C28 42.2091 26.2091 44 24 44C21.7909 44 20 42.2091 20 40C20 37.7909 21.7909 36 24 36C26.2091 36 28 37.7909 28 40Z"/><path fill="#2F88FF" d="M42 32C42 34.2091 40.2091 36 38 36C35.7909 36 34 34.2091 34 32C34 29.7909 35.7909 28 38 28C40.2091 28 42 29.7909 42 32Z"/><path fill="#2F88FF" d="M42 16C42 18.2091 40.2091 20 38 20C35.7909 20 34 18.2091 34 16C34 13.7909 35.7909 12 38 12C40.2091 12 42 13.7909 42 16Z"/><path fill="#2F88FF" d="M28 8C28 10.2091 26.2091 12 24 12C21.7909 12 20 10.2091 20 8C20 5.79086 21.7909 4 24 4C26.2091 4 28 5.79086 28 8Z"/></g></svg> </template>
CSS
.icon-six-points {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M23.9999%2024V12M23.9999%2024L13.5%2030.0621L23.9999%2024ZM23.9999%2024L34.4998%2030.0621L23.9999%2024Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M14%2016C14%2018.2091%2012.2091%2020%2010%2020C7.79086%2020%206%2018.2091%206%2016C6%2013.7909%207.79086%2012%2010%2012C12.2091%2012%2014%2013.7909%2014%2016Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M14%2032C14%2034.2091%2012.2091%2036%2010%2036C7.79086%2036%206%2034.2091%206%2032C6%2029.7909%207.79086%2028%2010%2028C12.2091%2028%2014%2029.7909%2014%2032Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M28%2040C28%2042.2091%2026.2091%2044%2024%2044C21.7909%2044%2020%2042.2091%2020%2040C20%2037.7909%2021.7909%2036%2024%2036C26.2091%2036%2028%2037.7909%2028%2040Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M42%2032C42%2034.2091%2040.2091%2036%2038%2036C35.7909%2036%2034%2034.2091%2034%2032C34%2029.7909%2035.7909%2028%2038%2028C40.2091%2028%2042%2029.7909%2042%2032Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M42%2016C42%2018.2091%2040.2091%2020%2038%2020C35.7909%2020%2034%2018.2091%2034%2016C34%2013.7909%2035.7909%2012%2038%2012C40.2091%2012%2042%2013.7909%2042%2016Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M28%208C28%2010.2091%2026.2091%2012%2024%2012C21.7909%2012%2020%2010.2091%2020%208C20%205.79086%2021.7909%204%2024%204C26.2091%204%2028%205.79086%2028%208Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M23.9999%2024V12M23.9999%2024L13.5%2030.0621L23.9999%2024ZM23.9999%2024L34.4998%2030.0621L23.9999%2024Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M14%2016C14%2018.2091%2012.2091%2020%2010%2020C7.79086%2020%206%2018.2091%206%2016C6%2013.7909%207.79086%2012%2010%2012C12.2091%2012%2014%2013.7909%2014%2016Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M14%2032C14%2034.2091%2012.2091%2036%2010%2036C7.79086%2036%206%2034.2091%206%2032C6%2029.7909%207.79086%2028%2010%2028C12.2091%2028%2014%2029.7909%2014%2032Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M28%2040C28%2042.2091%2026.2091%2044%2024%2044C21.7909%2044%2020%2042.2091%2020%2040C20%2037.7909%2021.7909%2036%2024%2036C26.2091%2036%2028%2037.7909%2028%2040Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M42%2032C42%2034.2091%2040.2091%2036%2038%2036C35.7909%2036%2034%2034.2091%2034%2032C34%2029.7909%2035.7909%2028%2038%2028C40.2091%2028%2042%2029.7909%2042%2032Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M42%2016C42%2018.2091%2040.2091%2020%2038%2020C35.7909%2020%2034%2018.2091%2034%2016C34%2013.7909%2035.7909%2012%2038%2012C40.2091%2012%2042%2013.7909%2042%2016Z%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M28%208C28%2010.2091%2026.2091%2012%2024%2012C21.7909%2012%2020%2010.2091%2020%208C20%205.79086%2021.7909%204%2024%204C26.2091%204%2028%205.79086%2028%208Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/six-points.svg?color=%231a73e8&size=48