Refind Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Refind 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/346594.svg" alt="Refind icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346594.svg" alt="Refind icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346594.svg" alt="Refind icon" :width="24" :height="24" />
CSS background
.icon-refind {
background-image: url('https://proicons.com/icon/346594.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="M35.4877,42.172c-9.2707,5.8607-21.4669,3.8034-28.3021-4.7742C.3505,28.8202,1.0678,16.4725,8.8503,8.7442,16.6328,1.0158,28.9852.3847,37.5149,7.2795c8.5297,6.8949,10.5018,19.1051,4.5765,28.3347"/><circle id="c" class="d" cx="23.9995" cy="23.9994" r="9.406" transform="translate(-.2955 .2992) rotate(-.7099)"/></svg>
Copied!