Skred Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Skred 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/347403.svg" alt="Skred icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347403.svg" alt="Skred icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347403.svg" alt="Skred icon" :width="24" :height="24" />
CSS background
.icon-skred {
background-image: url('https://proicons.com/icon/347403.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M27.0619,26.2775c6.265-.8128,11.87-4.0352,15.4381-8.8758-4.1899-5.6491-11.1122-9.0253-18.5096-9.0276-7.3956.0137-14.3103,3.3989-18.4904,9.0522,3.5727,4.8319,9.1767,8.0458,15.4373,8.8534"/><path class="c" d="M23.9996,8.3742c-5.0677,0-9.176,4.1082-9.176,9.176.0055,3.9891,2.5877,7.5176,6.3883,8.7297l-4.3446,13.346h14.2645l-4.3446-13.346c3.8006-1.2119,6.3828-4.7405,6.3883-8.7297,0-5.0677-4.1082-9.176-9.176-9.176Z"/></svg>
Copied!