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

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

The same logo in other sets

Use the srcx logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.444 3.126a.59.59 0 0 1 .849.14l2.895 4.172l2.513-4.149a.59.59 0 0 1 .849-.169a.67.67 0 0 1 .157.9l-2.754 4.514l.416.608l3.778-5.864A.59.59 0 0 1 18 3.132a.67.67 0 0 1 .14.9l-4.013 6.206l.674.978l5.088-7.933a.59.59 0 0 1 .844-.157a.66.66 0 0 1 .151.9l-5.318 8.287l5.313 7.657a.67.67 0 0 1-.13.9a.593.593 0 0 1-.854-.141L8.309 4.026a.663.663 0 0 1 .135-.9m-5.19 0a.59.59 0 0 1 .855.135l8.58 12.2l3.3 4.497a.66.66 0 0 1-.107.9a.586.586 0 0 1-.855-.113l-2.81-3.822l-2.615 3.806a.6.6 0 0 1-.855.14a.663.663 0 0 1-.135-.9l2.828-4.109l-.387-.545l-4.026 5.436a.586.586 0 0 1-.855.113a.663.663 0 0 1-.106-.9l4.233-5.723l-.596-.843l-5.302 7.348a.59.59 0 0 1-.854.123a.663.663 0 0 1-.113-.9l5.51-7.645L3.12 4.03a.67.67 0 0 1 .129-.9zm2.435 0a.59.59 0 0 1 .854.135l11.891 16.703a.665.665 0 0 1-.118.9a.59.59 0 0 1-.854-.13L5.57 4.031a.665.665 0 0 1 .118-.9zm7.438 1.844a.843.843 0 1 1-1.686 0a.843.843 0 0 1 1.686 0m-.843 14.899a.844.844 0 1 0-.001-1.689a.844.844 0 0 0 0 1.689"/></svg>

React

import type { SVGProps } from "react";

