Ic Support Button Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ic Support Button 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/350251.svg" alt="Ic Support Button icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350251.svg" alt="Ic Support Button icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350251.svg" alt="Ic Support Button icon" :width="24" :height="24" />
CSS background
.icon-ic-support-button {
background-image: url('https://proicons.com/icon/350251.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 76.8 76.8"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:6px;}</style></defs><path class="b" d="m38.4,64.8017c14.7992-6.7484,28-21.9027,28-37.1755,0-10.8922-10.537-15.6279-16.4567-15.6279-5.9197,0-8.9979,2.7822-11.5433,5.0909-2.5455-2.3087-5.6237-5.0909-11.5433-5.0909s-16.4567,4.7357-16.4567,15.6279c0,15.2727,13.2008,30.4271,28,37.1755Z"/></svg>
Copied!