Alwayson Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Alwayson 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/321657.svg" alt="Alwayson icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321657.svg" alt="Alwayson icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321657.svg" alt="Alwayson icon" :width="24" :height="24" />
CSS background
.icon-alwayson {
background-image: url('https://proicons.com/icon/321657.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m33.2859,43.5H14.7141c-1.3572,0-2.4574-1.1002-2.4574-2.4574V6.9574c0-1.3572,1.1002-2.4574,2.4574-2.4574h18.5719c1.3572,0,2.4574,1.1002,2.4574,2.4574v34.0851c0,1.3572-1.1002,2.4574-2.4574,2.4574Z"/><line class="c" x1="35.7399" y1="37.7284" x2="12.2601" y2="37.7284"/><line class="c" x1="35.7399" y1="10.2716" x2="12.2601" y2="10.2716"/><line class="c" x1="30.2378" y1="21.0303" x2="17.7622" y2="21.0303"/><line class="c" x1="17.7622" y1="17.1113" x2="30.2378" y2="17.1113"/></svg>
Copied!