Citron Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Citron 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/338302.svg" alt="Citron icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338302.svg" alt="Citron icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338302.svg" alt="Citron icon" :width="24" :height="24" />
CSS background
.icon-citron {
background-image: url('https://proicons.com/icon/338302.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="M 24,14.25 A 14.625,14.625 0 0 1 38.625,28.875 14.625,14.625 0 0 1 24,43.5 Z"/><path class="d" d="m24 33.75a14.625 14.625 0 0 1-12.666-7.3125 14.625 14.625 0 0 1-1e-6 -14.625 14.625 14.625 0 0 1 12.666-7.3125z"/><path class="d" d="M 24,16.25 A 12.625,12.625 0 0 1 36.625,28.875 12.625,12.625 0 0 1 24,41.5 Z"/><path class="d" d="m24 31.75a12.625 12.625 0 0 1-10.934-6.3125 12.625 12.625 0 0 1 0-12.625 12.625 12.625 0 0 1 10.934-6.3125z"/><path class="d" d="m24 28.875h12.625"/><path class="d" d="m32.927 19.948-8.9272 8.9272 8.9272 8.9272"/><path class="d" d="m24 19.125h-12.625"/><path class="d" d="m15.073 10.198 8.9272 8.9272-8.9272 8.9272"/></svg>
Copied!