Xposed Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Xposed 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/349931.svg" alt="Xposed icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349931.svg" alt="Xposed icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349931.svg" alt="Xposed icon" :width="24" :height="24" />
CSS background
.icon-xposed {
background-image: url('https://proicons.com/icon/349931.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M14.83,17.16A2.17,2.17,0,0,1,17,19.33v3.38h1.2a2.1207,2.1207,0,0,1,1.84-1.08c3.062-.2092,3.062,4.4989,0,4.29a2.13,2.13,0,0,1-1.84-1.08H17v3.45a2.17,2.17,0,0,1-2.19,2.16H4.5V17.11l4.79.04v.51a2.87,2.87,0,1,0,4.3,2.54,2.9,2.9,0,0,0-1.37-2.53v-.51Z"/><path class="a" d="M26.46,18.36a2.0808,2.0808,0,0,0-1.06,1.86,2.1424,2.1424,0,1,0,3.21-1.86V17.2l3.05-.04a2.17,2.17,0,0,1,2.14,2.12v3.05h.81a2.8506,2.8506,0,0,1,2.46-1.41h.02a2.86,2.86,0,1,1-2.46,4.3H33.8v3.06a2.17,2.17,0,0,1-2.16,2.17H21.31v8.57a1.89,1.89,0,0,0,1.89,1.89H41.62a1.9,1.9,0,0,0,1.88-1.89v-30a1.9,1.9,0,0,0-1.88-1.93H23.2a1.89,1.89,0,0,0-1.89,1.93v8.13h5.15Z"/></svg>
Copied!