Otp Helper Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Otp Helper 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/345388.svg" alt="Otp Helper icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345388.svg" alt="Otp Helper icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345388.svg" alt="Otp Helper icon" :width="24" :height="24" />
CSS background
.icon-otp-helper {
background-image: url('https://proicons.com/icon/345388.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="c" x1="24" y1="19.2617" x2="24" y2="16.8398"/><line class="c" x1="24" y1="19.2617" x2="22.52" y2="21.0108"/><line class="c" x1="21.8472" y1="17.9162" x2="24" y2="19.2617"/><line class="c" x1="24" y1="19.2617" x2="25.48" y2="21.0108"/><line class="c" x1="26.1528" y1="17.9162" x2="24" y2="19.2617"/><line class="c" x1="30.521" y1="19.2617" x2="30.521" y2="16.8398"/><line class="c" x1="30.521" y1="19.2617" x2="29.041" y2="21.0108"/><line class="c" x1="28.3682" y1="17.9162" x2="30.521" y2="19.2617"/><line class="c" x1="30.521" y1="19.2617" x2="32.001" y2="21.0108"/><line class="c" x1="32.6738" y1="17.9162" x2="30.521" y2="19.2617"/><line class="c" x1="17.479" y1="19.2617" x2="17.479" y2="16.8398"/><line class="c" x1="17.479" y1="19.2617" x2="15.999" y2="21.0108"/><line class="c" x1="15.3262" y1="17.9162" x2="17.479" y2="19.2617"/><line class="c" x1="17.479" y1="19.2617" x2="18.959" y2="21.0108"/><line class="c" x1="19.6318" y1="17.9162" x2="17.479" y2="19.2617"/><polyline class="c" points="34.8192 31.1602 43.5 24.4835 34.8192 17.8069"/><polyline class="c" points="13.1808 31.1602 4.5 24.4835 13.1808 17.8069"/></svg>
Copied!