dsm logo
dsm from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- dsm
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the dsm logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.208 3.36C7.63 3.079 8.063 3 8.445 3c2.351 0 4.978 1.243 7.008 2.959c2.02 1.704 3.538 3.96 3.538 6.051c0 2.115-1.631 3.949-3.583 5.22c-1.968 1.282-4.375 2.081-6.136 2.081a3.68 3.68 0 0 1-2.233-.68a4.17 4.17 0 0 1-1.294-1.67c-.596-1.294-.73-2.88-.73-4.101c0-4.219.432-6.66 1.068-8.06a3.3 3.3 0 0 1 1.125-1.44m-.506 1.715c-.58 1.26-1.109 3.583-1.109 7.785c0 1.192.225 2.66.76 3.825a3.9 3.9 0 0 0 1.085 1.513c.462.337 1.058.55 1.834.55c1.597 0 3.88-.843 5.765-2.075c1.901-1.237 3.375-2.89 3.375-4.668c0-1.8-1.434-3.881-3.397-5.54c-1.947-1.648-4.433-2.903-6.559-2.903c-.286 0-.579.057-.866.248a3.1 3.1 0 0 0-.883 1.265z"/><path fill="currentColor" d="M8.372 4.485a2.2 2.2 0 0 1 1.238-.36c2.356 0 4.977 1.243 7.008 2.959c2.019 1.704 3.538 3.96 3.538 6.052c0 2.114-1.631 3.948-3.583 5.22c-1.969 1.281-4.37 2.08-6.136 2.08a3.68 3.68 0 0 1-2.233-.68a4.17 4.17 0 0 1-1.294-1.67c-.596-1.294-.731-2.88-.731-4.101c0-4.219.433-6.66 1.068-8.06a3.3 3.3 0 0 1 1.125-1.44M7.866 6.2c-.58 1.26-1.108 3.583-1.108 7.785c0 1.192.225 2.66.76 3.825a3.9 3.9 0 0 0 1.085 1.513c.467.337 1.057.55 1.834.55c1.603 0 3.88-.843 5.77-2.075c1.896-1.237 3.364-2.89 3.364-4.668c0-1.8-1.429-3.881-3.392-5.54c-1.952-1.648-4.426-2.903-6.564-2.903c-.287 0-.58.057-.866.248A3.1 3.1 0 0 0 7.866 6.2"/><path fill="currentColor" d="M6.043 5.047c.422-.28.855-.36 1.238-.36c2.35 0 4.978 1.244 7.008 2.959c2.02 1.704 3.538 3.96 3.538 6.052c0 2.115-1.631 3.948-3.583 5.22c-1.969 1.282-4.376 2.08-6.136 2.08a3.68 3.68 0 0 1-2.233-.68a4.17 4.17 0 0 1-1.3-1.67c-.59-1.294-.73-2.88-.73-4.1c0-4.22.438-6.66 1.074-8.06a3.3 3.3 0 0 1 1.124-1.44m-.506 1.716c-.58 1.26-1.108 3.583-1.108 7.784c0 1.193.225 2.66.76 3.825a3.9 3.9 0 0 0 1.085 1.513c.461.337 1.057.551 1.834.551c1.597 0 3.88-.843 5.765-2.075c1.895-1.238 3.375-2.891 3.375-4.669c0-1.8-1.435-3.88-3.398-5.54C11.9 6.504 9.418 5.25 7.28 5.25c-.28 0-.578.056-.86.247c-.398.343-.703.78-.888 1.272z"/></svg>
React
import type { SVGProps } from "react";
export function TokenDsm(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="M7.208 3.36C7.63 3.079 8.063 3 8.445 3c2.351 0 4.978 1.243 7.008 2.959c2.02 1.704 3.538 3.96 3.538 6.051c0 2.115-1.631 3.949-3.583 5.22c-1.968 1.282-4.375 2.081-6.136 2.081a3.68 3.68 0 0 1-2.233-.68a4.17 4.17 0 0 1-1.294-1.67c-.596-1.294-.73-2.88-.73-4.101c0-4.219.432-6.66 1.068-8.06a3.3 3.3 0 0 1 1.125-1.44m-.506 1.715c-.58 1.26-1.109 3.583-1.109 7.785c0 1.192.225 2.66.76 3.825a3.9 3.9 0 0 0 1.085 1.513c.462.337 1.058.55 1.834.55c1.597 0 3.88-.843 5.765-2.075c1.901-1.237 3.375-2.89 3.375-4.668c0-1.8-1.434-3.881-3.397-5.54c-1.947-1.648-4.433-2.903-6.559-2.903c-.286 0-.579.057-.866.248a3.1 3.1 0 0 0-.883 1.265z"/><path fill="currentColor" d="M8.372 4.485a2.2 2.2 0 0 1 1.238-.36c2.356 0 4.977 1.243 7.008 2.959c2.019 1.704 3.538 3.96 3.538 6.052c0 2.114-1.631 3.948-3.583 5.22c-1.969 1.281-4.37 2.08-6.136 2.08a3.68 3.68 0 0 1-2.233-.68a4.17 4.17 0 0 1-1.294-1.67c-.596-1.294-.731-2.88-.731-4.101c0-4.219.433-6.66 1.068-8.06a3.3 3.3 0 0 1 1.125-1.44M7.866 6.2c-.58 1.26-1.108 3.583-1.108 7.785c0 1.192.225 2.66.76 3.825a3.9 3.9 0 0 0 1.085 1.513c.467.337 1.057.55 1.834.55c1.603 0 3.88-.843 5.77-2.075c1.896-1.237 3.364-2.89 3.364-4.668c0-1.8-1.429-3.881-3.392-5.54c-1.952-1.648-4.426-2.903-6.564-2.903c-.287 0-.58.057-.866.248A3.1 3.1 0 0 0 7.866 6.2"/><path fill="currentColor" d="M6.043 5.047c.422-.28.855-.36 1.238-.36c2.35 0 4.978 1.244 7.008 2.959c2.02 1.704 3.538 3.96 3.538 6.052c0 2.115-1.631 3.948-3.583 5.22c-1.969 1.282-4.376 2.08-6.136 2.08a3.68 3.68 0 0 1-2.233-.68a4.17 4.17 0 0 1-1.3-1.67c-.59-1.294-.73-2.88-.73-4.1c0-4.22.438-6.66 1.074-8.06a3.3 3.3 0 0 1 1.124-1.44m-.506 1.716c-.58 1.26-1.108 3.583-1.108 7.784c0 1.193.225 2.66.76 3.825a3.9 3.9 0 0 0 1.085 1.513c.461.337 1.057.551 1.834.551c1.597 0 3.88-.843 5.765-2.075c1.895-1.238 3.375-2.891 3.375-4.669c0-1.8-1.435-3.88-3.398-5.54C11.9 6.504 9.418 5.25 7.28 5.25c-.28 0-.578.056-.86.247c-.398.343-.703.78-.888 1.272z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.208 3.36C7.63 3.079 8.063 3 8.445 3c2.351 0 4.978 1.243 7.008 2.959c2.02 1.704 3.538 3.96 3.538 6.051c0 2.115-1.631 3.949-3.583 5.22c-1.968 1.282-4.375 2.081-6.136 2.081a3.68 3.68 0 0 1-2.233-.68a4.17 4.17 0 0 1-1.294-1.67c-.596-1.294-.73-2.88-.73-4.101c0-4.219.432-6.66 1.068-8.06a3.3 3.3 0 0 1 1.125-1.44m-.506 1.715c-.58 1.26-1.109 3.583-1.109 7.785c0 1.192.225 2.66.76 3.825a3.9 3.9 0 0 0 1.085 1.513c.462.337 1.058.55 1.834.55c1.597 0 3.88-.843 5.765-2.075c1.901-1.237 3.375-2.89 3.375-4.668c0-1.8-1.434-3.881-3.397-5.54c-1.947-1.648-4.433-2.903-6.559-2.903c-.286 0-.579.057-.866.248a3.1 3.1 0 0 0-.883 1.265z"/><path fill="currentColor" d="M8.372 4.485a2.2 2.2 0 0 1 1.238-.36c2.356 0 4.977 1.243 7.008 2.959c2.019 1.704 3.538 3.96 3.538 6.052c0 2.114-1.631 3.948-3.583 5.22c-1.969 1.281-4.37 2.08-6.136 2.08a3.68 3.68 0 0 1-2.233-.68a4.17 4.17 0 0 1-1.294-1.67c-.596-1.294-.731-2.88-.731-4.101c0-4.219.433-6.66 1.068-8.06a3.3 3.3 0 0 1 1.125-1.44M7.866 6.2c-.58 1.26-1.108 3.583-1.108 7.785c0 1.192.225 2.66.76 3.825a3.9 3.9 0 0 0 1.085 1.513c.467.337 1.057.55 1.834.55c1.603 0 3.88-.843 5.77-2.075c1.896-1.237 3.364-2.89 3.364-4.668c0-1.8-1.429-3.881-3.392-5.54c-1.952-1.648-4.426-2.903-6.564-2.903c-.287 0-.58.057-.866.248A3.1 3.1 0 0 0 7.866 6.2"/><path fill="currentColor" d="M6.043 5.047c.422-.28.855-.36 1.238-.36c2.35 0 4.978 1.244 7.008 2.959c2.02 1.704 3.538 3.96 3.538 6.052c0 2.115-1.631 3.948-3.583 5.22c-1.969 1.282-4.376 2.08-6.136 2.08a3.68 3.68 0 0 1-2.233-.68a4.17 4.17 0 0 1-1.3-1.67c-.59-1.294-.73-2.88-.73-4.1c0-4.22.438-6.66 1.074-8.06a3.3 3.3 0 0 1 1.124-1.44m-.506 1.716c-.58 1.26-1.108 3.583-1.108 7.784c0 1.193.225 2.66.76 3.825a3.9 3.9 0 0 0 1.085 1.513c.461.337 1.057.551 1.834.551c1.597 0 3.88-.843 5.765-2.075c1.895-1.238 3.375-2.891 3.375-4.669c0-1.8-1.435-3.88-3.398-5.54C11.9 6.504 9.418 5.25 7.28 5.25c-.28 0-.578.056-.86.247c-.398.343-.703.78-.888 1.272z"/></svg> </template>
CSS
.icon-dsm {
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%22M7.208%203.36C7.63%203.079%208.063%203%208.445%203c2.351%200%204.978%201.243%207.008%202.959c2.02%201.704%203.538%203.96%203.538%206.051c0%202.115-1.631%203.949-3.583%205.22c-1.968%201.282-4.375%202.081-6.136%202.081a3.68%203.68%200%200%201-2.233-.68a4.17%204.17%200%200%201-1.294-1.67c-.596-1.294-.73-2.88-.73-4.101c0-4.219.432-6.66%201.068-8.06a3.3%203.3%200%200%201%201.125-1.44m-.506%201.715c-.58%201.26-1.109%203.583-1.109%207.785c0%201.192.225%202.66.76%203.825a3.9%203.9%200%200%200%201.085%201.513c.462.337%201.058.55%201.834.55c1.597%200%203.88-.843%205.765-2.075c1.901-1.237%203.375-2.89%203.375-4.668c0-1.8-1.434-3.881-3.397-5.54c-1.947-1.648-4.433-2.903-6.559-2.903c-.286%200-.579.057-.866.248a3.1%203.1%200%200%200-.883%201.265z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.372%204.485a2.2%202.2%200%200%201%201.238-.36c2.356%200%204.977%201.243%207.008%202.959c2.019%201.704%203.538%203.96%203.538%206.052c0%202.114-1.631%203.948-3.583%205.22c-1.969%201.281-4.37%202.08-6.136%202.08a3.68%203.68%200%200%201-2.233-.68a4.17%204.17%200%200%201-1.294-1.67c-.596-1.294-.731-2.88-.731-4.101c0-4.219.433-6.66%201.068-8.06a3.3%203.3%200%200%201%201.125-1.44M7.866%206.2c-.58%201.26-1.108%203.583-1.108%207.785c0%201.192.225%202.66.76%203.825a3.9%203.9%200%200%200%201.085%201.513c.467.337%201.057.55%201.834.55c1.603%200%203.88-.843%205.77-2.075c1.896-1.237%203.364-2.89%203.364-4.668c0-1.8-1.429-3.881-3.392-5.54c-1.952-1.648-4.426-2.903-6.564-2.903c-.287%200-.58.057-.866.248A3.1%203.1%200%200%200%207.866%206.2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.043%205.047c.422-.28.855-.36%201.238-.36c2.35%200%204.978%201.244%207.008%202.959c2.02%201.704%203.538%203.96%203.538%206.052c0%202.115-1.631%203.948-3.583%205.22c-1.969%201.282-4.376%202.08-6.136%202.08a3.68%203.68%200%200%201-2.233-.68a4.17%204.17%200%200%201-1.3-1.67c-.59-1.294-.73-2.88-.73-4.1c0-4.22.438-6.66%201.074-8.06a3.3%203.3%200%200%201%201.124-1.44m-.506%201.716c-.58%201.26-1.108%203.583-1.108%207.784c0%201.193.225%202.66.76%203.825a3.9%203.9%200%200%200%201.085%201.513c.461.337%201.057.551%201.834.551c1.597%200%203.88-.843%205.765-2.075c1.895-1.238%203.375-2.891%203.375-4.669c0-1.8-1.435-3.88-3.398-5.54C11.9%206.504%209.418%205.25%207.28%205.25c-.28%200-.578.056-.86.247c-.398.343-.703.78-.888%201.272z%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%22M7.208%203.36C7.63%203.079%208.063%203%208.445%203c2.351%200%204.978%201.243%207.008%202.959c2.02%201.704%203.538%203.96%203.538%206.051c0%202.115-1.631%203.949-3.583%205.22c-1.968%201.282-4.375%202.081-6.136%202.081a3.68%203.68%200%200%201-2.233-.68a4.17%204.17%200%200%201-1.294-1.67c-.596-1.294-.73-2.88-.73-4.101c0-4.219.432-6.66%201.068-8.06a3.3%203.3%200%200%201%201.125-1.44m-.506%201.715c-.58%201.26-1.109%203.583-1.109%207.785c0%201.192.225%202.66.76%203.825a3.9%203.9%200%200%200%201.085%201.513c.462.337%201.058.55%201.834.55c1.597%200%203.88-.843%205.765-2.075c1.901-1.237%203.375-2.89%203.375-4.668c0-1.8-1.434-3.881-3.397-5.54c-1.947-1.648-4.433-2.903-6.559-2.903c-.286%200-.579.057-.866.248a3.1%203.1%200%200%200-.883%201.265z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.372%204.485a2.2%202.2%200%200%201%201.238-.36c2.356%200%204.977%201.243%207.008%202.959c2.019%201.704%203.538%203.96%203.538%206.052c0%202.114-1.631%203.948-3.583%205.22c-1.969%201.281-4.37%202.08-6.136%202.08a3.68%203.68%200%200%201-2.233-.68a4.17%204.17%200%200%201-1.294-1.67c-.596-1.294-.731-2.88-.731-4.101c0-4.219.433-6.66%201.068-8.06a3.3%203.3%200%200%201%201.125-1.44M7.866%206.2c-.58%201.26-1.108%203.583-1.108%207.785c0%201.192.225%202.66.76%203.825a3.9%203.9%200%200%200%201.085%201.513c.467.337%201.057.55%201.834.55c1.603%200%203.88-.843%205.77-2.075c1.896-1.237%203.364-2.89%203.364-4.668c0-1.8-1.429-3.881-3.392-5.54c-1.952-1.648-4.426-2.903-6.564-2.903c-.287%200-.58.057-.866.248A3.1%203.1%200%200%200%207.866%206.2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.043%205.047c.422-.28.855-.36%201.238-.36c2.35%200%204.978%201.244%207.008%202.959c2.02%201.704%203.538%203.96%203.538%206.052c0%202.115-1.631%203.948-3.583%205.22c-1.969%201.282-4.376%202.08-6.136%202.08a3.68%203.68%200%200%201-2.233-.68a4.17%204.17%200%200%201-1.3-1.67c-.59-1.294-.73-2.88-.73-4.1c0-4.22.438-6.66%201.074-8.06a3.3%203.3%200%200%201%201.124-1.44m-.506%201.716c-.58%201.26-1.108%203.583-1.108%207.784c0%201.193.225%202.66.76%203.825a3.9%203.9%200%200%200%201.085%201.513c.461.337%201.057.551%201.834.551c1.597%200%203.88-.843%205.765-2.075c1.895-1.238%203.375-2.891%203.375-4.669c0-1.8-1.435-3.88-3.398-5.54C11.9%206.504%209.418%205.25%207.28%205.25c-.28%200-.578.056-.86.247c-.398.343-.703.78-.888%201.272z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/dsm.svg?color=%231a73e8&size=48