Checkey Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Checkey 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/338175.svg" alt="Checkey icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338175.svg" alt="Checkey icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338175.svg" alt="Checkey icon" :width="24" :height="24" />
CSS background
.icon-checkey {
background-image: url('https://proicons.com/icon/338175.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m14.332,32.672c-1.66.261-2.708-2.306-3.095-4.91m25.148,1.871c.445-1.22,2.196-.66,2.864-3.346.452-1.819-.28-3.69-.93-4.603m-26.31,1.598c.598,1.953,2.584,2.524,4.711,2.078-5.395,6.073-9.72.02-7.52-6.73-.321-2.031.598-3.52,1.088-5.196-.343-1.243-.723-3.314,1.64-3.929-.218-1.603.22-1.621,1.982-2.36,1.258-.527,1.695-1.08,2.717-1.994,1.018-.041,1.833-.156,3.614.077,1.045-.652,2.03-.7,3.103-.727,1.514-.038,3.4,1.045,3.787,1.447,1.493.682,6.494.293,7.587,3.008,1.198.434,1.112,1.83.506,2.994.817.484,2.385-.319,2.605,2.025.16,1.704,1.459,2.634,1.402,3.555-.345,5.592-2.716,5.986-6.52,4.906,1.991-2.4,2.087-4.372-1.605-5.26-3.503-.842-3.967-2.416-4.73-5.44-.308,2.648-1.946,5.075-4.4,4.485-1.31,5.985-5.762,9.876-9.967,7.06v.001Zm2.32,9.385l-1.296-4.823m1.296,4.823c1.124,4,3.324,8.931,11.926,10.833,7.875-1.808,8.942-7.683,10.18-13.661.442-2.054.488-4.486-.81-6.791"/></svg>
Copied!