Xposed Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Xposed Alt 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/335373.svg" alt="Xposed Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335373.svg" alt="Xposed Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335373.svg" alt="Xposed Alt icon" :width="24" :height="24" />
CSS background
.icon-xposed-alt {
background-image: url('https://proicons.com/icon/335373.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><path class="a" d="M21.2865,14.4075H23.82a2.0591,2.0591,0,0,1,1.8014,1.311c.2922.8983-1.1336,1.7888-.8719,2.6962a2.7927,2.7927,0,0,0,2.4049,2.0095,2.7823,2.7823,0,0,0,2.21-2.137c.2091-.8708-1.1319-1.6838-.8724-2.5406a2.0125,2.0125,0,0,1,1.7507-1.3382h2.8953a1.3233,1.3233,0,0,1,1.1762,1.1762V19.837a2.3065,2.3065,0,0,0,1.2386,2.0412c1.01.4094,2.1316-1.1753,3.163-.8234a2.7041,2.7041,0,0,1,1.796,2.3225A2.7258,2.7258,0,0,1,38.6,25.632c-.96.2831-1.9262-1.1925-2.8744-.8711a2.25,2.25,0,0,0-1.4114,1.9624v4.2434a1.3233,1.3233,0,0,1-1.1762,1.1762H21.2857v7.238A3.0539,3.0539,0,0,0,24,42.0952H40.2857A3.0538,3.0538,0,0,0,43,39.3809V8.6191a3.0538,3.0538,0,0,0-2.7143-2.7143H24a3.0539,3.0539,0,0,0-2.7143,2.7143Z"/><path class="a" d="M5.0008,14.4075H7.5341a2.0591,2.0591,0,0,1,1.8014,1.311c.2922.8983-1.1336,1.7888-.8719,2.6962a2.7927,2.7927,0,0,0,2.4049,2.0095,2.7823,2.7823,0,0,0,2.21-2.137c.2091-.8708-1.1319-1.6838-.8724-2.5406a2.0125,2.0125,0,0,1,1.7507-1.3382h2.8953a1.3233,1.3233,0,0,1,1.1762,1.1762V19.837a2.3065,2.3065,0,0,0,1.2386,2.0412c1.01.4094,2.1316-1.1753,3.163-.8234a2.7041,2.7041,0,0,1,1.796,2.3225,2.7258,2.7258,0,0,1-1.9118,2.2547c-.96.2831-1.9262-1.1925-2.8744-.8711a2.25,2.25,0,0,0-1.4114,1.9624v4.2434a1.3233,1.3233,0,0,1-1.1762,1.1762H5Z"/></svg>
Copied!