dv-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.

Name
dv-filled
Set
TDesign Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Use the dv icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 2h10v6.682c.456.687.775 1.473.917 2.318H14V7h8v10h-8v-4h-1.083A6 6 0 0 1 12 15.318V22H2v-6.682c-.632-.95-1-2.093-1-3.318s.368-2.367 1-3.318zm5 6a4 4 0 0 0-3.2 1.6A3.98 3.98 0 0 0 3 12c0 .902.297 1.731.8 2.4A4 4 0 0 0 7 16a4 4 0 0 0 3.2-1.6c.503-.669.8-1.498.8-2.4s-.297-1.731-.8-2.4A4 4 0 0 0 7 8"/></svg>

React

import type { SVGProps } from "react";

export function TdesignDvFilled(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="M2 2h10v6.682c.456.687.775 1.473.917 2.318H14V7h8v10h-8v-4h-1.083A6 6 0 0 1 12 15.318V22H2v-6.682c-.632-.95-1-2.093-1-3.318s.368-2.367 1-3.318zm5 6a4 4 0 0 0-3.2 1.6A3.98 3.98 0 0 0 3 12c0 .902.297 1.731.8 2.4A4 4 0 0 0 7 16a4 4 0 0 0 3.2-1.6c.503-.669.8-1.498.8-2.4s-.297-1.731-.8-2.4A4 4 0 0 0 7 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 2h10v6.682c.456.687.775 1.473.917 2.318H14V7h8v10h-8v-4h-1.083A6 6 0 0 1 12 15.318V22H2v-6.682c-.632-.95-1-2.093-1-3.318s.368-2.367 1-3.318zm5 6a4 4 0 0 0-3.2 1.6A3.98 3.98 0 0 0 3 12c0 .902.297 1.731.8 2.4A4 4 0 0 0 7 16a4 4 0 0 0 3.2-1.6c.503-.669.8-1.498.8-2.4s-.297-1.731-.8-2.4A4 4 0 0 0 7 8"/></svg>
</template>

CSS

.icon-dv-filled {
  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%22M2%202h10v6.682c.456.687.775%201.473.917%202.318H14V7h8v10h-8v-4h-1.083A6%206%200%200%201%2012%2015.318V22H2v-6.682c-.632-.95-1-2.093-1-3.318s.368-2.367%201-3.318zm5%206a4%204%200%200%200-3.2%201.6A3.98%203.98%200%200%200%203%2012c0%20.902.297%201.731.8%202.4A4%204%200%200%200%207%2016a4%204%200%200%200%203.2-1.6c.503-.669.8-1.498.8-2.4s-.297-1.731-.8-2.4A4%204%200%200%200%207%208%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%22M2%202h10v6.682c.456.687.775%201.473.917%202.318H14V7h8v10h-8v-4h-1.083A6%206%200%200%201%2012%2015.318V22H2v-6.682c-.632-.95-1-2.093-1-3.318s.368-2.367%201-3.318zm5%206a4%204%200%200%200-3.2%201.6A3.98%203.98%200%200%200%203%2012c0%20.902.297%201.731.8%202.4A4%204%200%200%200%207%2016a4%204%200%200%200%203.2-1.6c.503-.669.8-1.498.8-2.4s-.297-1.731-.8-2.4A4%204%200%200%200%207%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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