Reface Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Reface 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/332032.svg" alt="Reface icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332032.svg" alt="Reface icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332032.svg" alt="Reface icon" :width="24" :height="24" />
CSS background
.icon-reface {
background-image: url('https://proicons.com/icon/332032.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M18.093,20.3355c.7003-5.1945,2.8532-9.6884,5.912-12.341M24.005,7.9945c1.8755-1.6266,4.0036-2.483,6.17-2.483,6.8073.0008,12.3254,8.2786,12.325,18.489h0c0,10.2106-5.5185,18.488-12.326,18.488-2.1735-.0001-4.3083-.8623-6.188-2.499M34.893,19.2005l4.807,4.8M34.893,28.7995l4.807-4.8H8.3l4.807,4.8M13.107,19.2005l-4.807,4.8M29.906,27.6645c-.7003,5.1945-2.8532,9.6884-5.912,12.341M23.994,40.0055c-1.8755,1.6266-4.0036,2.483-6.17,2.483-6.8067-.0017-12.324-8.2785-12.324-18.488,0-10.2101,5.5179-18.4872,12.325-18.488,2.1739.0002,4.3091.8626,6.189,2.5M26.506,10.8765c2.3323,3.4713,3.6441,8.1957,3.644,13.124M21.5,37.1365c-2.3376-3.472-3.6528-8.2016-3.653-13.136"/></svg>
Copied!