Manga Dogs Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Manga Dogs 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/328834.svg" alt="Manga Dogs icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328834.svg" alt="Manga Dogs icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328834.svg" alt="Manga Dogs icon" :width="24" :height="24" />
CSS background
.icon-manga-dogs {
background-image: url('https://proicons.com/icon/328834.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M18.9679,14.2472l-3.07,1.603-3.355-2.317c-1.073-.74-2.81.565-2.8,2.17.011,1.737.58,4.613.043,5.936-1.132,2.784-5.23,1.346-5.187-1.548-.508-3.473,1.041-6.518,2.375-8.05,1.452-1.668,4.037-3.19,6.075-1.808l5.919,4.014ZM28.053,15.9642l3.376-.773,1.05-3.94c.335-1.26,2.503-1.393,3.537-.165,1.119,1.328,2.552,3.886,3.82,4.543,2.666,1.384,4.851-2.37,2.941-4.543-1.866-2.972-5.02-4.284-7.03-4.584-2.187-.327-5.141.192-5.795,2.566l-1.899,6.896ZM13.9289,33.4373l-.237,1.053M15.1439,33.5643l-.158.915M16.4019,33.5493l-.158.655M32.614,33.4373l.237,1.053M31.399,33.5643l.159.915M30.141,33.5493l.158.655M17.9302,30.4942c0,.524-.4248.9487-.9487.9487s-.9487-.4248-.9487-.9487h0c0-.524.4248-.9487.9487-.9487s.9487.4248.9487.9487ZM19.9289,28.6134c.0003.7689-.6228,1.3925-1.3917,1.3928-.7689.0003-1.3925-.6228-1.3928-1.3917,0-.7689.6233-1.3922,1.3922-1.3922s1.3922.6233,1.3922,1.3922v-.0011ZM16.7589,25.6323c.0002,1.0317-.836,1.8682-1.8677,1.8683-1.0317.0002-1.8682-.836-1.8683-1.8677v-.0007c.0002-1.0317.8367-1.8679,1.8683-1.8677,1.0314.0002,1.8675.8363,1.8677,1.8677ZM21.1639,27.1623c.0376,2.5535-2.002,4.654-4.5555,4.6915-2.5535.0376-4.654-2.002-4.6915-4.5555-.0007-.0453-.0007-.0907,0-.136.0376-2.5535,2.138-4.5931,4.6915-4.5555,2.5005.0368,4.5187,2.055,4.5555,4.5555ZM31.253,30.7204c0,.5602-.4541,1.0143-1.0143,1.0143s-1.0143-.4541-1.0143-1.0143h0c0-.5602.4541-1.0143,1.0143-1.0143s1.0143.4541,1.0143,1.0143ZM33.39,28.7096c.0003.8221-.6658,1.4888-1.4879,1.4891-.8221.0003-1.4888-.6658-1.4891-1.4879,0-.8221.6664-1.4885,1.4885-1.4885s1.4885.6664,1.4885,1.4885v-.0012ZM30.22,25.6323c.0002,1.0317-.836,1.8682-1.8677,1.8683-1.0317.0002-1.8682-.836-1.8683-1.8677v-.0007c0-1.0319.8366-1.8685,1.8685-1.8685s1.8685.8366,1.8685,1.8685h-.001ZM34.626,27.1623c0,2.5538-2.0702,4.624-4.624,4.624s-4.624-2.0702-4.624-4.624,2.0702-4.624,4.624-4.624,4.624,2.0702,4.624,4.624ZM31.591,14.5742c4.274,2.511,7.22,7.812,7.518,14.39.503,10.142-5.974,12.622-15.837,12.622s-16.3401-2.48-15.8381-12.621c.0846-2.0401.4487-4.0589,1.082-6M10.0059,19.5933c1.148-2.015,2.631-3.662,4.356-4.804M17.6219,13.3312c.7769-.1958,1.5703-.319,2.37-.368,0,0,1-.152,3.28-.152s3.28.152,3.28.152h0s1.496.227,2.21.42"/></svg>
Copied!