Meowstodon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Meowstodon 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/329076.svg" alt="Meowstodon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329076.svg" alt="Meowstodon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329076.svg" alt="Meowstodon icon" :width="24" :height="24" />
CSS background
.icon-meowstodon {
background-image: url('https://proicons.com/icon/329076.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.i{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><ellipse id="d" class="i" cx="7.9464" cy="21.447" rx="4.3629" ry="6.1215" transform="translate(-4.0977 2.0033) rotate(-11.4452)"/><ellipse id="e" class="i" cx="17.8888" cy="13.1329" rx="4.8569" ry="6.7606"/><ellipse id="f" class="i" cx="29.9661" cy="13.1329" rx="4.8569" ry="6.7606"/><ellipse id="g" class="i" cx="40.0536" cy="21.447" rx="6.1215" ry="4.3629" transform="translate(11.0852 56.4484) rotate(-78.5548)"/><path id="h" class="i" d="m38.1232,35.6836c0-2.0968-1.0848-3.94-2.7494-5.0135-2.5802-1.7129-3.1363-2.0464-5.0031-4.7305-1.4917-2.0552-3.8862-3.3594-6.5573-3.3597h0c-2.5984.0038-5.0369,1.362-6.5199,3.3059-1.8525,2.6643-2.4332,3.1122-4.9869,4.809-1.5286,1.0748-2.7127,2.9765-2.7127,4.9889,0,3.2813,2.6564,5.9414,5.9332,5.9415,4.0676.0771,5.4067-1.55,7.9346-1.6516,3.013-.1212,5.4878,1.7113,8.556,1.647,3.4491.0045,6.1054-2.6555,6.1055-5.9369Z"/></g></svg>
Copied!