Dixmax Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dixmax 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/339158.svg" alt="Dixmax icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339158.svg" alt="Dixmax icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339158.svg" alt="Dixmax icon" :width="24" :height="24" />
CSS background
.icon-dixmax {
background-image: url('https://proicons.com/icon/339158.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M8.9272,4.5242l-.0242-.0242c5.0295,18.2154,0,39,0,39l28.8304-16.1971c1.7666-.9925,1.8293-3.5131.1143-4.5922L13.7023,7.5177c1.8179,3.9024,4.6538,10.8104,4.6053,15.8036l1.5513-3.4177,7.8533,4.4357-10.7983,5.8415c-.3878-15.137-7.5382-25.0507-7.9866-25.6566l-.0242-.0242"/></svg>
Copied!