polkadot dot icon
polkadot-dot-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- polkadot-dot-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Use the polkadot dot 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="2" d="M14.5 4.5c0 .828-1.12 1.5-2.5 1.5s-2.5-.672-2.5-1.5S10.62 3 12 3s2.5.672 2.5 1.5Zm0 15c0 .828-1.12 1.5-2.5 1.5s-2.5-.672-2.5-1.5S10.62 18 12 18s2.5.672 2.5 1.5ZM6.755 6.085c.717.414.74 1.72.049 2.915c-.69 1.196-1.832 1.83-2.55 1.415c-.717-.414-.739-1.72-.048-2.915c.69-1.196 1.831-1.83 2.549-1.415Zm12.99 7.5c.718.414.74 1.72.05 2.915c-.691 1.196-1.832 1.83-2.55 1.415c-.717-.414-.74-1.72-.049-2.915c.69-1.196 1.832-1.83 2.55-1.415Zm-15.49 0c.717-.414 1.858.22 2.549 1.415s.668 2.501-.05 2.915c-.717.415-1.858-.219-2.548-1.415s-.669-2.5.049-2.915Zm12.99-7.5c.718-.414 1.859.22 2.55 1.415s.668 2.501-.05 2.915c-.717.415-1.858-.219-2.549-1.415s-.668-2.5.05-2.915Z"/></svg>
React
import type { SVGProps } from "react";
export function MingcutePolkadotDotLine(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="2" d="M14.5 4.5c0 .828-1.12 1.5-2.5 1.5s-2.5-.672-2.5-1.5S10.62 3 12 3s2.5.672 2.5 1.5Zm0 15c0 .828-1.12 1.5-2.5 1.5s-2.5-.672-2.5-1.5S10.62 18 12 18s2.5.672 2.5 1.5ZM6.755 6.085c.717.414.74 1.72.049 2.915c-.69 1.196-1.832 1.83-2.55 1.415c-.717-.414-.739-1.72-.048-2.915c.69-1.196 1.831-1.83 2.549-1.415Zm12.99 7.5c.718.414.74 1.72.05 2.915c-.691 1.196-1.832 1.83-2.55 1.415c-.717-.414-.74-1.72-.049-2.915c.69-1.196 1.832-1.83 2.55-1.415Zm-15.49 0c.717-.414 1.858.22 2.549 1.415s.668 2.501-.05 2.915c-.717.415-1.858-.219-2.548-1.415s-.669-2.5.049-2.915Zm12.99-7.5c.718-.414 1.859.22 2.55 1.415s.668 2.501-.05 2.915c-.717.415-1.858-.219-2.549-1.415s-.668-2.5.05-2.915Z"/></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="2" d="M14.5 4.5c0 .828-1.12 1.5-2.5 1.5s-2.5-.672-2.5-1.5S10.62 3 12 3s2.5.672 2.5 1.5Zm0 15c0 .828-1.12 1.5-2.5 1.5s-2.5-.672-2.5-1.5S10.62 18 12 18s2.5.672 2.5 1.5ZM6.755 6.085c.717.414.74 1.72.049 2.915c-.69 1.196-1.832 1.83-2.55 1.415c-.717-.414-.739-1.72-.048-2.915c.69-1.196 1.831-1.83 2.549-1.415Zm12.99 7.5c.718.414.74 1.72.05 2.915c-.691 1.196-1.832 1.83-2.55 1.415c-.717-.414-.74-1.72-.049-2.915c.69-1.196 1.832-1.83 2.55-1.415Zm-15.49 0c.717-.414 1.858.22 2.549 1.415s.668 2.501-.05 2.915c-.717.415-1.858-.219-2.548-1.415s-.669-2.5.049-2.915Zm12.99-7.5c.718-.414 1.859.22 2.55 1.415s.668 2.501-.05 2.915c-.717.415-1.858-.219-2.549-1.415s-.668-2.5.05-2.915Z"/></svg> </template>
CSS
.icon-polkadot-dot-line {
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%222%22%20d%3D%22M14.5%204.5c0%20.828-1.12%201.5-2.5%201.5s-2.5-.672-2.5-1.5S10.62%203%2012%203s2.5.672%202.5%201.5Zm0%2015c0%20.828-1.12%201.5-2.5%201.5s-2.5-.672-2.5-1.5S10.62%2018%2012%2018s2.5.672%202.5%201.5ZM6.755%206.085c.717.414.74%201.72.049%202.915c-.69%201.196-1.832%201.83-2.55%201.415c-.717-.414-.739-1.72-.048-2.915c.69-1.196%201.831-1.83%202.549-1.415Zm12.99%207.5c.718.414.74%201.72.05%202.915c-.691%201.196-1.832%201.83-2.55%201.415c-.717-.414-.74-1.72-.049-2.915c.69-1.196%201.832-1.83%202.55-1.415Zm-15.49%200c.717-.414%201.858.22%202.549%201.415s.668%202.501-.05%202.915c-.717.415-1.858-.219-2.548-1.415s-.669-2.5.049-2.915Zm12.99-7.5c.718-.414%201.859.22%202.55%201.415s.668%202.501-.05%202.915c-.717.415-1.858-.219-2.549-1.415s-.668-2.5.05-2.915Z%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%222%22%20d%3D%22M14.5%204.5c0%20.828-1.12%201.5-2.5%201.5s-2.5-.672-2.5-1.5S10.62%203%2012%203s2.5.672%202.5%201.5Zm0%2015c0%20.828-1.12%201.5-2.5%201.5s-2.5-.672-2.5-1.5S10.62%2018%2012%2018s2.5.672%202.5%201.5ZM6.755%206.085c.717.414.74%201.72.049%202.915c-.69%201.196-1.832%201.83-2.55%201.415c-.717-.414-.739-1.72-.048-2.915c.69-1.196%201.831-1.83%202.549-1.415Zm12.99%207.5c.718.414.74%201.72.05%202.915c-.691%201.196-1.832%201.83-2.55%201.415c-.717-.414-.74-1.72-.049-2.915c.69-1.196%201.832-1.83%202.55-1.415Zm-15.49%200c.717-.414%201.858.22%202.549%201.415s.668%202.501-.05%202.915c-.717.415-1.858-.219-2.548-1.415s-.669-2.5.049-2.915Zm12.99-7.5c.718-.414%201.859.22%202.55%201.415s.668%202.501-.05%202.915c-.717.415-1.858-.219-2.549-1.415s-.668-2.5.05-2.915Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/polkadot-dot-line.svg?color=%231a73e8&size=48