Dicio Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dicio 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/339052.svg" alt="Dicio icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339052.svg" alt="Dicio icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339052.svg" alt="Dicio icon" :width="24" :height="24" />
CSS background
.icon-dicio {
background-image: url('https://proicons.com/icon/339052.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="f" d="m5.7448,38.1478v.001s.176,4.63,9.3149,4.338c9.1379-.293,20.6829-2.377,25.6818-12.8739,4.998-10.4969-2.038-24.0088-26.2328-24.1128,0,0-5.356,29.9488,1.162,29.9238-6.324-.93-9.7389.269-9.9259,2.724Z"/><path id="d" class="f" d="m26.1366,12.07h0c2.981.093,4.188,2.322,4.188,5.188v5.423c0,2.865-1.323,5.188-4.188,5.188h0c-2.866,0-4.189-2.323-4.189-5.188v-5.423c0-2.902,1.156-5.038,4.189-5.188Zm-.022,18.7329v4.138"/><path id="e" class="f" d="m18.1117,24.2209c.8795,4.4318,5.1852,7.3114,9.617,6.4319,3.2481-.6446,5.7873-3.1838,6.4319-6.4319"/></svg>
Copied!