Digilux Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Digilux 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/324518.svg" alt="Digilux icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324518.svg" alt="Digilux icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324518.svg" alt="Digilux icon" :width="24" :height="24" />
CSS background
.icon-digilux {
background-image: url('https://proicons.com/icon/324518.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="23.9998" cy="24" r="16"/><polyline class="a" points="33.105 37.072 33.105 43.5 24 45.5 24.003 45.5 14.897 43.5 14.897 37.16"/><line class="a" x1="23.9998" y1="2.5" x2="23.9998" y2="5.5"/><line class="a" x1="34.7644" y1="5.3889" x2="33.2623" y2="7.9858"/><line class="a" x1="42.6361" y1="13.2792" x2="40.0357" y2="14.7751"/><line class="a" x1="45.4997" y1="24.0506" x2="42.4997" y2="24.0435"/><line class="a" x1="42.5855" y1="34.8083" x2="39.9921" y2="33.3002"/><line class="a" x1="5.3132" y1="34.633" x2="7.9206" y2="33.1493"/><line class="a" x1="2.5003" y1="23.8483" x2="5.5002" y2="23.8695"/><line class="a" x1="5.4651" y1="13.1043" x2="8.0513" y2="14.6247"/><line class="a" x1="13.4107" y1="5.2884" x2="14.8883" y2="7.8993"/></svg>
Copied!