kma logo
kma from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- kma
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the kma logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.526 4.687c-.079 2.11-.185 2.786-.337 3.754c-.068.416-.141.89-.226 1.554c0 3.703 3.693 3.697 4.75 3.697h.057c.557 0 .822.417.822.845c0 .36-.225.844-.647.844c-6.147 0-6.67-4.317-6.67-5.73c0-.473.112-1.193.225-1.97c.09-.54.175-1.114.236-1.655c.124-.889.113-1.682.113-2.099v-.146c0-.636.259-.81.687-.777c.534.011.675.011.973.006l1.098-.006h3.732c5.245 0 5.307 4.497 5.307 7.03c0 .518-.315.827-.833.827c-.833 0-.844-.98-.844-1.812c0-3.861-1.88-4.278-4.092-4.362zm7.317 4.784A.85.85 0 0 0 12 8.627a.85.85 0 0 0-.844.844a.85.85 0 0 0 .844.844a.85.85 0 0 0 .844-.844m-3.658 1.407a.85.85 0 0 1 .844.844a.844.844 0 0 1-1.689 0a.85.85 0 0 1 .845-.844m9.85-3.377a1.688 1.688 0 0 1 .512 3.298c-.186 1.047-1.019 4.002-4.458 4.019h-.839s.085 4.475-4.305 5.02a1.69 1.69 0 0 1-3.293-.517c.028-.946.771-1.689 1.688-1.689c.597 0 1.126.316 1.43.788c.53-.079 3.073-.658 3.073-4.53v-.265c.017-.394.27-.495.507-.495c.18 0 .354.056.4.078c0 0 3.354 1.351 4.406-2.578a1.69 1.69 0 0 1 .879-3.129m0 1.126a.563.563 0 1 1 0 1.125a.563.563 0 0 1 0-1.125M8.903 19.32a.563.563 0 0 0-.563-.563c-.31 0-.534.225-.562.563a.563.563 0 1 0 1.125 0" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function TokenKma(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" fillRule="evenodd" d="M5.526 4.687c-.079 2.11-.185 2.786-.337 3.754c-.068.416-.141.89-.226 1.554c0 3.703 3.693 3.697 4.75 3.697h.057c.557 0 .822.417.822.845c0 .36-.225.844-.647.844c-6.147 0-6.67-4.317-6.67-5.73c0-.473.112-1.193.225-1.97c.09-.54.175-1.114.236-1.655c.124-.889.113-1.682.113-2.099v-.146c0-.636.259-.81.687-.777c.534.011.675.011.973.006l1.098-.006h3.732c5.245 0 5.307 4.497 5.307 7.03c0 .518-.315.827-.833.827c-.833 0-.844-.98-.844-1.812c0-3.861-1.88-4.278-4.092-4.362zm7.317 4.784A.85.85 0 0 0 12 8.627a.85.85 0 0 0-.844.844a.85.85 0 0 0 .844.844a.85.85 0 0 0 .844-.844m-3.658 1.407a.85.85 0 0 1 .844.844a.844.844 0 0 1-1.689 0a.85.85 0 0 1 .845-.844m9.85-3.377a1.688 1.688 0 0 1 .512 3.298c-.186 1.047-1.019 4.002-4.458 4.019h-.839s.085 4.475-4.305 5.02a1.69 1.69 0 0 1-3.293-.517c.028-.946.771-1.689 1.688-1.689c.597 0 1.126.316 1.43.788c.53-.079 3.073-.658 3.073-4.53v-.265c.017-.394.27-.495.507-.495c.18 0 .354.056.4.078c0 0 3.354 1.351 4.406-2.578a1.69 1.69 0 0 1 .879-3.129m0 1.126a.563.563 0 1 1 0 1.125a.563.563 0 0 1 0-1.125M8.903 19.32a.563.563 0 0 0-.563-.563c-.31 0-.534.225-.562.563a.563.563 0 1 0 1.125 0" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.526 4.687c-.079 2.11-.185 2.786-.337 3.754c-.068.416-.141.89-.226 1.554c0 3.703 3.693 3.697 4.75 3.697h.057c.557 0 .822.417.822.845c0 .36-.225.844-.647.844c-6.147 0-6.67-4.317-6.67-5.73c0-.473.112-1.193.225-1.97c.09-.54.175-1.114.236-1.655c.124-.889.113-1.682.113-2.099v-.146c0-.636.259-.81.687-.777c.534.011.675.011.973.006l1.098-.006h3.732c5.245 0 5.307 4.497 5.307 7.03c0 .518-.315.827-.833.827c-.833 0-.844-.98-.844-1.812c0-3.861-1.88-4.278-4.092-4.362zm7.317 4.784A.85.85 0 0 0 12 8.627a.85.85 0 0 0-.844.844a.85.85 0 0 0 .844.844a.85.85 0 0 0 .844-.844m-3.658 1.407a.85.85 0 0 1 .844.844a.844.844 0 0 1-1.689 0a.85.85 0 0 1 .845-.844m9.85-3.377a1.688 1.688 0 0 1 .512 3.298c-.186 1.047-1.019 4.002-4.458 4.019h-.839s.085 4.475-4.305 5.02a1.69 1.69 0 0 1-3.293-.517c.028-.946.771-1.689 1.688-1.689c.597 0 1.126.316 1.43.788c.53-.079 3.073-.658 3.073-4.53v-.265c.017-.394.27-.495.507-.495c.18 0 .354.056.4.078c0 0 3.354 1.351 4.406-2.578a1.69 1.69 0 0 1 .879-3.129m0 1.126a.563.563 0 1 1 0 1.125a.563.563 0 0 1 0-1.125M8.903 19.32a.563.563 0 0 0-.563-.563c-.31 0-.534.225-.562.563a.563.563 0 1 0 1.125 0" clip-rule="evenodd"/></svg> </template>
CSS
.icon-kma {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M5.526%204.687c-.079%202.11-.185%202.786-.337%203.754c-.068.416-.141.89-.226%201.554c0%203.703%203.693%203.697%204.75%203.697h.057c.557%200%20.822.417.822.845c0%20.36-.225.844-.647.844c-6.147%200-6.67-4.317-6.67-5.73c0-.473.112-1.193.225-1.97c.09-.54.175-1.114.236-1.655c.124-.889.113-1.682.113-2.099v-.146c0-.636.259-.81.687-.777c.534.011.675.011.973.006l1.098-.006h3.732c5.245%200%205.307%204.497%205.307%207.03c0%20.518-.315.827-.833.827c-.833%200-.844-.98-.844-1.812c0-3.861-1.88-4.278-4.092-4.362zm7.317%204.784A.85.85%200%200%200%2012%208.627a.85.85%200%200%200-.844.844a.85.85%200%200%200%20.844.844a.85.85%200%200%200%20.844-.844m-3.658%201.407a.85.85%200%200%201%20.844.844a.844.844%200%200%201-1.689%200a.85.85%200%200%201%20.845-.844m9.85-3.377a1.688%201.688%200%200%201%20.512%203.298c-.186%201.047-1.019%204.002-4.458%204.019h-.839s.085%204.475-4.305%205.02a1.69%201.69%200%200%201-3.293-.517c.028-.946.771-1.689%201.688-1.689c.597%200%201.126.316%201.43.788c.53-.079%203.073-.658%203.073-4.53v-.265c.017-.394.27-.495.507-.495c.18%200%20.354.056.4.078c0%200%203.354%201.351%204.406-2.578a1.69%201.69%200%200%201%20.879-3.129m0%201.126a.563.563%200%201%201%200%201.125a.563.563%200%200%201%200-1.125M8.903%2019.32a.563.563%200%200%200-.563-.563c-.31%200-.534.225-.562.563a.563.563%200%201%200%201.125%200%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M5.526%204.687c-.079%202.11-.185%202.786-.337%203.754c-.068.416-.141.89-.226%201.554c0%203.703%203.693%203.697%204.75%203.697h.057c.557%200%20.822.417.822.845c0%20.36-.225.844-.647.844c-6.147%200-6.67-4.317-6.67-5.73c0-.473.112-1.193.225-1.97c.09-.54.175-1.114.236-1.655c.124-.889.113-1.682.113-2.099v-.146c0-.636.259-.81.687-.777c.534.011.675.011.973.006l1.098-.006h3.732c5.245%200%205.307%204.497%205.307%207.03c0%20.518-.315.827-.833.827c-.833%200-.844-.98-.844-1.812c0-3.861-1.88-4.278-4.092-4.362zm7.317%204.784A.85.85%200%200%200%2012%208.627a.85.85%200%200%200-.844.844a.85.85%200%200%200%20.844.844a.85.85%200%200%200%20.844-.844m-3.658%201.407a.85.85%200%200%201%20.844.844a.844.844%200%200%201-1.689%200a.85.85%200%200%201%20.845-.844m9.85-3.377a1.688%201.688%200%200%201%20.512%203.298c-.186%201.047-1.019%204.002-4.458%204.019h-.839s.085%204.475-4.305%205.02a1.69%201.69%200%200%201-3.293-.517c.028-.946.771-1.689%201.688-1.689c.597%200%201.126.316%201.43.788c.53-.079%203.073-.658%203.073-4.53v-.265c.017-.394.27-.495.507-.495c.18%200%20.354.056.4.078c0%200%203.354%201.351%204.406-2.578a1.69%201.69%200%200%201%20.879-3.129m0%201.126a.563.563%200%201%201%200%201.125a.563.563%200%200%201%200-1.125M8.903%2019.32a.563.563%200%200%200-.563-.563c-.31%200-.534.225-.562.563a.563.563%200%201%200%201.125%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/kma.svg?color=%231a73e8&size=48