Miitomo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Miitomo 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/343827.svg" alt="Miitomo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343827.svg" alt="Miitomo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343827.svg" alt="Miitomo icon" :width="24" :height="24" />
CSS background
.icon-miitomo {
background-image: url('https://proicons.com/icon/343827.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="f" d="m25.4377,3.146c2.7739.0989,9.8762,1.9592,12.0998,5.5018,3.7386,5.955,7.0313,15.8986,6.4864,24.133-.2617,3.9472-.7193,7.1841-3.7278,10.0003-2.398,2.247-8.9465,2.7055-8.6336,1.7443.9774-2.9995-2.6525,1.0808-1.6364-1.3199,2.1256-5.0226,8.7469-16.3599,6.4495-21.5965-4.0992-9.3421-2.7837-.5566-2.7837-.5566,0,0-4.0587-.0144-5.001-.045-.7912-.027.5035-6.7274-.7679-7.3469m-.3776,24.2822s-.4604,1.4-3.8456,1.2813m-3.2998-1.2813s.4613,1.4,3.8456,1.2813m11.4353-15.3483s-5.2177-3.2729-8.4088-.9153m-15.129.8389s5.2186-3.2738,8.4097-.9153m8.9159,5.6205c0,.9702.758,1.756,1.6922,1.756s1.6913-.7858,1.6913-1.756c0-.9693-.7571-1.756-1.6913-1.756-.9351,0-1.6922.7867-1.6922,1.756Zm6.1879.4541s-3.8097-6.2571-7.6157-.3183m8.7702-.5143c-.3039-.5817-6.0233-5.1278-8.7693.5143m-9.4635-.2149c0,.9702-.758,1.756-1.6922,1.756s-1.6913-.7858-1.6913-1.756c0-.9693.7571-1.7551,1.6913-1.7551.9351,0,1.6922.7858,1.6922,1.7551Zm-6.1879.4541s3.8097-6.2571,7.6148-.3183m-8.7693-.5134c.3039-.5826,6.0224-5.1287,8.7693.5134m3.6146,2.7559s-1.2498,3.111-1.2732,3.2153c-.0234.1043.1582,1.0601,1.8289,1.3163m1.2624-32.7027s-4.9363-.1771-5.295-.1412c-2.4232.2482-7.2399,1.6526-9.6802,5.5405-3.7395,5.955-7.0313,15.8986-6.4864,24.133.2617,3.9472.7193,7.1841,3.7269,10.0003,2.3989,2.247,8.9474,2.7055,8.6345,1.7443-.1762-.5395-.2032-.8497-.1349-1.0106.3129-.7301,2.6048,1.6598,1.7713-.3093-1.5312-3.6181-5.3949-10.5128-6.5781-16.0434-.4586-2.1472-.5143-4.0884.1286-5.5531,4.0992-9.3421,2.7837-.5575,2.7837-.5575,0,0,3.7278-.0315,4.6701-.062.5925.0387.3147-7.2102.8245-7.2579"/><path id="e" class="f" d="m19.8028,13.6291c.8326-.0818.8245,3.7278.7535,5.884-.0261.7957.5629,1.6014,1.3523,1.6958,1.1995.1439,2.6597.187,3.7314.1097.838-.0602,1.3757-1.4323,1.3568-2.4403-.0252-1.2903-.0584-2.9627-.08-3.976-.0108-.4963.1681-1.4548.6087-1.3991.1349.0171.2985.0746.4927.1924"/></g></svg>
Copied!