Defikataster Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Defikataster 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/324383.svg" alt="Defikataster icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324383.svg" alt="Defikataster icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324383.svg" alt="Defikataster icon" :width="24" :height="24" />
CSS background
.icon-defikataster {
background-image: url('https://proicons.com/icon/324383.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M21.1005,42.5c-26.2137-13.9582-11.9094-34.5015-.2788-24.5964,11.631-9.9052,26.5848,10.4981.3711,24.4553"/><path class="c" d="M24.9336,18.915l-7.9937,9.8142h4.6475l-3.3462,8.425,8.319-10.3153-4.3036-.1407,2.677-7.7833Z"/><line class="c" x1="37.0404" y1="5.5" x2="37.0404" y2="14.7951"/><line class="c" x1="41.6879" y1="10.1476" x2="32.3928" y2="10.1476"/></svg>
Copied!