Red Ball 4 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Red Ball 4 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/332013.svg" alt="Red Ball 4 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332013.svg" alt="Red Ball 4 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332013.svg" alt="Red Ball 4 icon" :width="24" :height="24" />
CSS background
.icon-red-ball-4 {
background-image: url('https://proicons.com/icon/332013.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M18.047,13.699c-1.193,1.407-1.635,3.276-.709,4.27,1.12,1.204,3.384.685,3.806-2.3-.323.817-1.314,1.228-1.911.612-.417-.43-.627-1.734-.184-2.408M29.605,13.257c1.496,1.431,2.15,3.61,1.124,4.713-1.12,1.203-3.384.684-3.806-2.3.323.816,1.314,1.227,1.911.611.525-.541.721-2.466-.298-2.777M24.199,15.337c-.008,5.562-2.92,9.818-7.455,9.299-5.812-.666-6.718-7.203-3.436-11.405M12.453,13.639l.967-.514c3.917.355,7.404.902,10.871,2.192,2.975-1.67,6.184-2.725,9.166-3.807M33.263,11.704c3.841,3.933,4.373,9.854-.278,12.539-4.245,2.45-10.053-3.218-8.516-8.857M30.186,37.243c8.432-2.29,11.877-9.297,11.486-15.44M40.492,17.47c-1.367,2.139-1.065,5.34,2.082,5.43M45.5,24c0,11.8741-9.6259,21.5-21.5,21.5S2.5,35.8741,2.5,24,12.1259,2.5,24,2.5s21.5,9.6259,21.5,21.5Z"/></svg>
Copied!