mork logo
mork from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- mork
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the mork logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.074 4.25c.4.13.955.255 1.335.44a7.97 7.97 0 0 1 4.485 5.85q.449 2.866-1.015 5.365a.19.19 0 0 1-.165.095h-2.14l-.02-.01a.04.04 0 0 1-.015-.04a6.026 6.026 0 0 0 .408-7.728a6 6 0 0 0-2.133-1.777a6.2 6.2 0 0 0-2.77-.675a.045.045 0 0 1-.045-.045v-2.5Q12 3 12.224 3h1.525c.175 0 .25.085.25.255v.9c0 .045.03.075.075.09zm-4.16 15.485c-.38-.14-.935-.26-1.3-.435A8 8 0 0 1 5.06 8.075A.15.15 0 0 1 5.19 8h2.12a.05.05 0 0 1 .04.03a.05.05 0 0 1-.005.05a6.1 6.1 0 0 0-.215 7.72a6.19 6.19 0 0 0 4.77 2.41c.04 0 .1.035.1.08v2.52c0 .05-.045.1-.08.135a.2.2 0 0 1-.135.055h-1.54c-.175 0-.25-.085-.245-.26v-.9c0-.045-.05-.09-.085-.1z"/><path fill="currentColor" fill-rule="evenodd" d="m16.138 13l-.8-.095v-.01l.01-.03l.015-.01l.85-.07a.155.155 0 0 0 .135-.11c.215-.61.365-1.36.25-1.99a2.35 2.35 0 0 0-1.125-1.65a2.36 2.36 0 0 0-2.365.005a2.38 2.38 0 0 0-1.16 2.04a2.32 2.32 0 0 1-4.53.71q-.024-.077-.055-.15q-.096-.204-.05.02a4.87 4.87 0 0 0 1.805 3.145a.1.1 0 0 1 .01.05l-.13 1.12c-.02.17.05.27.22.3c.35.065.735.11 1.15.15c.325.02.335-.345.34-.595v-.095c.01-.11.065-.15.175-.125l.09.025c.08.02.125.07.125.155v.12c-.01.22-.02.505.265.51h1.23a.215.215 0 0 0 .215-.22v-.4c0-.09.05-.145.13-.16l.165-.035q.112-.015.135.09l.125.575a.21.21 0 0 0 .26.16l1.225-.34a.215.215 0 0 0 .15-.255l-.225-.935a.14.14 0 0 1 .05-.15a4.4 4.4 0 0 0 1.365-1.7a.05.05 0 0 0-.025-.045zm-1.15-1.25a.983.983 0 0 0-.152-1.507a1 1 0 0 0-.543-.168a.974.974 0 0 0-.975.985a.985.985 0 0 0 .975.98c.26 0 .51-.1.695-.285z" clip-rule="evenodd"/><path fill="currentColor" d="M14.37 11.564c.29-.045.49-.3.45-.575a.516.516 0 0 0-.596-.425a.523.523 0 0 0-.45.58c.045.275.31.46.6.42zm-4.746-.19a.315.315 0 0 0 0-.63a.315.315 0 0 0 0 .63"/></svg>
React
import type { SVGProps } from "react";
export function TokenMork(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="M14.074 4.25c.4.13.955.255 1.335.44a7.97 7.97 0 0 1 4.485 5.85q.449 2.866-1.015 5.365a.19.19 0 0 1-.165.095h-2.14l-.02-.01a.04.04 0 0 1-.015-.04a6.026 6.026 0 0 0 .408-7.728a6 6 0 0 0-2.133-1.777a6.2 6.2 0 0 0-2.77-.675a.045.045 0 0 1-.045-.045v-2.5Q12 3 12.224 3h1.525c.175 0 .25.085.25.255v.9c0 .045.03.075.075.09zm-4.16 15.485c-.38-.14-.935-.26-1.3-.435A8 8 0 0 1 5.06 8.075A.15.15 0 0 1 5.19 8h2.12a.05.05 0 0 1 .04.03a.05.05 0 0 1-.005.05a6.1 6.1 0 0 0-.215 7.72a6.19 6.19 0 0 0 4.77 2.41c.04 0 .1.035.1.08v2.52c0 .05-.045.1-.08.135a.2.2 0 0 1-.135.055h-1.54c-.175 0-.25-.085-.245-.26v-.9c0-.045-.05-.09-.085-.1z"/><path fill="currentColor" fillRule="evenodd" d="m16.138 13l-.8-.095v-.01l.01-.03l.015-.01l.85-.07a.155.155 0 0 0 .135-.11c.215-.61.365-1.36.25-1.99a2.35 2.35 0 0 0-1.125-1.65a2.36 2.36 0 0 0-2.365.005a2.38 2.38 0 0 0-1.16 2.04a2.32 2.32 0 0 1-4.53.71q-.024-.077-.055-.15q-.096-.204-.05.02a4.87 4.87 0 0 0 1.805 3.145a.1.1 0 0 1 .01.05l-.13 1.12c-.02.17.05.27.22.3c.35.065.735.11 1.15.15c.325.02.335-.345.34-.595v-.095c.01-.11.065-.15.175-.125l.09.025c.08.02.125.07.125.155v.12c-.01.22-.02.505.265.51h1.23a.215.215 0 0 0 .215-.22v-.4c0-.09.05-.145.13-.16l.165-.035q.112-.015.135.09l.125.575a.21.21 0 0 0 .26.16l1.225-.34a.215.215 0 0 0 .15-.255l-.225-.935a.14.14 0 0 1 .05-.15a4.4 4.4 0 0 0 1.365-1.7a.05.05 0 0 0-.025-.045zm-1.15-1.25a.983.983 0 0 0-.152-1.507a1 1 0 0 0-.543-.168a.974.974 0 0 0-.975.985a.985.985 0 0 0 .975.98c.26 0 .51-.1.695-.285z" clipRule="evenodd"/><path fill="currentColor" d="M14.37 11.564c.29-.045.49-.3.45-.575a.516.516 0 0 0-.596-.425a.523.523 0 0 0-.45.58c.045.275.31.46.6.42zm-4.746-.19a.315.315 0 0 0 0-.63a.315.315 0 0 0 0 .63"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.074 4.25c.4.13.955.255 1.335.44a7.97 7.97 0 0 1 4.485 5.85q.449 2.866-1.015 5.365a.19.19 0 0 1-.165.095h-2.14l-.02-.01a.04.04 0 0 1-.015-.04a6.026 6.026 0 0 0 .408-7.728a6 6 0 0 0-2.133-1.777a6.2 6.2 0 0 0-2.77-.675a.045.045 0 0 1-.045-.045v-2.5Q12 3 12.224 3h1.525c.175 0 .25.085.25.255v.9c0 .045.03.075.075.09zm-4.16 15.485c-.38-.14-.935-.26-1.3-.435A8 8 0 0 1 5.06 8.075A.15.15 0 0 1 5.19 8h2.12a.05.05 0 0 1 .04.03a.05.05 0 0 1-.005.05a6.1 6.1 0 0 0-.215 7.72a6.19 6.19 0 0 0 4.77 2.41c.04 0 .1.035.1.08v2.52c0 .05-.045.1-.08.135a.2.2 0 0 1-.135.055h-1.54c-.175 0-.25-.085-.245-.26v-.9c0-.045-.05-.09-.085-.1z"/><path fill="currentColor" fill-rule="evenodd" d="m16.138 13l-.8-.095v-.01l.01-.03l.015-.01l.85-.07a.155.155 0 0 0 .135-.11c.215-.61.365-1.36.25-1.99a2.35 2.35 0 0 0-1.125-1.65a2.36 2.36 0 0 0-2.365.005a2.38 2.38 0 0 0-1.16 2.04a2.32 2.32 0 0 1-4.53.71q-.024-.077-.055-.15q-.096-.204-.05.02a4.87 4.87 0 0 0 1.805 3.145a.1.1 0 0 1 .01.05l-.13 1.12c-.02.17.05.27.22.3c.35.065.735.11 1.15.15c.325.02.335-.345.34-.595v-.095c.01-.11.065-.15.175-.125l.09.025c.08.02.125.07.125.155v.12c-.01.22-.02.505.265.51h1.23a.215.215 0 0 0 .215-.22v-.4c0-.09.05-.145.13-.16l.165-.035q.112-.015.135.09l.125.575a.21.21 0 0 0 .26.16l1.225-.34a.215.215 0 0 0 .15-.255l-.225-.935a.14.14 0 0 1 .05-.15a4.4 4.4 0 0 0 1.365-1.7a.05.05 0 0 0-.025-.045zm-1.15-1.25a.983.983 0 0 0-.152-1.507a1 1 0 0 0-.543-.168a.974.974 0 0 0-.975.985a.985.985 0 0 0 .975.98c.26 0 .51-.1.695-.285z" clip-rule="evenodd"/><path fill="currentColor" d="M14.37 11.564c.29-.045.49-.3.45-.575a.516.516 0 0 0-.596-.425a.523.523 0 0 0-.45.58c.045.275.31.46.6.42zm-4.746-.19a.315.315 0 0 0 0-.63a.315.315 0 0 0 0 .63"/></svg> </template>
CSS
.icon-mork {
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%22M14.074%204.25c.4.13.955.255%201.335.44a7.97%207.97%200%200%201%204.485%205.85q.449%202.866-1.015%205.365a.19.19%200%200%201-.165.095h-2.14l-.02-.01a.04.04%200%200%201-.015-.04a6.026%206.026%200%200%200%20.408-7.728a6%206%200%200%200-2.133-1.777a6.2%206.2%200%200%200-2.77-.675a.045.045%200%200%201-.045-.045v-2.5Q12%203%2012.224%203h1.525c.175%200%20.25.085.25.255v.9c0%20.045.03.075.075.09zm-4.16%2015.485c-.38-.14-.935-.26-1.3-.435A8%208%200%200%201%205.06%208.075A.15.15%200%200%201%205.19%208h2.12a.05.05%200%200%201%20.04.03a.05.05%200%200%201-.005.05a6.1%206.1%200%200%200-.215%207.72a6.19%206.19%200%200%200%204.77%202.41c.04%200%20.1.035.1.08v2.52c0%20.05-.045.1-.08.135a.2.2%200%200%201-.135.055h-1.54c-.175%200-.25-.085-.245-.26v-.9c0-.045-.05-.09-.085-.1z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m16.138%2013l-.8-.095v-.01l.01-.03l.015-.01l.85-.07a.155.155%200%200%200%20.135-.11c.215-.61.365-1.36.25-1.99a2.35%202.35%200%200%200-1.125-1.65a2.36%202.36%200%200%200-2.365.005a2.38%202.38%200%200%200-1.16%202.04a2.32%202.32%200%200%201-4.53.71q-.024-.077-.055-.15q-.096-.204-.05.02a4.87%204.87%200%200%200%201.805%203.145a.1.1%200%200%201%20.01.05l-.13%201.12c-.02.17.05.27.22.3c.35.065.735.11%201.15.15c.325.02.335-.345.34-.595v-.095c.01-.11.065-.15.175-.125l.09.025c.08.02.125.07.125.155v.12c-.01.22-.02.505.265.51h1.23a.215.215%200%200%200%20.215-.22v-.4c0-.09.05-.145.13-.16l.165-.035q.112-.015.135.09l.125.575a.21.21%200%200%200%20.26.16l1.225-.34a.215.215%200%200%200%20.15-.255l-.225-.935a.14.14%200%200%201%20.05-.15a4.4%204.4%200%200%200%201.365-1.7a.05.05%200%200%200-.025-.045zm-1.15-1.25a.983.983%200%200%200-.152-1.507a1%201%200%200%200-.543-.168a.974.974%200%200%200-.975.985a.985.985%200%200%200%20.975.98c.26%200%20.51-.1.695-.285z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.37%2011.564c.29-.045.49-.3.45-.575a.516.516%200%200%200-.596-.425a.523.523%200%200%200-.45.58c.045.275.31.46.6.42zm-4.746-.19a.315.315%200%200%200%200-.63a.315.315%200%200%200%200%20.63%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%22M14.074%204.25c.4.13.955.255%201.335.44a7.97%207.97%200%200%201%204.485%205.85q.449%202.866-1.015%205.365a.19.19%200%200%201-.165.095h-2.14l-.02-.01a.04.04%200%200%201-.015-.04a6.026%206.026%200%200%200%20.408-7.728a6%206%200%200%200-2.133-1.777a6.2%206.2%200%200%200-2.77-.675a.045.045%200%200%201-.045-.045v-2.5Q12%203%2012.224%203h1.525c.175%200%20.25.085.25.255v.9c0%20.045.03.075.075.09zm-4.16%2015.485c-.38-.14-.935-.26-1.3-.435A8%208%200%200%201%205.06%208.075A.15.15%200%200%201%205.19%208h2.12a.05.05%200%200%201%20.04.03a.05.05%200%200%201-.005.05a6.1%206.1%200%200%200-.215%207.72a6.19%206.19%200%200%200%204.77%202.41c.04%200%20.1.035.1.08v2.52c0%20.05-.045.1-.08.135a.2.2%200%200%201-.135.055h-1.54c-.175%200-.25-.085-.245-.26v-.9c0-.045-.05-.09-.085-.1z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m16.138%2013l-.8-.095v-.01l.01-.03l.015-.01l.85-.07a.155.155%200%200%200%20.135-.11c.215-.61.365-1.36.25-1.99a2.35%202.35%200%200%200-1.125-1.65a2.36%202.36%200%200%200-2.365.005a2.38%202.38%200%200%200-1.16%202.04a2.32%202.32%200%200%201-4.53.71q-.024-.077-.055-.15q-.096-.204-.05.02a4.87%204.87%200%200%200%201.805%203.145a.1.1%200%200%201%20.01.05l-.13%201.12c-.02.17.05.27.22.3c.35.065.735.11%201.15.15c.325.02.335-.345.34-.595v-.095c.01-.11.065-.15.175-.125l.09.025c.08.02.125.07.125.155v.12c-.01.22-.02.505.265.51h1.23a.215.215%200%200%200%20.215-.22v-.4c0-.09.05-.145.13-.16l.165-.035q.112-.015.135.09l.125.575a.21.21%200%200%200%20.26.16l1.225-.34a.215.215%200%200%200%20.15-.255l-.225-.935a.14.14%200%200%201%20.05-.15a4.4%204.4%200%200%200%201.365-1.7a.05.05%200%200%200-.025-.045zm-1.15-1.25a.983.983%200%200%200-.152-1.507a1%201%200%200%200-.543-.168a.974.974%200%200%200-.975.985a.985.985%200%200%200%20.975.98c.26%200%20.51-.1.695-.285z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.37%2011.564c.29-.045.49-.3.45-.575a.516.516%200%200%200-.596-.425a.523.523%200%200%200-.45.58c.045.275.31.46.6.42zm-4.746-.19a.315.315%200%200%200%200-.63a.315.315%200%200%200%200%20.63%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/mork.svg?color=%231a73e8&size=48