dps logo
dps from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.
- Name
- dps
- Set
- Web3 Icons Branded
- Style
- Branded
- Viewbox
- 24×24
- License
- MIT
1 other variant in Web3 Icons Branded
The same logo in other sets
Use the dps logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="#d400a6" d="M3 14.47c0-.841.937-2.304 1.403-2.927c-.148.328-.448.946-.448 1.546c0 2.603 4.593 2.35 6.891 1.892c-.77.393-2.788 1.177-4.675 1.177C3.817 16.158 3 15.521 3 14.47m18-4.93c0 .84-.992 2.303-1.486 2.926c.157-.328.475-.946.475-1.546c0-2.603-4.864-2.35-7.297-1.892c.817-.393 2.954-1.177 4.953-1.177C20.137 7.85 21 8.488 21 9.54"/><path fill="#7f16d3" d="M18.715 12.005a6.927 6.927 0 0 1-11.981 4.744l.032.01c1.07.083 5.29-.485 7.615-3.919c-.923.512-3.304 1.537-5.413 1.537c-1.884 0-3.088-.434-3.993-1.038a6.927 6.927 0 0 1 11.871-6.065a.3.3 0 0 0-.088-.023c-1.061-.083-5.261.485-7.578 3.918c.923-.512 3.29-1.537 5.386-1.537c1.915 0 3.115.453 4.025 1.071c.083.42.124.859.124 1.302"/></g></svg>
React
import type { SVGProps } from "react";
export function TokenBrandedDps(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="#d400a6" d="M3 14.47c0-.841.937-2.304 1.403-2.927c-.148.328-.448.946-.448 1.546c0 2.603 4.593 2.35 6.891 1.892c-.77.393-2.788 1.177-4.675 1.177C3.817 16.158 3 15.521 3 14.47m18-4.93c0 .84-.992 2.303-1.486 2.926c.157-.328.475-.946.475-1.546c0-2.603-4.864-2.35-7.297-1.892c.817-.393 2.954-1.177 4.953-1.177C20.137 7.85 21 8.488 21 9.54"/><path fill="#7f16d3" d="M18.715 12.005a6.927 6.927 0 0 1-11.981 4.744l.032.01c1.07.083 5.29-.485 7.615-3.919c-.923.512-3.304 1.537-5.413 1.537c-1.884 0-3.088-.434-3.993-1.038a6.927 6.927 0 0 1 11.871-6.065a.3.3 0 0 0-.088-.023c-1.061-.083-5.261.485-7.578 3.918c.923-.512 3.29-1.537 5.386-1.537c1.915 0 3.115.453 4.025 1.071c.083.42.124.859.124 1.302"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="#d400a6" d="M3 14.47c0-.841.937-2.304 1.403-2.927c-.148.328-.448.946-.448 1.546c0 2.603 4.593 2.35 6.891 1.892c-.77.393-2.788 1.177-4.675 1.177C3.817 16.158 3 15.521 3 14.47m18-4.93c0 .84-.992 2.303-1.486 2.926c.157-.328.475-.946.475-1.546c0-2.603-4.864-2.35-7.297-1.892c.817-.393 2.954-1.177 4.953-1.177C20.137 7.85 21 8.488 21 9.54"/><path fill="#7f16d3" d="M18.715 12.005a6.927 6.927 0 0 1-11.981 4.744l.032.01c1.07.083 5.29-.485 7.615-3.919c-.923.512-3.304 1.537-5.413 1.537c-1.884 0-3.088-.434-3.993-1.038a6.927 6.927 0 0 1 11.871-6.065a.3.3 0 0 0-.088-.023c-1.061-.083-5.261.485-7.578 3.918c.923-.512 3.29-1.537 5.386-1.537c1.915 0 3.115.453 4.025 1.071c.083.42.124.859.124 1.302"/></g></svg> </template>
CSS
.icon-dps {
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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23d400a6%22%20d%3D%22M3%2014.47c0-.841.937-2.304%201.403-2.927c-.148.328-.448.946-.448%201.546c0%202.603%204.593%202.35%206.891%201.892c-.77.393-2.788%201.177-4.675%201.177C3.817%2016.158%203%2015.521%203%2014.47m18-4.93c0%20.84-.992%202.303-1.486%202.926c.157-.328.475-.946.475-1.546c0-2.603-4.864-2.35-7.297-1.892c.817-.393%202.954-1.177%204.953-1.177C20.137%207.85%2021%208.488%2021%209.54%22%2F%3E%3Cpath%20fill%3D%22%237f16d3%22%20d%3D%22M18.715%2012.005a6.927%206.927%200%200%201-11.981%204.744l.032.01c1.07.083%205.29-.485%207.615-3.919c-.923.512-3.304%201.537-5.413%201.537c-1.884%200-3.088-.434-3.993-1.038a6.927%206.927%200%200%201%2011.871-6.065a.3.3%200%200%200-.088-.023c-1.061-.083-5.261.485-7.578%203.918c.923-.512%203.29-1.537%205.386-1.537c1.915%200%203.115.453%204.025%201.071c.083.42.124.859.124%201.302%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23d400a6%22%20d%3D%22M3%2014.47c0-.841.937-2.304%201.403-2.927c-.148.328-.448.946-.448%201.546c0%202.603%204.593%202.35%206.891%201.892c-.77.393-2.788%201.177-4.675%201.177C3.817%2016.158%203%2015.521%203%2014.47m18-4.93c0%20.84-.992%202.303-1.486%202.926c.157-.328.475-.946.475-1.546c0-2.603-4.864-2.35-7.297-1.892c.817-.393%202.954-1.177%204.953-1.177C20.137%207.85%2021%208.488%2021%209.54%22%2F%3E%3Cpath%20fill%3D%22%237f16d3%22%20d%3D%22M18.715%2012.005a6.927%206.927%200%200%201-11.981%204.744l.032.01c1.07.083%205.29-.485%207.615-3.919c-.923.512-3.304%201.537-5.413%201.537c-1.884%200-3.088-.434-3.993-1.038a6.927%206.927%200%200%201%2011.871-6.065a.3.3%200%200%200-.088-.023c-1.061-.083-5.261.485-7.578%203.918c.923-.512%203.29-1.537%205.386-1.537c1.915%200%203.115.453%204.025%201.071c.083.42.124.859.124%201.302%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token-branded/dps.svg?color=%231a73e8&size=48