Yams Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yams 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/335419.svg" alt="Yams icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335419.svg" alt="Yams icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335419.svg" alt="Yams icon" :width="24" :height="24" />
CSS background
.icon-yams {
background-image: url('https://proicons.com/icon/335419.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M38.1635,11.9086c-6.2498-6.9574-16.9563-7.5308-23.9135-1.2811h0l-.8501.7635-.0679.0611c-5.6795,5.9142-7.6723,11.8674-7.8288,25.7679-.0289,2.5636.0554,4.4227,3.862,4.4589,11.2308.1065,20.7099.2582,27.5173-5.857h0c6.9572-6.2498,7.5307-16.9562,1.2809-23.9135h.0001Z"/><polyline class="b" points="16.7465 20.4721 13.9244 24.7318 11.1024 20.4721"/><line class="b" x1="13.9244" y1="28.9915" x2="13.9244" y2="24.7318"/><path class="b" d="M21.1692,26.8617c0,1.1763-.9535,2.1299-2.1299,2.1299h0c-1.1763,0-2.1299-.9535-2.1299-2.1299v-1.3844c0-1.1763.9535-2.1299,2.1299-2.1299h0c1.1763,0,2.1299.9535,2.1299,2.1299"/><line class="b" x1="21.1692" y1="28.9915" x2="21.1692" y2="23.3474"/><path class="b" d="M23.6094,25.4773c0-1.1763.9535-2.1299,2.1299-2.1299h0c1.1763,0,2.1299.9535,2.1299,2.1299v3.5143"/><line class="b" x1="23.6094" y1="23.3474" x2="23.6094" y2="28.9915"/><path class="b" d="M27.8691,25.4773c0-1.1763.9535-2.1299,2.1299-2.1299h0c1.1763,0,2.1299.9535,2.1299,2.1299v3.5143"/><path class="b" d="M34.4649,28.5153c.3889.3265.8087.4762,1.7518.4762h.4777c.7776,0,1.4079-.6317,1.4079-1.411h0c0-.7793-.6303-1.411-1.4078-1.411h-.9558c-.7776,0-1.4078-.6317-1.4078-1.411h0c0-.7793.6302-1.411,1.4078-1.411h.4778c.9429,0,1.3628.1496,1.7518.4762"/></svg>
Copied!