Reffurence Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Reffurence 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/332033.svg" alt="Reffurence icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332033.svg" alt="Reffurence icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332033.svg" alt="Reffurence icon" :width="24" :height="24" />
CSS background
.icon-reffurence {
background-image: url('https://proicons.com/icon/332033.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="M7.203,23.8772c2.0524-1.0749,2.4433-1.9642,2.4433-3.8993s-4.4371-7.5646-.215-13.8586c3.0884,4.0266,8.2487,9.1087,8.2487,9.1087,1.5442-.6255,15.9892-.8991,15.9892,12.549,0,1.5637-.8601,3.4402-.8601,3.4402,2.8538.1955,4.7303,1.5637,7.6232,1.2901-1.4855,4.4957-7.1541,9.7342-14.0736,7.7796-2.0719.7037-2.3922,2.5246-2.3922,2.5246"/><path class="b" d="M21.0996,15.0526c2.161-2.4683,4.7118-9.2412,4.7118-9.2412,3.5477,4.1928,4.0877,6.5816,2.6198,11.5245"/><circle class="b" cx="25.1463" cy="26.7263" r="2.8491"/><circle class="b" cx="39.854" cy="25.9221" r="1.7759"/></svg>
Copied!