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

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

The same logo in other sets

Use the amb logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.11 11.48a.25.25 0 0 1-.245-.22a5 5 0 0 0-4.225-4.284a.256.256 0 0 1-.215-.285c.02-.135.145-.24.275-.22c2.385.325 4.3 2.264 4.65 4.73a.26.26 0 0 1-.21.29c0-.01-.01-.01-.03-.01m-1.28 4.37a.23.23 0 0 1-.165-.06a.255.255 0 0 1-.02-.36c.7-.795 1.13-1.77 1.25-2.825c.02-.14.145-.245.274-.22c.13.02.236.145.215.28a5.7 5.7 0 0 1-1.374 3.115c-.05.05-.12.07-.18.07m-3.15 1.71a.25.25 0 0 1-.245-.22c-.02-.136.085-.276.215-.285a4.9 4.9 0 0 0 2.285-.95a.24.24 0 0 1 .186-.052a.24.24 0 0 1 .164.102c.075.114.055.275-.055.354a5.35 5.35 0 0 1-2.52 1.06c-.01-.01-.02-.01-.03-.01m-1.36 0h-.03a5.49 5.49 0 0 1-4.674-4.895a.255.255 0 0 1 .215-.28c.13-.025.25.08.275.22a5 5 0 0 0 4.244 4.45c.13.024.235.15.215.284a.25.25 0 0 1-.25.22zm-4.44-6.08h-.04c-.13-.02-.224-.15-.214-.29A5.6 5.6 0 0 1 8.05 8.17a.236.236 0 0 1 .345-.01c.1.095.1.26.01.355a5.05 5.05 0 0 0-1.29 2.75a.235.235 0 0 1-.235.215m2.116-3.56a.26.26 0 0 1-.2-.104a.26.26 0 0 1 .055-.36a5.3 5.3 0 0 1 2.43-.985c.13-.02.264.085.274.22c.02.14-.085.275-.215.285c-.795.1-1.55.42-2.2.9a.23.23 0 0 1-.15.045z"/><path fill="currentColor" d="M12 16.535c-2.414 0-4.374-2.035-4.374-4.52c0-2.494 1.97-4.514 4.374-4.514c2.415 0 4.38 2.03 4.38 4.514c0 2.495-1.965 4.52-4.38 4.52M12 8a3.96 3.96 0 0 0-3.89 4.015c0 2.21 1.75 4.014 3.89 4.014c2.145 0 3.89-1.8 3.89-4.015C15.88 9.804 14.14 8 12 8m-5.14 5.114c.3 0 .54-.25.54-.55A.55.55 0 0 0 6.86 12c-.3 0-.534.25-.534.555s.24.555.535.555zm10.3-1.264c.3 0 .54-.25.54-.556a.55.55 0 0 0-.54-.56c-.3 0-.54.25-.54.56c0 .3.24.55.54.55z"/><path fill="currentColor" d="M13.34 10.86c0-.75-.59-1.36-1.31-1.36a1.34 1.34 0 0 0-1.31 1.36c0 .475.23.89.59 1.14l.02-.1a.4.4 0 0 1 .37-.325h.665c.18 0 .34.15.37.325l.015.1c.35-.25.59-.665.59-1.14"/><path fill="currentColor" d="m11.255 11.945l-.38 2.245c-.035.17.1.31.28.31h1.75c.19 0 .315-.14.285-.31l-.39-2.25a1.47 1.47 0 0 1-1.545.005"/><path fill="currentColor" d="M12.385 11.515h-.71a.414.414 0 0 0-.4.345l-.015.1a1.325 1.325 0 0 0 1.545 0l-.025-.1a.415.415 0 0 0-.395-.35z"/><path fill="currentColor" d="M21.534 12.475a.45.45 0 0 1-.4-.24c-.035-.05-2.935-5.234-9.134-5.234c-6.2 0-9.099 5.184-9.129 5.234a.46.46 0 0 1-.852-.098a.5.5 0 0 1 .037-.362c.125-.23 3.17-5.774 9.944-5.774c6.764 0 9.809 5.544 9.944 5.774a.49.49 0 0 1-.185.65c-.07.03-.15.05-.225.05"/><path fill="currentColor" d="M12 18c-6.764 0-9.809-5.545-9.944-5.775a.49.49 0 0 1 .185-.65a.46.46 0 0 1 .63.19c.03.05 2.925 5.234 9.129 5.234s9.099-5.184 9.129-5.234a.46.46 0 0 1 .63-.19a.49.49 0 0 1 .185.65c-.135.24-3.18 5.774-9.944 5.774"/></svg>

