Doutor Value Card Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Doutor Value Card icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/324697.svg" alt="Doutor Value Card icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324697.svg" alt="Doutor Value Card icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324697.svg" alt="Doutor Value Card icon" :width="24" :height="24" />
CSS background
.icon-doutor-value-card {
background-image: url('https://proicons.com/icon/324697.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m28.875 17.25v-6m-6.125 6v-6"/><path class="b" d="m13 30.75h-6.5c-1.108 0-2-.892-2-2v-15.5c0-1.108.892-2 2-2h26.5c1.108 0 2 .892 2 2v4"/><rect class="b" x="13" y="17.25" width="30.5" height="19.5" rx="2" ry="2"/><path class="b" d="m37.375 36.75v-19.5m-6.125 19.5v-19.5"/></svg>
Copied!