Tape Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tape 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/348229.svg" alt="Tape icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348229.svg" alt="Tape icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348229.svg" alt="Tape icon" :width="24" :height="24" />
CSS background
.icon-tape {
background-image: url('https://proicons.com/icon/348229.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;}.b{fill:#fff;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M22.689,40.478a23.7286,23.7286,0,0,1,4.94-8.6414c.988-1.081,1.8769-.6469,2.9243-.7835,3.282-.4282,6.47-1.7263,7.6773-5.4927.6086-1.8984-.8374-5.9981-1.56-5.8984a19.2209,19.2209,0,0,1-5.7424.2809,1.9709,1.9709,0,0,1-1.56-1.1235,6.9461,6.9461,0,0,0-7.1155-3.4954"/><path class="a" d="M22.627,16.448c2.054,4.467,1.9628,10.861-2.06,14.606-1.9634,1.8275-8.4037,1.54-8.1142-5.8048.1429-3.6267,3.14-6.29,6.6162-9.7058,1.93-1.8967,2.8221-.6949,3.5578.905Z"/><circle class="b" cx="27.339" cy="21.035" r="0.75"/><circle class="a" cx="10.459" cy="19.038" r="1.75"/><circle class="a" cx="33.926" cy="11.378" r="1.75"/><circle class="a" cx="39.176" cy="18.141" r="1.25"/><path class="a" d="M18.2807,10.3l-1.345,1.7537-.2293-2.1892L14.9306,8.5348l2.2159-.2256,1.345-1.7537.2293,2.1892,1.7758,1.3294Z"/></svg>
Copied!