Dirk Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dirk 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/324559.svg" alt="Dirk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324559.svg" alt="Dirk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324559.svg" alt="Dirk icon" :width="24" :height="24" />
CSS background
.icon-dirk {
background-image: url('https://proicons.com/icon/324559.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:#000;}.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect id="c" class="e" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="e" d="M25.0119,25.3815c0-1.6497,1.3373-2.987,2.987-2.987h0"/><line class="e" x1="25.0119" y1="22.3945" x2="25.0119" y2="30.31"/><line class="e" x1="30.5261" y1="18.3621" x2="30.5261" y2="30.31"/><line class="e" x1="30.5273" y1="27.7719" x2="35.9354" y2="22.3902"/><line class="e" x1="32.2485" y1="26.0591" x2="36.5" y2="30.292"/><circle class="d" cx="22.2137" cy="18.7355" r=".75"/><line class="e" x1="22.2137" y1="22.3945" x2="22.2137" y2="30.31"/><path class="e" d="M11.5,30.31v-11.9479h2.6883c2.8869,0,5.2272,2.3403,5.2272,5.2272v1.4935c0,2.8869-2.3403,5.2272-5.2272,5.2272h-2.6883Z"/></svg>
Copied!