Apps4flip Cursor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Apps4flip Cursor 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/321973.svg" alt="Apps4flip Cursor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321973.svg" alt="Apps4flip Cursor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321973.svg" alt="Apps4flip Cursor icon" :width="24" :height="24" />
CSS background
.icon-apps4flip-cursor {
background-image: url('https://proicons.com/icon/321973.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="cls-1" x="7.1408" y="11.789" width="20.5224" height="28.351" rx="10.2612" ry="10.2612" transform="translate(12.5318 -4.9105) rotate(24.8669)"/><line class="cls-1" x1="8.7152" y1="20.3053" x2="27.3349" y2="28.9352"/><rect class="cls-1" x="18.3365" y="16.9258" width="3.8037" height="5.8383" rx="1.9019" ry="1.9019" transform="translate(10.2214 -6.6706) rotate(24.8669)"/><line class="cls-1" x1="19.0108" y1="22.4934" x2="18.0251" y2="24.6202"/><line class="cls-1" x1="21.4659" y1="17.1964" x2="23.363" y2="13.1033"/><path class="cls-1" d="M23.363,13.1033l.3007-.6488c1.6932-3.6531,6.0272-5.242,9.6803-3.5488h0c3.6531,1.6932,5.242,6.0272,3.5488,9.6803l-2.6253,5.6643c-.8902,1.9207-.0548,4.1995,1.8659,5.0897h0c1.9207.8902,4.1995.0548,5.0897-1.8659l1.2769-2.755"/></svg>
Copied!