Choona Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Choona 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/323665.svg" alt="Choona icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323665.svg" alt="Choona icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323665.svg" alt="Choona icon" :width="24" :height="24" />
CSS background
.icon-choona {
background-image: url('https://proicons.com/icon/323665.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><path class="c" d="M30.5922,33.9717c1.4014-2.3006,2.2422-4.7881,2.2422-7.0537v-9.039l3.375,3.375,3.8305-3.8305-12.379-11.9236v12.9045c-4.3443-1.1211-10.8141.8525-15.03,4.9166-4.683,4.4962-6.6917,11.4214-1.997,16.1044,5.0917,5.0917,11.6199,3.2232,16.2796-.9927"/><path class="c" d="M11.1945,24.8743c-.689-.9109-1.3547-2.4174-.1401-3.9823,1.7751-2.2773,3.3283-1.6466,4.1458.3854"/><ellipse class="c" cx="28.7723" cy="36.2168" rx="2.9469" ry="2.5212" transform="translate(-14.8975 20.9705) rotate(-32.2893)"/><ellipse class="c" cx="15.0857" cy="32.6151" rx="1.3211" ry="1.7681" transform="translate(-17.5543 17.5834) rotate(-40.4502)"/><path class="c" d="M14.6321,41.9984c2.4182-.9356,3.6297-2.7365,4.0881-4.3081"/><path class="c" d="M16.611,26.1975c3.6808.6549,6.9879,3.7654,7.8064,6.8105"/><path class="c" d="M20.7005,22.6113c3.6808.6549,6.9879,3.7654,7.8064,6.8105"/></svg>
Copied!