ssv from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
ssv
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

The same logo in other sets

Use the ssv logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.248 6.62a.38.38 0 0 1 0-.483l2.458-2.998a.378.378 0 0 1 .587 0l2.463 2.998a.38.38 0 0 1 0 .483l-2.463 2.913a.378.378 0 0 1-.587 0L9.243 6.62zm0 11.328a.38.38 0 0 1 0-.483l2.458-2.998a.38.38 0 0 1 .587 0l2.463 2.998a.38.38 0 0 1 0 .483l-2.463 2.913a.378.378 0 0 1-.587 0l-2.463-2.913zm-3.553-6.815a.38.38 0 0 1-.004-.483L8.13 7.652a.38.38 0 0 1 .587 0l2.439 2.998a.38.38 0 0 1 0 .483l-2.444 2.913a.38.38 0 0 1-.578 0zm7.152 0a.38.38 0 0 1 0-.483l2.434-2.998a.38.38 0 0 1 .587 0l2.44 2.998a.38.38 0 0 1 0 .483l-2.445 2.913a.38.38 0 0 1-.577 0z"/></svg>

React

import type { SVGProps } from "react";

export function TokenSsv(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="M9.248 6.62a.38.38 0 0 1 0-.483l2.458-2.998a.378.378 0 0 1 .587 0l2.463 2.998a.38.38 0 0 1 0 .483l-2.463 2.913a.378.378 0 0 1-.587 0L9.243 6.62zm0 11.328a.38.38 0 0 1 0-.483l2.458-2.998a.38.38 0 0 1 .587 0l2.463 2.998a.38.38 0 0 1 0 .483l-2.463 2.913a.378.378 0 0 1-.587 0l-2.463-2.913zm-3.553-6.815a.38.38 0 0 1-.004-.483L8.13 7.652a.38.38 0 0 1 .587 0l2.439 2.998a.38.38 0 0 1 0 .483l-2.444 2.913a.38.38 0 0 1-.578 0zm7.152 0a.38.38 0 0 1 0-.483l2.434-2.998a.38.38 0 0 1 .587 0l2.44 2.998a.38.38 0 0 1 0 .483l-2.445 2.913a.38.38 0 0 1-.577 0z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.248 6.62a.38.38 0 0 1 0-.483l2.458-2.998a.378.378 0 0 1 .587 0l2.463 2.998a.38.38 0 0 1 0 .483l-2.463 2.913a.378.378 0 0 1-.587 0L9.243 6.62zm0 11.328a.38.38 0 0 1 0-.483l2.458-2.998a.38.38 0 0 1 .587 0l2.463 2.998a.38.38 0 0 1 0 .483l-2.463 2.913a.378.378 0 0 1-.587 0l-2.463-2.913zm-3.553-6.815a.38.38 0 0 1-.004-.483L8.13 7.652a.38.38 0 0 1 .587 0l2.439 2.998a.38.38 0 0 1 0 .483l-2.444 2.913a.38.38 0 0 1-.578 0zm7.152 0a.38.38 0 0 1 0-.483l2.434-2.998a.38.38 0 0 1 .587 0l2.44 2.998a.38.38 0 0 1 0 .483l-2.445 2.913a.38.38 0 0 1-.577 0z"/></svg>
</template>

CSS

.icon-ssv {
  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%22M9.248%206.62a.38.38%200%200%201%200-.483l2.458-2.998a.378.378%200%200%201%20.587%200l2.463%202.998a.38.38%200%200%201%200%20.483l-2.463%202.913a.378.378%200%200%201-.587%200L9.243%206.62zm0%2011.328a.38.38%200%200%201%200-.483l2.458-2.998a.38.38%200%200%201%20.587%200l2.463%202.998a.38.38%200%200%201%200%20.483l-2.463%202.913a.378.378%200%200%201-.587%200l-2.463-2.913zm-3.553-6.815a.38.38%200%200%201-.004-.483L8.13%207.652a.38.38%200%200%201%20.587%200l2.439%202.998a.38.38%200%200%201%200%20.483l-2.444%202.913a.38.38%200%200%201-.578%200zm7.152%200a.38.38%200%200%201%200-.483l2.434-2.998a.38.38%200%200%201%20.587%200l2.44%202.998a.38.38%200%200%201%200%20.483l-2.445%202.913a.38.38%200%200%201-.577%200z%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%22M9.248%206.62a.38.38%200%200%201%200-.483l2.458-2.998a.378.378%200%200%201%20.587%200l2.463%202.998a.38.38%200%200%201%200%20.483l-2.463%202.913a.378.378%200%200%201-.587%200L9.243%206.62zm0%2011.328a.38.38%200%200%201%200-.483l2.458-2.998a.38.38%200%200%201%20.587%200l2.463%202.998a.38.38%200%200%201%200%20.483l-2.463%202.913a.378.378%200%200%201-.587%200l-2.463-2.913zm-3.553-6.815a.38.38%200%200%201-.004-.483L8.13%207.652a.38.38%200%200%201%20.587%200l2.439%202.998a.38.38%200%200%201%200%20.483l-2.444%202.913a.38.38%200%200%201-.578%200zm7.152%200a.38.38%200%200%201%200-.483l2.434-2.998a.38.38%200%200%201%20.587%200l2.44%202.998a.38.38%200%200%201%200%20.483l-2.445%202.913a.38.38%200%200%201-.577%200z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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