React

import type { SVGProps } from "react";

export function TokenAmb(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="M17.11 11.48a.25.25 0 0 1-.245-.22a5 5 0 0 0-4.225-4.284a.256.256 0 0 1-.215-.285c.02-.135.145-.24.275-.22c2.385.325 4.3 2.264 4.65 4.73a.26.26 0 0 1-.21.29c0-.01-.01-.01-.03-.01m-1.28 4.37a.23.23 0 0 1-.165-.06a.255.255 0 0 1-.02-.36c.7-.795 1.13-1.77 1.25-2.825c.02-.14.145-.245.274-.22c.13.02.236.145.215.28a5.7 5.7 0 0 1-1.374 3.115c-.05.05-.12.07-.18.07m-3.15 1.71a.25.25 0 0 1-.245-.22c-.02-.136.085-.276.215-.285a4.9 4.9 0 0 0 2.285-.95a.24.24 0 0 1 .186-.052a.24.24 0 0 1 .164.102c.075.114.055.275-.055.354a5.35 5.35 0 0 1-2.52 1.06c-.01-.01-.02-.01-.03-.01m-1.36 0h-.03a5.49 5.49 0 0 1-4.674-4.895a.255.255 0 0 1 .215-.28c.13-.025.25.08.275.22a5 5 0 0 0 4.244 4.45c.13.024.235.15.215.284a.25.25 0 0 1-.25.22zm-4.44-6.08h-.04c-.13-.02-.224-.15-.214-.29A5.6 5.6 0 0 1 8.05 8.17a.236.236 0 0 1 .345-.01c.1.095.1.26.01.355a5.05 5.05 0 0 0-1.29 2.75a.235.235 0 0 1-.235.215m2.116-3.56a.26.26 0 0 1-.2-.104a.26.26 0 0 1 .055-.36a5.3 5.3 0 0 1 2.43-.985c.13-.02.264.085.274.22c.02.14-.085.275-.215.285c-.795.1-1.55.42-2.2.9a.23.23 0 0 1-.15.045z"/><path fill="currentColor" d="M12 16.535c-2.414 0-4.374-2.035-4.374-4.52c0-2.494 1.97-4.514 4.374-4.514c2.415 0 4.38 2.03 4.38 4.514c0 2.495-1.965 4.52-4.38 4.52M12 8a3.96 3.96 0 0 0-3.89 4.015c0 2.21 1.75 4.014 3.89 4.014c2.145 0 3.89-1.8 3.89-4.015C15.88 9.804 14.14 8 12 8m-5.14 5.114c.3 0 .54-.25.54-.55A.55.55 0 0 0 6.86 12c-.3 0-.534.25-.534.555s.24.555.535.555zm10.3-1.264c.3 0 .54-.25.54-.556a.55.55 0 0 0-.54-.56c-.3 0-.54.25-.54.56c0 .3.24.55.54.55z"/><path fill="currentColor" d="M13.34 10.86c0-.75-.59-1.36-1.31-1.36a1.34 1.34 0 0 0-1.31 1.36c0 .475.23.89.59 1.14l.02-.1a.4.4 0 0 1 .37-.325h.665c.18 0 .34.15.37.325l.015.1c.35-.25.59-.665.59-1.14"/><path fill="currentColor" d="m11.255 11.945l-.38 2.245c-.035.17.1.31.28.31h1.75c.19 0 .315-.14.285-.31l-.39-2.25a1.47 1.47 0 0 1-1.545.005"/><path fill="currentColor" d="M12.385 11.515h-.71a.414.414 0 0 0-.4.345l-.015.1a1.325 1.325 0 0 0 1.545 0l-.025-.1a.415.415 0 0 0-.395-.35z"/><path fill="currentColor" d="M21.534 12.475a.45.45 0 0 1-.4-.24c-.035-.05-2.935-5.234-9.134-5.234c-6.2 0-9.099 5.184-9.129 5.234a.46.46 0 0 1-.852-.098a.5.5 0 0 1 .037-.362c.125-.23 3.17-5.774 9.944-5.774c6.764 0 9.809 5.544 9.944 5.774a.49.49 0 0 1-.185.65c-.07.03-.15.05-.225.05"/><path fill="currentColor" d="M12 18c-6.764 0-9.809-5.545-9.944-5.775a.49.49 0 0 1 .185-.65a.46.46 0 0 1 .63.19c.03.05 2.925 5.234 9.129 5.234s9.099-5.184 9.129-5.234a.46.46 0 0 1 .63-.19a.49.49 0 0 1 .185.65c-.135.24-3.18 5.774-9.944 5.774"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.11 11.48a.25.25 0 0 1-.245-.22a5 5 0 0 0-4.225-4.284a.256.256 0 0 1-.215-.285c.02-.135.145-.24.275-.22c2.385.325 4.3 2.264 4.65 4.73a.26.26 0 0 1-.21.29c0-.01-.01-.01-.03-.01m-1.28 4.37a.23.23 0 0 1-.165-.06a.255.255 0 0 1-.02-.36c.7-.795 1.13-1.77 1.25-2.825c.02-.14.145-.245.274-.22c.13.02.236.145.215.28a5.7 5.7 0 0 1-1.374 3.115c-.05.05-.12.07-.18.07m-3.15 1.71a.25.25 0 0 1-.245-.22c-.02-.136.085-.276.215-.285a4.9 4.9 0 0 0 2.285-.95a.24.24 0 0 1 .186-.052a.24.24 0 0 1 .164.102c.075.114.055.275-.055.354a5.35 5.35 0 0 1-2.52 1.06c-.01-.01-.02-.01-.03-.01m-1.36 0h-.03a5.49 5.49 0 0 1-4.674-4.895a.255.255 0 0 1 .215-.28c.13-.025.25.08.275.22a5 5 0 0 0 4.244 4.45c.13.024.235.15.215.284a.25.25 0 0 1-.25.22zm-4.44-6.08h-.04c-.13-.02-.224-.15-.214-.29A5.6 5.6 0 0 1 8.05 8.17a.236.236 0 0 1 .345-.01c.1.095.1.26.01.355a5.05 5.05 0 0 0-1.29 2.75a.235.235 0 0 1-.235.215m2.116-3.56a.26.26 0 0 1-.2-.104a.26.26 0 0 1 .055-.36a5.3 5.3 0 0 1 2.43-.985c.13-.02.264.085.274.22c.02.14-.085.275-.215.285c-.795.1-1.55.42-2.2.9a.23.23 0 0 1-.15.045z"/><path fill="currentColor" d="M12 16.535c-2.414 0-4.374-2.035-4.374-4.52c0-2.494 1.97-4.514 4.374-4.514c2.415 0 4.38 2.03 4.38 4.514c0 2.495-1.965 4.52-4.38 4.52M12 8a3.96 3.96 0 0 0-3.89 4.015c0 2.21 1.75 4.014 3.89 4.014c2.145 0 3.89-1.8 3.89-4.015C15.88 9.804 14.14 8 12 8m-5.14 5.114c.3 0 .54-.25.54-.55A.55.55 0 0 0 6.86 12c-.3 0-.534.25-.534.555s.24.555.535.555zm10.3-1.264c.3 0 .54-.25.54-.556a.55.55 0 0 0-.54-.56c-.3 0-.54.25-.54.56c0 .3.24.55.54.55z"/><path fill="currentColor" d="M13.34 10.86c0-.75-.59-1.36-1.31-1.36a1.34 1.34 0 0 0-1.31 1.36c0 .475.23.89.59 1.14l.02-.1a.4.4 0 0 1 .37-.325h.665c.18 0 .34.15.37.325l.015.1c.35-.25.59-.665.59-1.14"/><path fill="currentColor" d="m11.255 11.945l-.38 2.245c-.035.17.1.31.28.31h1.75c.19 0 .315-.14.285-.31l-.39-2.25a1.47 1.47 0 0 1-1.545.005"/><path fill="currentColor" d="M12.385 11.515h-.71a.414.414 0 0 0-.4.345l-.015.1a1.325 1.325 0 0 0 1.545 0l-.025-.1a.415.415 0 0 0-.395-.35z"/><path fill="currentColor" d="M21.534 12.475a.45.45 0 0 1-.4-.24c-.035-.05-2.935-5.234-9.134-5.234c-6.2 0-9.099 5.184-9.129 5.234a.46.46 0 0 1-.852-.098a.5.5 0 0 1 .037-.362c.125-.23 3.17-5.774 9.944-5.774c6.764 0 9.809 5.544 9.944 5.774a.49.49 0 0 1-.185.65c-.07.03-.15.05-.225.05"/><path fill="currentColor" d="M12 18c-6.764 0-9.809-5.545-9.944-5.775a.49.49 0 0 1 .185-.65a.46.46 0 0 1 .63.19c.03.05 2.925 5.234 9.129 5.234s9.099-5.184 9.129-5.234a.46.46 0 0 1 .63-.19a.49.49 0 0 1 .185.65c-.135.24-3.18 5.774-9.944 5.774"/></svg>
</template>

CSS

.icon-amb {
  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%22M17.11%2011.48a.25.25%200%200%201-.245-.22a5%205%200%200%200-4.225-4.284a.256.256%200%200%201-.215-.285c.02-.135.145-.24.275-.22c2.385.325%204.3%202.264%204.65%204.73a.26.26%200%200%201-.21.29c0-.01-.01-.01-.03-.01m-1.28%204.37a.23.23%200%200%201-.165-.06a.255.255%200%200%201-.02-.36c.7-.795%201.13-1.77%201.25-2.825c.02-.14.145-.245.274-.22c.13.02.236.145.215.28a5.7%205.7%200%200%201-1.374%203.115c-.05.05-.12.07-.18.07m-3.15%201.71a.25.25%200%200%201-.245-.22c-.02-.136.085-.276.215-.285a4.9%204.9%200%200%200%202.285-.95a.24.24%200%200%201%20.186-.052a.24.24%200%200%201%20.164.102c.075.114.055.275-.055.354a5.35%205.35%200%200%201-2.52%201.06c-.01-.01-.02-.01-.03-.01m-1.36%200h-.03a5.49%205.49%200%200%201-4.674-4.895a.255.255%200%200%201%20.215-.28c.13-.025.25.08.275.22a5%205%200%200%200%204.244%204.45c.13.024.235.15.215.284a.25.25%200%200%201-.25.22zm-4.44-6.08h-.04c-.13-.02-.224-.15-.214-.29A5.6%205.6%200%200%201%208.05%208.17a.236.236%200%200%201%20.345-.01c.1.095.1.26.01.355a5.05%205.05%200%200%200-1.29%202.75a.235.235%200%200%201-.235.215m2.116-3.56a.26.26%200%200%201-.2-.104a.26.26%200%200%201%20.055-.36a5.3%205.3%200%200%201%202.43-.985c.13-.02.264.085.274.22c.02.14-.085.275-.215.285c-.795.1-1.55.42-2.2.9a.23.23%200%200%201-.15.045z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2016.535c-2.414%200-4.374-2.035-4.374-4.52c0-2.494%201.97-4.514%204.374-4.514c2.415%200%204.38%202.03%204.38%204.514c0%202.495-1.965%204.52-4.38%204.52M12%208a3.96%203.96%200%200%200-3.89%204.015c0%202.21%201.75%204.014%203.89%204.014c2.145%200%203.89-1.8%203.89-4.015C15.88%209.804%2014.14%208%2012%208m-5.14%205.114c.3%200%20.54-.25.54-.55A.55.55%200%200%200%206.86%2012c-.3%200-.534.25-.534.555s.24.555.535.555zm10.3-1.264c.3%200%20.54-.25.54-.556a.55.55%200%200%200-.54-.56c-.3%200-.54.25-.54.56c0%20.3.24.55.54.55z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.34%2010.86c0-.75-.59-1.36-1.31-1.36a1.34%201.34%200%200%200-1.31%201.36c0%20.475.23.89.59%201.14l.02-.1a.4.4%200%200%201%20.37-.325h.665c.18%200%20.34.15.37.325l.015.1c.35-.25.59-.665.59-1.14%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.255%2011.945l-.38%202.245c-.035.17.1.31.28.31h1.75c.19%200%20.315-.14.285-.31l-.39-2.25a1.47%201.47%200%200%201-1.545.005%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.385%2011.515h-.71a.414.414%200%200%200-.4.345l-.015.1a1.325%201.325%200%200%200%201.545%200l-.025-.1a.415.415%200%200%200-.395-.35z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.534%2012.475a.45.45%200%200%201-.4-.24c-.035-.05-2.935-5.234-9.134-5.234c-6.2%200-9.099%205.184-9.129%205.234a.46.46%200%200%201-.852-.098a.5.5%200%200%201%20.037-.362c.125-.23%203.17-5.774%209.944-5.774c6.764%200%209.809%205.544%209.944%205.774a.49.49%200%200%201-.185.65c-.07.03-.15.05-.225.05%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2018c-6.764%200-9.809-5.545-9.944-5.775a.49.49%200%200%201%20.185-.65a.46.46%200%200%201%20.63.19c.03.05%202.925%205.234%209.129%205.234s9.099-5.184%209.129-5.234a.46.46%200%200%201%20.63-.19a.49.49%200%200%201%20.185.65c-.135.24-3.18%205.774-9.944%205.774%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%22M17.11%2011.48a.25.25%200%200%201-.245-.22a5%205%200%200%200-4.225-4.284a.256.256%200%200%201-.215-.285c.02-.135.145-.24.275-.22c2.385.325%204.3%202.264%204.65%204.73a.26.26%200%200%201-.21.29c0-.01-.01-.01-.03-.01m-1.28%204.37a.23.23%200%200%201-.165-.06a.255.255%200%200%201-.02-.36c.7-.795%201.13-1.77%201.25-2.825c.02-.14.145-.245.274-.22c.13.02.236.145.215.28a5.7%205.7%200%200%201-1.374%203.115c-.05.05-.12.07-.18.07m-3.15%201.71a.25.25%200%200%201-.245-.22c-.02-.136.085-.276.215-.285a4.9%204.9%200%200%200%202.285-.95a.24.24%200%200%201%20.186-.052a.24.24%200%200%201%20.164.102c.075.114.055.275-.055.354a5.35%205.35%200%200%201-2.52%201.06c-.01-.01-.02-.01-.03-.01m-1.36%200h-.03a5.49%205.49%200%200%201-4.674-4.895a.255.255%200%200%201%20.215-.28c.13-.025.25.08.275.22a5%205%200%200%200%204.244%204.45c.13.024.235.15.215.284a.25.25%200%200%201-.25.22zm-4.44-6.08h-.04c-.13-.02-.224-.15-.214-.29A5.6%205.6%200%200%201%208.05%208.17a.236.236%200%200%201%20.345-.01c.1.095.1.26.01.355a5.05%205.05%200%200%200-1.29%202.75a.235.235%200%200%201-.235.215m2.116-3.56a.26.26%200%200%201-.2-.104a.26.26%200%200%201%20.055-.36a5.3%205.3%200%200%201%202.43-.985c.13-.02.264.085.274.22c.02.14-.085.275-.215.285c-.795.1-1.55.42-2.2.9a.23.23%200%200%201-.15.045z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2016.535c-2.414%200-4.374-2.035-4.374-4.52c0-2.494%201.97-4.514%204.374-4.514c2.415%200%204.38%202.03%204.38%204.514c0%202.495-1.965%204.52-4.38%204.52M12%208a3.96%203.96%200%200%200-3.89%204.015c0%202.21%201.75%204.014%203.89%204.014c2.145%200%203.89-1.8%203.89-4.015C15.88%209.804%2014.14%208%2012%208m-5.14%205.114c.3%200%20.54-.25.54-.55A.55.55%200%200%200%206.86%2012c-.3%200-.534.25-.534.555s.24.555.535.555zm10.3-1.264c.3%200%20.54-.25.54-.556a.55.55%200%200%200-.54-.56c-.3%200-.54.25-.54.56c0%20.3.24.55.54.55z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.34%2010.86c0-.75-.59-1.36-1.31-1.36a1.34%201.34%200%200%200-1.31%201.36c0%20.475.23.89.59%201.14l.02-.1a.4.4%200%200%201%20.37-.325h.665c.18%200%20.34.15.37.325l.015.1c.35-.25.59-.665.59-1.14%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.255%2011.945l-.38%202.245c-.035.17.1.31.28.31h1.75c.19%200%20.315-.14.285-.31l-.39-2.25a1.47%201.47%200%200%201-1.545.005%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.385%2011.515h-.71a.414.414%200%200%200-.4.345l-.015.1a1.325%201.325%200%200%200%201.545%200l-.025-.1a.415.415%200%200%200-.395-.35z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.534%2012.475a.45.45%200%200%201-.4-.24c-.035-.05-2.935-5.234-9.134-5.234c-6.2%200-9.099%205.184-9.129%205.234a.46.46%200%200%201-.852-.098a.5.5%200%200%201%20.037-.362c.125-.23%203.17-5.774%209.944-5.774c6.764%200%209.809%205.544%209.944%205.774a.49.49%200%200%201-.185.65c-.07.03-.15.05-.225.05%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2018c-6.764%200-9.809-5.545-9.944-5.775a.49.49%200%200%201%20.185-.65a.46.46%200%200%201%20.63.19c.03.05%202.925%205.234%209.129%205.234s9.099-5.184%209.129-5.234a.46.46%200%200%201%20.63-.19a.49.49%200%200%201%20.185.65c-.135.24-3.18%205.774-9.944%205.774%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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