swarm from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
swarm
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the swarm logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.358 1.216c-1.82.023-4.234 2.581-2.57 6.704c.018.034.08.17.091.204h.003c5.172-2.298 4.45-6.287 3.112-6.8a1.7 1.7 0 0 0-.636-.108M4.001 2.768c-1.867.027-3.392.81-3.874 2.06c-.91 2.365 3.07 7.996 12.229 3.93l.004-.003a6 6 0 0 1-.16-.362C10.193 4.303 6.73 2.728 4 2.768zM15.51 9.432l-.138.034a7.1 7.1 0 0 0-2.153.951c-.949.624-1.786 1.549-2.147 2.641c-.097.295-.17.618-.194.928a9.15 9.15 0 0 0 .77 4.451a9.16 9.16 0 0 0 2.681 3.46c.686.544 1.92.887 2.93.887c.949 0 1.884-.282 2.725-.71c.262-.133.841-.494.879-.52a3.85 3.85 0 0 1-1.378-.663c-1.447-1.107-2.594-2.595-3.409-4.423c-.826-1.854-1.163-3.73-1.002-5.575a3.8 3.8 0 0 1 .436-1.46zm3.498.026c-.868 0-1.704.722-1.783 1.623c-.132 1.503.166 3.033.824 4.51c.648 1.453 1.567 2.683 2.749 3.586a1.73 1.73 0 0 0 1.06.346c.677 0 1.353-.36 1.621-1.002a6.74 6.74 0 0 0-.068-5.356a6.75 6.75 0 0 0-3.891-3.618a1.5 1.5 0 0 0-.512-.089m-10.05 5.498a29 29 0 0 0-2.175 4.098c-.023.054-.378.932-.483 1.205a.676.676 0 0 0 .384.86c.273.107 1.164.43 1.22.449a29 29 0 0 0 4.453 1.12a11.2 11.2 0 0 1-2.442-3.48a11.1 11.1 0 0 1-.958-4.252z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsSwarm(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.358 1.216c-1.82.023-4.234 2.581-2.57 6.704c.018.034.08.17.091.204h.003c5.172-2.298 4.45-6.287 3.112-6.8a1.7 1.7 0 0 0-.636-.108M4.001 2.768c-1.867.027-3.392.81-3.874 2.06c-.91 2.365 3.07 7.996 12.229 3.93l.004-.003a6 6 0 0 1-.16-.362C10.193 4.303 6.73 2.728 4 2.768zM15.51 9.432l-.138.034a7.1 7.1 0 0 0-2.153.951c-.949.624-1.786 1.549-2.147 2.641c-.097.295-.17.618-.194.928a9.15 9.15 0 0 0 .77 4.451a9.16 9.16 0 0 0 2.681 3.46c.686.544 1.92.887 2.93.887c.949 0 1.884-.282 2.725-.71c.262-.133.841-.494.879-.52a3.85 3.85 0 0 1-1.378-.663c-1.447-1.107-2.594-2.595-3.409-4.423c-.826-1.854-1.163-3.73-1.002-5.575a3.8 3.8 0 0 1 .436-1.46zm3.498.026c-.868 0-1.704.722-1.783 1.623c-.132 1.503.166 3.033.824 4.51c.648 1.453 1.567 2.683 2.749 3.586a1.73 1.73 0 0 0 1.06.346c.677 0 1.353-.36 1.621-1.002a6.74 6.74 0 0 0-.068-5.356a6.75 6.75 0 0 0-3.891-3.618a1.5 1.5 0 0 0-.512-.089m-10.05 5.498a29 29 0 0 0-2.175 4.098c-.023.054-.378.932-.483 1.205a.676.676 0 0 0 .384.86c.273.107 1.164.43 1.22.449a29 29 0 0 0 4.453 1.12a11.2 11.2 0 0 1-2.442-3.48a11.1 11.1 0 0 1-.958-4.252z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.358 1.216c-1.82.023-4.234 2.581-2.57 6.704c.018.034.08.17.091.204h.003c5.172-2.298 4.45-6.287 3.112-6.8a1.7 1.7 0 0 0-.636-.108M4.001 2.768c-1.867.027-3.392.81-3.874 2.06c-.91 2.365 3.07 7.996 12.229 3.93l.004-.003a6 6 0 0 1-.16-.362C10.193 4.303 6.73 2.728 4 2.768zM15.51 9.432l-.138.034a7.1 7.1 0 0 0-2.153.951c-.949.624-1.786 1.549-2.147 2.641c-.097.295-.17.618-.194.928a9.15 9.15 0 0 0 .77 4.451a9.16 9.16 0 0 0 2.681 3.46c.686.544 1.92.887 2.93.887c.949 0 1.884-.282 2.725-.71c.262-.133.841-.494.879-.52a3.85 3.85 0 0 1-1.378-.663c-1.447-1.107-2.594-2.595-3.409-4.423c-.826-1.854-1.163-3.73-1.002-5.575a3.8 3.8 0 0 1 .436-1.46zm3.498.026c-.868 0-1.704.722-1.783 1.623c-.132 1.503.166 3.033.824 4.51c.648 1.453 1.567 2.683 2.749 3.586a1.73 1.73 0 0 0 1.06.346c.677 0 1.353-.36 1.621-1.002a6.74 6.74 0 0 0-.068-5.356a6.75 6.75 0 0 0-3.891-3.618a1.5 1.5 0 0 0-.512-.089m-10.05 5.498a29 29 0 0 0-2.175 4.098c-.023.054-.378.932-.483 1.205a.676.676 0 0 0 .384.86c.273.107 1.164.43 1.22.449a29 29 0 0 0 4.453 1.12a11.2 11.2 0 0 1-2.442-3.48a11.1 11.1 0 0 1-.958-4.252z"/></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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.358%201.216c-1.82.023-4.234%202.581-2.57%206.704c.018.034.08.17.091.204h.003c5.172-2.298%204.45-6.287%203.112-6.8a1.7%201.7%200%200%200-.636-.108M4.001%202.768c-1.867.027-3.392.81-3.874%202.06c-.91%202.365%203.07%207.996%2012.229%203.93l.004-.003a6%206%200%200%201-.16-.362C10.193%204.303%206.73%202.728%204%202.768zM15.51%209.432l-.138.034a7.1%207.1%200%200%200-2.153.951c-.949.624-1.786%201.549-2.147%202.641c-.097.295-.17.618-.194.928a9.15%209.15%200%200%200%20.77%204.451a9.16%209.16%200%200%200%202.681%203.46c.686.544%201.92.887%202.93.887c.949%200%201.884-.282%202.725-.71c.262-.133.841-.494.879-.52a3.85%203.85%200%200%201-1.378-.663c-1.447-1.107-2.594-2.595-3.409-4.423c-.826-1.854-1.163-3.73-1.002-5.575a3.8%203.8%200%200%201%20.436-1.46zm3.498.026c-.868%200-1.704.722-1.783%201.623c-.132%201.503.166%203.033.824%204.51c.648%201.453%201.567%202.683%202.749%203.586a1.73%201.73%200%200%200%201.06.346c.677%200%201.353-.36%201.621-1.002a6.74%206.74%200%200%200-.068-5.356a6.75%206.75%200%200%200-3.891-3.618a1.5%201.5%200%200%200-.512-.089m-10.05%205.498a29%2029%200%200%200-2.175%204.098c-.023.054-.378.932-.483%201.205a.676.676%200%200%200%20.384.86c.273.107%201.164.43%201.22.449a29%2029%200%200%200%204.453%201.12a11.2%2011.2%200%200%201-2.442-3.48a11.1%2011.1%200%200%201-.958-4.252z%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%22currentColor%22%20d%3D%22M16.358%201.216c-1.82.023-4.234%202.581-2.57%206.704c.018.034.08.17.091.204h.003c5.172-2.298%204.45-6.287%203.112-6.8a1.7%201.7%200%200%200-.636-.108M4.001%202.768c-1.867.027-3.392.81-3.874%202.06c-.91%202.365%203.07%207.996%2012.229%203.93l.004-.003a6%206%200%200%201-.16-.362C10.193%204.303%206.73%202.728%204%202.768zM15.51%209.432l-.138.034a7.1%207.1%200%200%200-2.153.951c-.949.624-1.786%201.549-2.147%202.641c-.097.295-.17.618-.194.928a9.15%209.15%200%200%200%20.77%204.451a9.16%209.16%200%200%200%202.681%203.46c.686.544%201.92.887%202.93.887c.949%200%201.884-.282%202.725-.71c.262-.133.841-.494.879-.52a3.85%203.85%200%200%201-1.378-.663c-1.447-1.107-2.594-2.595-3.409-4.423c-.826-1.854-1.163-3.73-1.002-5.575a3.8%203.8%200%200%201%20.436-1.46zm3.498.026c-.868%200-1.704.722-1.783%201.623c-.132%201.503.166%203.033.824%204.51c.648%201.453%201.567%202.683%202.749%203.586a1.73%201.73%200%200%200%201.06.346c.677%200%201.353-.36%201.621-1.002a6.74%206.74%200%200%200-.068-5.356a6.75%206.75%200%200%200-3.891-3.618a1.5%201.5%200%200%200-.512-.089m-10.05%205.498a29%2029%200%200%200-2.175%204.098c-.023.054-.378.932-.483%201.205a.676.676%200%200%200%20.384.86c.273.107%201.164.43%201.22.449a29%2029%200%200%200%204.453%201.12a11.2%2011.2%200%200%201-2.442-3.48a11.1%2011.1%200%200%201-.958-4.252z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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