export function TokenSrcx(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="M8.444 3.126a.59.59 0 0 1 .849.14l2.895 4.172l2.513-4.149a.59.59 0 0 1 .849-.169a.67.67 0 0 1 .157.9l-2.754 4.514l.416.608l3.778-5.864A.59.59 0 0 1 18 3.132a.67.67 0 0 1 .14.9l-4.013 6.206l.674.978l5.088-7.933a.59.59 0 0 1 .844-.157a.66.66 0 0 1 .151.9l-5.318 8.287l5.313 7.657a.67.67 0 0 1-.13.9a.593.593 0 0 1-.854-.141L8.309 4.026a.663.663 0 0 1 .135-.9m-5.19 0a.59.59 0 0 1 .855.135l8.58 12.2l3.3 4.497a.66.66 0 0 1-.107.9a.586.586 0 0 1-.855-.113l-2.81-3.822l-2.615 3.806a.6.6 0 0 1-.855.14a.663.663 0 0 1-.135-.9l2.828-4.109l-.387-.545l-4.026 5.436a.586.586 0 0 1-.855.113a.663.663 0 0 1-.106-.9l4.233-5.723l-.596-.843l-5.302 7.348a.59.59 0 0 1-.854.123a.663.663 0 0 1-.113-.9l5.51-7.645L3.12 4.03a.67.67 0 0 1 .129-.9zm2.435 0a.59.59 0 0 1 .854.135l11.891 16.703a.665.665 0 0 1-.118.9a.59.59 0 0 1-.854-.13L5.57 4.031a.665.665 0 0 1 .118-.9zm7.438 1.844a.843.843 0 1 1-1.686 0a.843.843 0 0 1 1.686 0m-.843 14.899a.844.844 0 1 0-.001-1.689a.844.844 0 0 0 0 1.689"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.444 3.126a.59.59 0 0 1 .849.14l2.895 4.172l2.513-4.149a.59.59 0 0 1 .849-.169a.67.67 0 0 1 .157.9l-2.754 4.514l.416.608l3.778-5.864A.59.59 0 0 1 18 3.132a.67.67 0 0 1 .14.9l-4.013 6.206l.674.978l5.088-7.933a.59.59 0 0 1 .844-.157a.66.66 0 0 1 .151.9l-5.318 8.287l5.313 7.657a.67.67 0 0 1-.13.9a.593.593 0 0 1-.854-.141L8.309 4.026a.663.663 0 0 1 .135-.9m-5.19 0a.59.59 0 0 1 .855.135l8.58 12.2l3.3 4.497a.66.66 0 0 1-.107.9a.586.586 0 0 1-.855-.113l-2.81-3.822l-2.615 3.806a.6.6 0 0 1-.855.14a.663.663 0 0 1-.135-.9l2.828-4.109l-.387-.545l-4.026 5.436a.586.586 0 0 1-.855.113a.663.663 0 0 1-.106-.9l4.233-5.723l-.596-.843l-5.302 7.348a.59.59 0 0 1-.854.123a.663.663 0 0 1-.113-.9l5.51-7.645L3.12 4.03a.67.67 0 0 1 .129-.9zm2.435 0a.59.59 0 0 1 .854.135l11.891 16.703a.665.665 0 0 1-.118.9a.59.59 0 0 1-.854-.13L5.57 4.031a.665.665 0 0 1 .118-.9zm7.438 1.844a.843.843 0 1 1-1.686 0a.843.843 0 0 1 1.686 0m-.843 14.899a.844.844 0 1 0-.001-1.689a.844.844 0 0 0 0 1.689"/></svg>
</template>

CSS

.icon-srcx {
  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%22M8.444%203.126a.59.59%200%200%201%20.849.14l2.895%204.172l2.513-4.149a.59.59%200%200%201%20.849-.169a.67.67%200%200%201%20.157.9l-2.754%204.514l.416.608l3.778-5.864A.59.59%200%200%201%2018%203.132a.67.67%200%200%201%20.14.9l-4.013%206.206l.674.978l5.088-7.933a.59.59%200%200%201%20.844-.157a.66.66%200%200%201%20.151.9l-5.318%208.287l5.313%207.657a.67.67%200%200%201-.13.9a.593.593%200%200%201-.854-.141L8.309%204.026a.663.663%200%200%201%20.135-.9m-5.19%200a.59.59%200%200%201%20.855.135l8.58%2012.2l3.3%204.497a.66.66%200%200%201-.107.9a.586.586%200%200%201-.855-.113l-2.81-3.822l-2.615%203.806a.6.6%200%200%201-.855.14a.663.663%200%200%201-.135-.9l2.828-4.109l-.387-.545l-4.026%205.436a.586.586%200%200%201-.855.113a.663.663%200%200%201-.106-.9l4.233-5.723l-.596-.843l-5.302%207.348a.59.59%200%200%201-.854.123a.663.663%200%200%201-.113-.9l5.51-7.645L3.12%204.03a.67.67%200%200%201%20.129-.9zm2.435%200a.59.59%200%200%201%20.854.135l11.891%2016.703a.665.665%200%200%201-.118.9a.59.59%200%200%201-.854-.13L5.57%204.031a.665.665%200%200%201%20.118-.9zm7.438%201.844a.843.843%200%201%201-1.686%200a.843.843%200%200%201%201.686%200m-.843%2014.899a.844.844%200%201%200-.001-1.689a.844.844%200%200%200%200%201.689%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%22M8.444%203.126a.59.59%200%200%201%20.849.14l2.895%204.172l2.513-4.149a.59.59%200%200%201%20.849-.169a.67.67%200%200%201%20.157.9l-2.754%204.514l.416.608l3.778-5.864A.59.59%200%200%201%2018%203.132a.67.67%200%200%201%20.14.9l-4.013%206.206l.674.978l5.088-7.933a.59.59%200%200%201%20.844-.157a.66.66%200%200%201%20.151.9l-5.318%208.287l5.313%207.657a.67.67%200%200%201-.13.9a.593.593%200%200%201-.854-.141L8.309%204.026a.663.663%200%200%201%20.135-.9m-5.19%200a.59.59%200%200%201%20.855.135l8.58%2012.2l3.3%204.497a.66.66%200%200%201-.107.9a.586.586%200%200%201-.855-.113l-2.81-3.822l-2.615%203.806a.6.6%200%200%201-.855.14a.663.663%200%200%201-.135-.9l2.828-4.109l-.387-.545l-4.026%205.436a.586.586%200%200%201-.855.113a.663.663%200%200%201-.106-.9l4.233-5.723l-.596-.843l-5.302%207.348a.59.59%200%200%201-.854.123a.663.663%200%200%201-.113-.9l5.51-7.645L3.12%204.03a.67.67%200%200%201%20.129-.9zm2.435%200a.59.59%200%200%201%20.854.135l11.891%2016.703a.665.665%200%200%201-.118.9a.59.59%200%200%201-.854-.13L5.57%204.031a.665.665%200%200%201%20.118-.9zm7.438%201.844a.843.843%200%201%201-1.686%200a.843.843%200%200%201%201.686%200m-.843%2014.899a.844.844%200%201%200-.001-1.689a.844.844%200%200%200%200%201.689%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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