dvf from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.

Name
dvf
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 dvf logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGSXlPzeWt)" d="M6.23 12.185c-.763-.095-1.054-.307-1.102-.397c-.069.842.233 2.52 1.975 2.52c1.736 0 2.234-1.408 2.266-2.117h.11c.16.275.144.63.112.767a2.37 2.37 0 0 1 1.705 2.219h.794c0-1.43-.53-2.25-.794-2.467l.08-.149c.423.226.758.588.952 1.027l.143.053c1.101.492 1.927.143 2.208-.095a2.1 2.1 0 0 1-.292-.884h.217c.011.063.106.317.413.847c.27.47.768.566 1.255.662c.196.037.392.074.567.132c.487.175.508.656.46.874h.524v-.424c0-.477-.275-.884-.53-1.255c-.216-.317-.423-.609-.423-.9c0-.513.286-.895.424-1.022c-.122-.037-.223-.18-.344-.354c-.18-.26-.408-.593-.863-.741a1.7 1.7 0 0 0-.688-.085c-.233.005-.562.016-1.202-.053c-.593-.069-.953-.37-1.34-.688c-.476-.408-.99-.832-2.011-.832c-1.467 0-1.96 1.234-2.028 1.853a1.24 1.24 0 0 0-.667-.524c.005.657-.148 1.461-.794 1.732c-.53.222-.969-.149-1.128-.36c-.206.222-.085.529 0 .661m3.97 2.992a2.64 2.64 0 0 0-.095-1.462l.1-.053c.572.434.657 1.207.625 1.515zm4.632-1.393c.1.138.424.445.9.572a1.8 1.8 0 0 1-.423.82h-.747c.19-.211.482-.804.148-1.265z"/><path fill="url(#SVG2IKOOdYJ)" fill-rule="evenodd" d="M12 21a9 9 0 1 0 0-18a9 9 0 0 0 0 18m0-.53a8.47 8.47 0 1 0 0-16.94a8.47 8.47 0 0 0 0 16.94" clip-rule="evenodd"/><defs><linearGradient id="SVGSXlPzeWt" x1="3.867" x2="21.945" y1="19.5" y2="15.629" gradientUnits="userSpaceOnUse"><stop stop-color="#fcdea0"/><stop offset=".5" stop-color="#ed5f5e"/><stop offset=".88" stop-color="#67c9cb"/></linearGradient><linearGradient id="SVG2IKOOdYJ" x1="17.966" x2="4.8" y1="6.351" y2="16.807" gradientUnits="userSpaceOnUse"><stop stop-color="#6fc3ce"/><stop offset="1" stop-color="#f96962"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedDvf(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="url(#SVGSXlPzeWt)" d="M6.23 12.185c-.763-.095-1.054-.307-1.102-.397c-.069.842.233 2.52 1.975 2.52c1.736 0 2.234-1.408 2.266-2.117h.11c.16.275.144.63.112.767a2.37 2.37 0 0 1 1.705 2.219h.794c0-1.43-.53-2.25-.794-2.467l.08-.149c.423.226.758.588.952 1.027l.143.053c1.101.492 1.927.143 2.208-.095a2.1 2.1 0 0 1-.292-.884h.217c.011.063.106.317.413.847c.27.47.768.566 1.255.662c.196.037.392.074.567.132c.487.175.508.656.46.874h.524v-.424c0-.477-.275-.884-.53-1.255c-.216-.317-.423-.609-.423-.9c0-.513.286-.895.424-1.022c-.122-.037-.223-.18-.344-.354c-.18-.26-.408-.593-.863-.741a1.7 1.7 0 0 0-.688-.085c-.233.005-.562.016-1.202-.053c-.593-.069-.953-.37-1.34-.688c-.476-.408-.99-.832-2.011-.832c-1.467 0-1.96 1.234-2.028 1.853a1.24 1.24 0 0 0-.667-.524c.005.657-.148 1.461-.794 1.732c-.53.222-.969-.149-1.128-.36c-.206.222-.085.529 0 .661m3.97 2.992a2.64 2.64 0 0 0-.095-1.462l.1-.053c.572.434.657 1.207.625 1.515zm4.632-1.393c.1.138.424.445.9.572a1.8 1.8 0 0 1-.423.82h-.747c.19-.211.482-.804.148-1.265z"/><path fill="url(#SVG2IKOOdYJ)" fillRule="evenodd" d="M12 21a9 9 0 1 0 0-18a9 9 0 0 0 0 18m0-.53a8.47 8.47 0 1 0 0-16.94a8.47 8.47 0 0 0 0 16.94" clipRule="evenodd"/><defs><linearGradient id="SVGSXlPzeWt" x1="3.867" x2="21.945" y1="19.5" y2="15.629" gradientUnits="userSpaceOnUse"><stop stopColor="#fcdea0"/><stop offset=".5" stopColor="#ed5f5e"/><stop offset=".88" stopColor="#67c9cb"/></linearGradient><linearGradient id="SVG2IKOOdYJ" x1="17.966" x2="4.8" y1="6.351" y2="16.807" gradientUnits="userSpaceOnUse"><stop stopColor="#6fc3ce"/><stop offset="1" stopColor="#f96962"/></linearGradient></defs></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="url(#SVGSXlPzeWt)" d="M6.23 12.185c-.763-.095-1.054-.307-1.102-.397c-.069.842.233 2.52 1.975 2.52c1.736 0 2.234-1.408 2.266-2.117h.11c.16.275.144.63.112.767a2.37 2.37 0 0 1 1.705 2.219h.794c0-1.43-.53-2.25-.794-2.467l.08-.149c.423.226.758.588.952 1.027l.143.053c1.101.492 1.927.143 2.208-.095a2.1 2.1 0 0 1-.292-.884h.217c.011.063.106.317.413.847c.27.47.768.566 1.255.662c.196.037.392.074.567.132c.487.175.508.656.46.874h.524v-.424c0-.477-.275-.884-.53-1.255c-.216-.317-.423-.609-.423-.9c0-.513.286-.895.424-1.022c-.122-.037-.223-.18-.344-.354c-.18-.26-.408-.593-.863-.741a1.7 1.7 0 0 0-.688-.085c-.233.005-.562.016-1.202-.053c-.593-.069-.953-.37-1.34-.688c-.476-.408-.99-.832-2.011-.832c-1.467 0-1.96 1.234-2.028 1.853a1.24 1.24 0 0 0-.667-.524c.005.657-.148 1.461-.794 1.732c-.53.222-.969-.149-1.128-.36c-.206.222-.085.529 0 .661m3.97 2.992a2.64 2.64 0 0 0-.095-1.462l.1-.053c.572.434.657 1.207.625 1.515zm4.632-1.393c.1.138.424.445.9.572a1.8 1.8 0 0 1-.423.82h-.747c.19-.211.482-.804.148-1.265z"/><path fill="url(#SVG2IKOOdYJ)" fill-rule="evenodd" d="M12 21a9 9 0 1 0 0-18a9 9 0 0 0 0 18m0-.53a8.47 8.47 0 1 0 0-16.94a8.47 8.47 0 0 0 0 16.94" clip-rule="evenodd"/><defs><linearGradient id="SVGSXlPzeWt" x1="3.867" x2="21.945" y1="19.5" y2="15.629" gradientUnits="userSpaceOnUse"><stop stop-color="#fcdea0"/><stop offset=".5" stop-color="#ed5f5e"/><stop offset=".88" stop-color="#67c9cb"/></linearGradient><linearGradient id="SVG2IKOOdYJ" x1="17.966" x2="4.8" y1="6.351" y2="16.807" gradientUnits="userSpaceOnUse"><stop stop-color="#6fc3ce"/><stop offset="1" stop-color="#f96962"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-dvf {
  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%22url(%23SVGSXlPzeWt)%22%20d%3D%22M6.23%2012.185c-.763-.095-1.054-.307-1.102-.397c-.069.842.233%202.52%201.975%202.52c1.736%200%202.234-1.408%202.266-2.117h.11c.16.275.144.63.112.767a2.37%202.37%200%200%201%201.705%202.219h.794c0-1.43-.53-2.25-.794-2.467l.08-.149c.423.226.758.588.952%201.027l.143.053c1.101.492%201.927.143%202.208-.095a2.1%202.1%200%200%201-.292-.884h.217c.011.063.106.317.413.847c.27.47.768.566%201.255.662c.196.037.392.074.567.132c.487.175.508.656.46.874h.524v-.424c0-.477-.275-.884-.53-1.255c-.216-.317-.423-.609-.423-.9c0-.513.286-.895.424-1.022c-.122-.037-.223-.18-.344-.354c-.18-.26-.408-.593-.863-.741a1.7%201.7%200%200%200-.688-.085c-.233.005-.562.016-1.202-.053c-.593-.069-.953-.37-1.34-.688c-.476-.408-.99-.832-2.011-.832c-1.467%200-1.96%201.234-2.028%201.853a1.24%201.24%200%200%200-.667-.524c.005.657-.148%201.461-.794%201.732c-.53.222-.969-.149-1.128-.36c-.206.222-.085.529%200%20.661m3.97%202.992a2.64%202.64%200%200%200-.095-1.462l.1-.053c.572.434.657%201.207.625%201.515zm4.632-1.393c.1.138.424.445.9.572a1.8%201.8%200%200%201-.423.82h-.747c.19-.211.482-.804.148-1.265z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG2IKOOdYJ)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2021a9%209%200%201%200%200-18a9%209%200%200%200%200%2018m0-.53a8.47%208.47%200%201%200%200-16.94a8.47%208.47%200%200%200%200%2016.94%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGSXlPzeWt%22%20x1%3D%223.867%22%20x2%3D%2221.945%22%20y1%3D%2219.5%22%20y2%3D%2215.629%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fcdea0%22%2F%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%23ed5f5e%22%2F%3E%3Cstop%20offset%3D%22.88%22%20stop-color%3D%22%2367c9cb%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG2IKOOdYJ%22%20x1%3D%2217.966%22%20x2%3D%224.8%22%20y1%3D%226.351%22%20y2%3D%2216.807%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%236fc3ce%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f96962%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%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%22url(%23SVGSXlPzeWt)%22%20d%3D%22M6.23%2012.185c-.763-.095-1.054-.307-1.102-.397c-.069.842.233%202.52%201.975%202.52c1.736%200%202.234-1.408%202.266-2.117h.11c.16.275.144.63.112.767a2.37%202.37%200%200%201%201.705%202.219h.794c0-1.43-.53-2.25-.794-2.467l.08-.149c.423.226.758.588.952%201.027l.143.053c1.101.492%201.927.143%202.208-.095a2.1%202.1%200%200%201-.292-.884h.217c.011.063.106.317.413.847c.27.47.768.566%201.255.662c.196.037.392.074.567.132c.487.175.508.656.46.874h.524v-.424c0-.477-.275-.884-.53-1.255c-.216-.317-.423-.609-.423-.9c0-.513.286-.895.424-1.022c-.122-.037-.223-.18-.344-.354c-.18-.26-.408-.593-.863-.741a1.7%201.7%200%200%200-.688-.085c-.233.005-.562.016-1.202-.053c-.593-.069-.953-.37-1.34-.688c-.476-.408-.99-.832-2.011-.832c-1.467%200-1.96%201.234-2.028%201.853a1.24%201.24%200%200%200-.667-.524c.005.657-.148%201.461-.794%201.732c-.53.222-.969-.149-1.128-.36c-.206.222-.085.529%200%20.661m3.97%202.992a2.64%202.64%200%200%200-.095-1.462l.1-.053c.572.434.657%201.207.625%201.515zm4.632-1.393c.1.138.424.445.9.572a1.8%201.8%200%200%201-.423.82h-.747c.19-.211.482-.804.148-1.265z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG2IKOOdYJ)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2021a9%209%200%201%200%200-18a9%209%200%200%200%200%2018m0-.53a8.47%208.47%200%201%200%200-16.94a8.47%208.47%200%200%200%200%2016.94%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGSXlPzeWt%22%20x1%3D%223.867%22%20x2%3D%2221.945%22%20y1%3D%2219.5%22%20y2%3D%2215.629%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fcdea0%22%2F%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%23ed5f5e%22%2F%3E%3Cstop%20offset%3D%22.88%22%20stop-color%3D%22%2367c9cb%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG2IKOOdYJ%22%20x1%3D%2217.966%22%20x2%3D%224.8%22%20y1%3D%226.351%22%20y2%3D%2216.807%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%236fc3ce%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23f96962%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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