App Verifier Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The App Verifier 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/336505.svg" alt="App Verifier icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336505.svg" alt="App Verifier icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336505.svg" alt="App Verifier icon" :width="24" :height="24" />
CSS background
.icon-app-verifier {
background-image: url('https://proicons.com/icon/336505.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="d" d="m41.5342,12.1276l-7.3579-.5737-2.2572-7.3454-7.9191,3.9533-7.9191-3.9533-2.2572,7.3454-7.3579.5737,1.6961,7.3454-5.6618,4.527,5.6618,4.527-1.6961,7.3454,7.3579.5737,2.2572,7.3454,7.9191-3.9533,7.9191,3.9533,2.2572-7.3454,7.3579-.5737-1.6961-7.3454,5.6618-4.527-5.6618-4.527s1.6961-7.3454,1.6961-7.3454Z"/><path id="c" class="d" d="m33.7461,17.9266l-13.4188,12.1468-6.0734-6.7094"/></svg>
Copied!