My Digi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My Digi 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/344297.svg" alt="My Digi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344297.svg" alt="My Digi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344297.svg" alt="My Digi icon" :width="24" :height="24" />
CSS background
.icon-my-digi {
background-image: url('https://proicons.com/icon/344297.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="M9.5,42.5h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4Z"/><polyline class="c" points="9.9626 20.1321 9.9626 12.1409 13.9626 20.1409 17.9626 12.1531 17.9626 20.1409"/><path class="c" d="M25.4443,25.7202v7.6042c0,1.3999-1.1348,2.5347-2.5347,2.5347h0c-.6999,0-1.3336-.2837-1.7923-.7424"/><rect class="c" x="20.3749" y="25.7202" width="5.0695" height="6.717" rx="2.5347" ry="2.5347" transform="translate(45.8192 58.1574) rotate(180)"/><path class="c" d="M24.0023,18.1409v2.7c0,1.1046-.8954,2-2,2h0c-.5523,0-1.0523-.2238-1.4142-.5858"/><path class="c" d="M24.0023,14.8409v3.3c0,1.1046-.8954,2-2,2h0c-1.1046,0-2-.8954-2-2v-3.3"/><line class="c" x1="17.8037" y1="25.7202" x2="17.8037" y2="32.4372"/><line class="c" x1="28.0374" y1="25.7202" x2="28.0374" y2="32.4372"/><path class="c" d="M15.0321,28.2549c0-1.3999-1.1348-2.5347-2.5347-2.5347h0c-1.3999,0-2.5347,1.1348-2.5347,2.5347v1.6476c0,1.3999,1.1348,2.5347,2.5347,2.5347h0c1.3999,0,2.5347-1.1348,2.5347-2.5347"/><line class="c" x1="15.0321" y1="32.4372" x2="15.0321" y2="22.2983"/></svg>
Copied!