Limes Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Limes 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/320288.svg" alt="Limes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320288.svg" alt="Limes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320288.svg" alt="Limes icon" :width="24" :height="24" />
CSS background
.icon-limes {
background-image: url('https://proicons.com/icon/320288.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="limes_00000127017523921080690380000005161544461001162682_" d="M20,27.36c-5.712,0-10.36-4.647-10.36-10.36 c0-0.199,0.161-0.36,0.36-0.36h9.999H20h0.001H30c0.199,0,0.36,0.161,0.36,0.36C30.36,22.713,25.713,27.36,20,27.36z M10.367,17.36 c0.189,5.15,4.438,9.28,9.633,9.28s9.443-4.13,9.634-9.279h-8.765l5.386,5.385l-0.51,0.51L20.36,17.87V25h-0.72v-7.131l-5.385,5.386 l-0.509-0.51l5.385-5.385C19.131,17.36,10.367,17.36,10.367,17.36z M11,25.36c-5.161,0-9.36-4.647-9.36-10.36 c0-5.224,3.436-9.606,8.038-10.319C9.822,4.084,10.36,3.64,11,3.64s1.178,0.444,1.322,1.041C16.924,5.394,20.36,9.776,20.36,15 h-0.72c0-4.965-3.303-9.111-7.683-9.643C11.776,5.335,11.64,5.182,11.64,5c0-0.353-0.287-0.64-0.64-0.64S10.36,4.647,10.36,5 c0,0.182-0.136,0.335-0.316,0.357C5.663,5.889,2.36,10.035,2.36,15c0,5.315,3.876,9.64,8.64,9.64V25.36z M9.36,13H8.64 c0-0.75,0.61-1.36,1.36-1.36v0.72C9.647,12.36,9.36,12.647,9.36,13z M5.36,13H4.64c0-0.75,0.61-1.36,1.36-1.36v0.72 C5.647,12.36,5.36,12.647,5.36,13z M11.36,11h-0.72c0-0.75,0.61-1.36,1.36-1.36v0.72C11.647,10.36,11.36,10.647,11.36,11z M7.36,11 H6.64c0-0.75,0.61-1.36,1.36-1.36v0.72C7.647,10.36,7.36,10.647,7.36,11z M9.36,9H8.64c0-0.75,0.61-1.36,1.36-1.36v0.72 C9.647,8.36,9.36,8.647,9.36,9z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!