Dc Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The Dc 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/304778.svg" alt="Dc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304778.svg" alt="Dc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304778.svg" alt="Dc icon" :width="24" :height="24" />
CSS background
.icon-dc {
background-image: url('https://proicons.com/icon/304778.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 56"><title>dc</title><g id="Layer_2" data-name="Layer 2"><path d="M13.5,18.12,30.07,1,58.5,29.32l-20.22,20,1,1.24L34.44,55A4.76,4.76,0,0,1,34,51.52s-.06-1.71-.92-1.64c0,0,1.13-6,1.06-6.59a13.67,13.67,0,0,0,1-4s-2-2-2.15-3.27c0,0-.44-3.44-3.39-2.82,0,0-.35-.1-.46.89,0,0-.93,1.73-1.21-.86,0,0,.26-.53-1-.78,0,0-1.73-1.82-1.58-2.64s.1-.17.1-.17.5-.14-.28-1.14c0,0-.74-1.21,0-1.52,0,0,.89-1-1.91-.86,0,0-2.38,0-2.41-.23a1.77,1.77,0,0,0-1.45-.71,13.91,13.91,0,0,1-2.16-1.93A25.82,25.82,0,0,0,13.5,18.12Z"/></g></svg>
Copied!