Digical Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Digical 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/339069.svg" alt="Digical icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339069.svg" alt="Digical icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339069.svg" alt="Digical icon" :width="24" :height="24" />
CSS background
.icon-digical {
background-image: url('https://proicons.com/icon/339069.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="4.5" y="10.3158" width="39" height="27.3684" rx="2" ry="2"/><line class="b" x1="17.2667" y1="14.6388" x2="22.3983" y2="14.6388"/><line class="b" x1="17.2667" y1="20.89" x2="22.3983" y2="20.89"/><line class="b" x1="17.2667" y1="27.1411" x2="22.3983" y2="27.1411"/><line class="b" x1="17.2667" y1="33.3923" x2="22.3983" y2="33.3923"/><line class="b" x1="25.6639" y1="20.89" x2="30.7955" y2="20.89"/><line class="b" x1="25.6639" y1="27.1411" x2="30.7955" y2="27.1411"/><line class="b" x1="25.6639" y1="33.3923" x2="30.7955" y2="33.3923"/><line class="b" x1="34.061" y1="20.89" x2="39.1926" y2="20.89"/><line class="b" x1="25.6639" y1="14.6388" x2="30.7955" y2="14.6388"/><line class="b" x1="34.061" y1="14.6388" x2="39.1926" y2="14.6388"/><line class="b" x1="34.061" y1="27.1411" x2="39.1926" y2="27.1411"/><line class="b" x1="8.823" y1="20.89" x2="13.9545" y2="20.89"/><line class="b" x1="8.823" y1="27.1411" x2="13.9545" y2="27.1411"/><line class="b" x1="8.823" y1="33.3923" x2="13.9545" y2="33.3923"/></svg>
Copied!