swarm icon
swarm from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- swarm
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the swarm icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M17 5.167C17 6.547 15 8 15 8s-2-1.453-2-2.833S13.895 3 15 3s2 .786 2 2.167ZM6.196 6.211c2.187.647 3.804 4.16 3.804 4.16s-2.984 2.154-5.17 1.508s-3.127-2.283-2.75-3.848c.378-1.565 1.929-2.466 4.115-1.82ZM18.15 20.08C14.458 22.197 8 19.998 8 19.998s1.311-6.652 5.004-8.768s6.946-1.34 8.367 1.104c1.42 2.444.471 5.63-3.221 7.746Z"/><path stroke-linecap="round" d="M16 10.5c0 3.04 1.596 5.844 4 7.566m-9-5.008c.183 2.834 2.71 5.83 5 7.442"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsSwarm(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path d="M17 5.167C17 6.547 15 8 15 8s-2-1.453-2-2.833S13.895 3 15 3s2 .786 2 2.167ZM6.196 6.211c2.187.647 3.804 4.16 3.804 4.16s-2.984 2.154-5.17 1.508s-3.127-2.283-2.75-3.848c.378-1.565 1.929-2.466 4.115-1.82ZM18.15 20.08C14.458 22.197 8 19.998 8 19.998s1.311-6.652 5.004-8.768s6.946-1.34 8.367 1.104c1.42 2.444.471 5.63-3.221 7.746Z"/><path strokeLinecap="round" d="M16 10.5c0 3.04 1.596 5.844 4 7.566m-9-5.008c.183 2.834 2.71 5.83 5 7.442"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M17 5.167C17 6.547 15 8 15 8s-2-1.453-2-2.833S13.895 3 15 3s2 .786 2 2.167ZM6.196 6.211c2.187.647 3.804 4.16 3.804 4.16s-2.984 2.154-5.17 1.508s-3.127-2.283-2.75-3.848c.378-1.565 1.929-2.466 4.115-1.82ZM18.15 20.08C14.458 22.197 8 19.998 8 19.998s1.311-6.652 5.004-8.768s6.946-1.34 8.367 1.104c1.42 2.444.471 5.63-3.221 7.746Z"/><path stroke-linecap="round" d="M16 10.5c0 3.04 1.596 5.844 4 7.566m-9-5.008c.183 2.834 2.71 5.83 5 7.442"/></g></svg> </template>
CSS
.icon-swarm {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M17%205.167C17%206.547%2015%208%2015%208s-2-1.453-2-2.833S13.895%203%2015%203s2%20.786%202%202.167ZM6.196%206.211c2.187.647%203.804%204.16%203.804%204.16s-2.984%202.154-5.17%201.508s-3.127-2.283-2.75-3.848c.378-1.565%201.929-2.466%204.115-1.82ZM18.15%2020.08C14.458%2022.197%208%2019.998%208%2019.998s1.311-6.652%205.004-8.768s6.946-1.34%208.367%201.104c1.42%202.444.471%205.63-3.221%207.746Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16%2010.5c0%203.04%201.596%205.844%204%207.566m-9-5.008c.183%202.834%202.71%205.83%205%207.442%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M17%205.167C17%206.547%2015%208%2015%208s-2-1.453-2-2.833S13.895%203%2015%203s2%20.786%202%202.167ZM6.196%206.211c2.187.647%203.804%204.16%203.804%204.16s-2.984%202.154-5.17%201.508s-3.127-2.283-2.75-3.848c.378-1.565%201.929-2.466%204.115-1.82ZM18.15%2020.08C14.458%2022.197%208%2019.998%208%2019.998s1.311-6.652%205.004-8.768s6.946-1.34%208.367%201.104c1.42%202.444.471%205.63-3.221%207.746Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16%2010.5c0%203.04%201.596%205.844%204%207.566m-9-5.008c.183%202.834%202.71%205.83%205%207.442%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/swarm.svg?color=%231a73e8&size=48