Sixty60 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sixty60 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/347375.svg" alt="Sixty60 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347375.svg" alt="Sixty60 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347375.svg" alt="Sixty60 icon" :width="24" :height="24" />
CSS background
.icon-sixty60 {
background-image: url('https://proicons.com/icon/347375.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M12.6205,11.3773l-6.7954,8.7147M19.4977,24.5876c.0063,4.1446-3.3485,7.5096-7.4931,7.5158h0c-4.1446-.0021-7.5028-3.3636-7.5007-7.5083,0-.0025,0-.005,0-.0076-.1315-4.1404,3.1184-7.6035,7.2589-7.735,4.1404-.1315,7.6035,3.1184,7.735,7.2589.005.1587.005.3175,0,.4761ZM28.1585,22.0332l3.5935,3.5709,8.4605-9.6319M43.5,24.3911c.002,6.7533-5.3406,12.2296-11.9332,12.2316h-.0075c-6.5925-.0021-11.9352-5.4784-11.9331-12.2316,0-6.7533,5.3443-12.2279,11.9369-12.2279,6.5911.0021,11.9331,5.4761,11.9331,12.2279h.0038Z"/></svg>
Copied!