dvc from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
dvc
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the dvc logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M0 4.935a.3.3 0 0 1 .09-.223a.26.26 0 0 1 .201-.092h3.921c1.608.122 2.808.582 3.912 1.716c1.11 1.135 1.551 2.422 1.692 4.078c.135 1.594-.516 2.974-1.62 4.108a5.4 5.4 0 0 1-1.818 1.28a5.3 5.3 0 0 1-2.166.431H.292a.28.28 0 0 1-.202-.092a.3.3 0 0 1-.069-.104a.3.3 0 0 1-.02-.123zm2.508 8.84H4.05q1.351-.001 2.244-.973a3.4 3.4 0 0 0 .891-2.39c0-.942-.3-1.737-.89-2.383a2.9 2.9 0 0 0-1.02-.734a2.9 2.9 0 0 0-1.225-.238H2.508zm12.064.062a.32.32 0 0 1 .028.311l-2.324 5.056q-.094.181-.273.18h-.162q-.179.001-.276-.184l-2.28-4.993a.32.32 0 0 1 .033-.316a5.14 5.14 0 0 0 .961-3.17c-.002-.088.133-.123.168-.042l1.44 3.236h.098l1.494-3.354c.035-.078.16-.049.16.036c0 1.147.29 2.282.933 3.24m1.196.728c-1.14-1.128-1.668-2.496-1.668-4.108c0-1.622.525-2.996 1.668-4.133a5.7 5.7 0 0 1 1.91-1.285a5.65 5.65 0 0 1 2.248-.423a5.7 5.7 0 0 1 3.94 1.503q.244.231.017.453l-1.269 1.31c-.14.128-.279.128-.408 0a3.2 3.2 0 0 0-2.199-.825q-1.367-.002-2.28.981a3.27 3.27 0 0 0-.87 2.345c0 .908.27 1.68.882 2.321a3.02 3.02 0 0 0 2.286.96a3.26 3.26 0 0 0 2.181-.776q.226-.193.42.015l1.272 1.343q.21.21-.015.435a5.5 5.5 0 0 1-3.957 1.567a5.7 5.7 0 0 1-2.245-.415a5.8 5.8 0 0 1-1.913-1.27z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsDvc(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="M0 4.935a.3.3 0 0 1 .09-.223a.26.26 0 0 1 .201-.092h3.921c1.608.122 2.808.582 3.912 1.716c1.11 1.135 1.551 2.422 1.692 4.078c.135 1.594-.516 2.974-1.62 4.108a5.4 5.4 0 0 1-1.818 1.28a5.3 5.3 0 0 1-2.166.431H.292a.28.28 0 0 1-.202-.092a.3.3 0 0 1-.069-.104a.3.3 0 0 1-.02-.123zm2.508 8.84H4.05q1.351-.001 2.244-.973a3.4 3.4 0 0 0 .891-2.39c0-.942-.3-1.737-.89-2.383a2.9 2.9 0 0 0-1.02-.734a2.9 2.9 0 0 0-1.225-.238H2.508zm12.064.062a.32.32 0 0 1 .028.311l-2.324 5.056q-.094.181-.273.18h-.162q-.179.001-.276-.184l-2.28-4.993a.32.32 0 0 1 .033-.316a5.14 5.14 0 0 0 .961-3.17c-.002-.088.133-.123.168-.042l1.44 3.236h.098l1.494-3.354c.035-.078.16-.049.16.036c0 1.147.29 2.282.933 3.24m1.196.728c-1.14-1.128-1.668-2.496-1.668-4.108c0-1.622.525-2.996 1.668-4.133a5.7 5.7 0 0 1 1.91-1.285a5.65 5.65 0 0 1 2.248-.423a5.7 5.7 0 0 1 3.94 1.503q.244.231.017.453l-1.269 1.31c-.14.128-.279.128-.408 0a3.2 3.2 0 0 0-2.199-.825q-1.367-.002-2.28.981a3.27 3.27 0 0 0-.87 2.345c0 .908.27 1.68.882 2.321a3.02 3.02 0 0 0 2.286.96a3.26 3.26 0 0 0 2.181-.776q.226-.193.42.015l1.272 1.343q.21.21-.015.435a5.5 5.5 0 0 1-3.957 1.567a5.7 5.7 0 0 1-2.245-.415a5.8 5.8 0 0 1-1.913-1.27z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M0 4.935a.3.3 0 0 1 .09-.223a.26.26 0 0 1 .201-.092h3.921c1.608.122 2.808.582 3.912 1.716c1.11 1.135 1.551 2.422 1.692 4.078c.135 1.594-.516 2.974-1.62 4.108a5.4 5.4 0 0 1-1.818 1.28a5.3 5.3 0 0 1-2.166.431H.292a.28.28 0 0 1-.202-.092a.3.3 0 0 1-.069-.104a.3.3 0 0 1-.02-.123zm2.508 8.84H4.05q1.351-.001 2.244-.973a3.4 3.4 0 0 0 .891-2.39c0-.942-.3-1.737-.89-2.383a2.9 2.9 0 0 0-1.02-.734a2.9 2.9 0 0 0-1.225-.238H2.508zm12.064.062a.32.32 0 0 1 .028.311l-2.324 5.056q-.094.181-.273.18h-.162q-.179.001-.276-.184l-2.28-4.993a.32.32 0 0 1 .033-.316a5.14 5.14 0 0 0 .961-3.17c-.002-.088.133-.123.168-.042l1.44 3.236h.098l1.494-3.354c.035-.078.16-.049.16.036c0 1.147.29 2.282.933 3.24m1.196.728c-1.14-1.128-1.668-2.496-1.668-4.108c0-1.622.525-2.996 1.668-4.133a5.7 5.7 0 0 1 1.91-1.285a5.65 5.65 0 0 1 2.248-.423a5.7 5.7 0 0 1 3.94 1.503q.244.231.017.453l-1.269 1.31c-.14.128-.279.128-.408 0a3.2 3.2 0 0 0-2.199-.825q-1.367-.002-2.28.981a3.27 3.27 0 0 0-.87 2.345c0 .908.27 1.68.882 2.321a3.02 3.02 0 0 0 2.286.96a3.26 3.26 0 0 0 2.181-.776q.226-.193.42.015l1.272 1.343q.21.21-.015.435a5.5 5.5 0 0 1-3.957 1.567a5.7 5.7 0 0 1-2.245-.415a5.8 5.8 0 0 1-1.913-1.27z"/></svg>
</template>

CSS

.icon-dvc {
  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%22M0%204.935a.3.3%200%200%201%20.09-.223a.26.26%200%200%201%20.201-.092h3.921c1.608.122%202.808.582%203.912%201.716c1.11%201.135%201.551%202.422%201.692%204.078c.135%201.594-.516%202.974-1.62%204.108a5.4%205.4%200%200%201-1.818%201.28a5.3%205.3%200%200%201-2.166.431H.292a.28.28%200%200%201-.202-.092a.3.3%200%200%201-.069-.104a.3.3%200%200%201-.02-.123zm2.508%208.84H4.05q1.351-.001%202.244-.973a3.4%203.4%200%200%200%20.891-2.39c0-.942-.3-1.737-.89-2.383a2.9%202.9%200%200%200-1.02-.734a2.9%202.9%200%200%200-1.225-.238H2.508zm12.064.062a.32.32%200%200%201%20.028.311l-2.324%205.056q-.094.181-.273.18h-.162q-.179.001-.276-.184l-2.28-4.993a.32.32%200%200%201%20.033-.316a5.14%205.14%200%200%200%20.961-3.17c-.002-.088.133-.123.168-.042l1.44%203.236h.098l1.494-3.354c.035-.078.16-.049.16.036c0%201.147.29%202.282.933%203.24m1.196.728c-1.14-1.128-1.668-2.496-1.668-4.108c0-1.622.525-2.996%201.668-4.133a5.7%205.7%200%200%201%201.91-1.285a5.65%205.65%200%200%201%202.248-.423a5.7%205.7%200%200%201%203.94%201.503q.244.231.017.453l-1.269%201.31c-.14.128-.279.128-.408%200a3.2%203.2%200%200%200-2.199-.825q-1.367-.002-2.28.981a3.27%203.27%200%200%200-.87%202.345c0%20.908.27%201.68.882%202.321a3.02%203.02%200%200%200%202.286.96a3.26%203.26%200%200%200%202.181-.776q.226-.193.42.015l1.272%201.343q.21.21-.015.435a5.5%205.5%200%200%201-3.957%201.567a5.7%205.7%200%200%201-2.245-.415a5.8%205.8%200%200%201-1.913-1.27z%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%22M0%204.935a.3.3%200%200%201%20.09-.223a.26.26%200%200%201%20.201-.092h3.921c1.608.122%202.808.582%203.912%201.716c1.11%201.135%201.551%202.422%201.692%204.078c.135%201.594-.516%202.974-1.62%204.108a5.4%205.4%200%200%201-1.818%201.28a5.3%205.3%200%200%201-2.166.431H.292a.28.28%200%200%201-.202-.092a.3.3%200%200%201-.069-.104a.3.3%200%200%201-.02-.123zm2.508%208.84H4.05q1.351-.001%202.244-.973a3.4%203.4%200%200%200%20.891-2.39c0-.942-.3-1.737-.89-2.383a2.9%202.9%200%200%200-1.02-.734a2.9%202.9%200%200%200-1.225-.238H2.508zm12.064.062a.32.32%200%200%201%20.028.311l-2.324%205.056q-.094.181-.273.18h-.162q-.179.001-.276-.184l-2.28-4.993a.32.32%200%200%201%20.033-.316a5.14%205.14%200%200%200%20.961-3.17c-.002-.088.133-.123.168-.042l1.44%203.236h.098l1.494-3.354c.035-.078.16-.049.16.036c0%201.147.29%202.282.933%203.24m1.196.728c-1.14-1.128-1.668-2.496-1.668-4.108c0-1.622.525-2.996%201.668-4.133a5.7%205.7%200%200%201%201.91-1.285a5.65%205.65%200%200%201%202.248-.423a5.7%205.7%200%200%201%203.94%201.503q.244.231.017.453l-1.269%201.31c-.14.128-.279.128-.408%200a3.2%203.2%200%200%200-2.199-.825q-1.367-.002-2.28.981a3.27%203.27%200%200%200-.87%202.345c0%20.908.27%201.68.882%202.321a3.02%203.02%200%200%200%202.286.96a3.26%203.26%200%200%200%202.181-.776q.226-.193.42.015l1.272%201.343q.21.21-.015.435a5.5%205.5%200%200%201-3.957%201.567a5.7%205.7%200%200%201-2.245-.415a5.8%205.8%200%200%201-1.913-1.27z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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