Screenzen Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Screenzen 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/332504.svg" alt="Screenzen icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332504.svg" alt="Screenzen icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332504.svg" alt="Screenzen icon" :width="24" :height="24" />
CSS background
.icon-screenzen {
background-image: url('https://proicons.com/icon/332504.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M32.0911,38.0419c2.2581-1.373,2.4227-2.1795,3.6258-3.859,7.1918-10.0392.9814-27.4523-13.0749-24.3556-12.2296,2.6943-16.8035,18.3279-6.7746,26.1401,1.9522,1.5207,3.7694,1.1039,5.4118,3.2838,1.113,1.4773,1.2916,2.1207.123,3.6483-1.1113,1.4527-2.2015,1.5775-3.99,1.6484-2.1651.0858-4.3596-1.3303-6.0129-2.7023-2.8146-2.3356-9.6651-9.9648-8.6837-13.8339.1457-.5745.2848.1645.2321-1.4535C2.4549,11.421,15.3414.0645,30.3096,4.3693c16.2753,4.6807,20.4676,25.4614,8.2363,37.1079-1.1809,1.1244-3.0198,2.4058-5.7521,3.0745"/><path class="c" d="M37.2548,39.7286c-1.1153,1.0037-2.3468,1.6795-3.29,2.0911-.9562.4172-1.8043,1.5059-3.0497.9447"/><path class="c" d="M33.8839,39.2195c-.6326.7257-2.0023,1.0696-2.0023,1.0696"/></svg>
Copied!