Carrom Disc Pool Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Carrom Disc Pool 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/323471.svg" alt="Carrom Disc Pool icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323471.svg" alt="Carrom Disc Pool icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323471.svg" alt="Carrom Disc Pool icon" :width="24" :height="24" />
CSS background
.icon-carrom-disc-pool {
background-image: url('https://proicons.com/icon/323471.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="18.9825" r="14.4825"/><path class="c" d="m34.4486,29.0089c2.4984,1.0031,4.0339,2.3651,4.0339,3.8654,0,3.083-6.484,5.5822-14.4825,5.5822s-14.4825-2.4992-14.4825-5.5822c0-1.5004,1.5357-2.8625,4.0344-3.8656"/><path class="c" d="m9.5175,32.8743v5.0435c0,3.083,6.484,5.5822,14.4825,5.5822s14.4825-2.4992,14.4825-5.5822v-5.0435"/></svg>
Copied!