Corhelper Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Corhelper 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/324020.svg" alt="Corhelper icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324020.svg" alt="Corhelper icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324020.svg" alt="Corhelper icon" :width="24" :height="24" />
CSS background
.icon-corhelper {
background-image: url('https://proicons.com/icon/324020.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="d" class="g" d="M13.6636,14.4928h13.9745c7.2163,0,9.9681,7.041,6.1854,10.5382l-6.0709,5.6127-5.7273-5.2691h-5.3836"/><path id="e" class="g" d="M11.9454,25.3745h-7.4454"/><path id="f" class="g" d="M19.9636,7.1619h8.0182c12.8507,0,21.1155,13.3216,10.9963,23.0236l-11.1109,10.6527-8.0182-7.56h-9.0491"/></svg>
Copied!