Shrimp Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Shrimp 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/320699.svg" alt="Shrimp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320699.svg" alt="Shrimp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320699.svg" alt="Shrimp icon" :width="24" :height="24" />
CSS background
.icon-shrimp {
background-image: url('https://proicons.com/icon/320699.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="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<path id="shrimp" d="M18,29.3604h-6c-1.3013,0-2.3599-1.0586-2.3599-2.3604s1.0586-2.3604,2.3599-2.3604h5c2.0879,0,3.6279-.999,4.2871-2.6621-.3711.2422-.8125.3828-1.2871.3828h-2v-.7207h2c.9043,0,1.6396-.7354,1.6396-1.6396,0-.6885-.1113-1.248-.2979-1.7031-.1465,1.1621-1.1406,2.0635-2.3418,2.0635h-2v-.7207h2c.9043,0,1.6396-.7354,1.6396-1.6396v-.7324c-.4033-.3784-.8809-.6025-1.3408-.7339-.2422,1.0454-1.1816,1.8267-2.2993,1.8267h-1.9995v-.7207h1.9995c.769,0,1.4155-.5312,1.5923-1.2451-.2217-.0264-.4238-.0347-.5918-.0347h-4c-6.5078,0-7.2622-5.8296-7.3486-7.1128-.7461-.3267-3.0112-1.542-3.0112-4.2471,0-1.4336,2.4961-2.3599,6.3594-2.3599,4.1021,0,6.1689,2.0195,6.2549,2.1055l-.5083.5098c-.019-.019-1.96-1.8955-5.7466-1.8955-3.8896,0-5.6396.959-5.6396,1.6401,0,2.5229,2.3115,3.4941,2.7026,3.6401h1.626c.1582-.5757.686-1,1.3115-1s1.1533.4243,1.3115,1h6.6885c6.6807,0,10.3604,3.6792,10.3604,10.3599,0,4.9824-3.9609,10.3604-10.3604,10.3604ZM17,28.6396h1c1.9492,0,3.6553-.5361,5.0684-1.4199-1.3779-.376-2.4746-1.4609-2.8164-2.8096-.8721.6104-1.9795.9502-3.252.9502h-.0005c-.9043,0-1.6401.7354-1.6401,1.6396s.7358,1.6396,1.6406,1.6396ZM12,25.3604c-.9043,0-1.6401.7354-1.6401,1.6396s.7358,1.6396,1.6401,1.6396h3.3042c-.4111-.4248-.6646-1.0029-.6646-1.6396s.2529-1.2148.6646-1.6396h-3.3042ZM20.8828,23.8809c.1855,1.4463,1.4932,2.6445,3.0166,2.7529,2.1436-1.6904,3.4521-4.2334,3.6982-6.7656-.9102.7822-2.085,1.4922-3.5977,1.4922-.5957,0-1.1729-.1055-1.7217-.3135-.1826,1.1416-.6689,2.1074-1.3955,2.834ZM22.3535,20.2998c.5195.2256,1.0723.3398,1.6465.3398,1.5703,0,2.7197-.8867,3.6396-1.7891-.0234-2.8135-.709-4.8301-1.7803-6.2593-.0361,2.6826-1.6631,4.4819-4.2188,4.7378.4688.7002.7197,1.6006.7197,2.6709,0,.1016-.0029.2012-.0068.2998ZM18.2373,15.644c1.1582.0415,2.1064.3877,2.7998.9961,3.0244-.0176,4.1025-2.147,4.1025-4.1401,0-.271-.0264-.5415-.0781-.8047-1.8564-1.7598-4.4414-2.2993-6.8164-2.3335.9775.7012,1.6152,1.8467,1.6152,3.1382,0,1.2954-.6416,2.4438-1.623,3.144ZM7.3765,9.3599c.1064,1.397.8882,6.2803,6.6235,6.2803h2c1.7314,0,3.1396-1.4087,3.1396-3.1401s-1.4082-3.1401-3.1396-3.1401h-4.6885c-.1582.5757-.686,1-1.3115,1s-1.1533-.4243-1.3115-1h-1.312ZM10,8.3599c-.353,0-.6401.2871-.6401.6401s.2871.6401.6401.6401.6401-.2871.6401-.6401-.2871-.6401-.6401-.6401Z"/>
<rect id="Transparent_Rectangle" data-name="Transparent Rectangle" class="cls-1" width="32" height="32"/>
</svg>
Copied!