Mymood Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mymood 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/329878.svg" alt="Mymood icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329878.svg" alt="Mymood icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329878.svg" alt="Mymood icon" :width="24" :height="24" />
CSS background
.icon-mymood {
background-image: url('https://proicons.com/icon/329878.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="m35.656,28.823c0,4.992-6.17,9.339-11.649,9.339s-11.649-4.347-11.649-9.339h23.298Zm.333-10.677c-.0006,1.9819-1.6071,3.5884-3.589,3.589-1.9827,0-3.59-1.6073-3.59-3.59h0c.0006-1.9823,1.6077-3.589,3.59-3.589s3.59,1.6073,3.59,3.59h-.001Zm-16.8,0c-.0006,1.9819-1.6071,3.5884-3.589,3.589-1.9827,0-3.59-1.6073-3.59-3.59h0c.0006-1.9823,1.6077-3.589,3.59-3.589s3.59,1.6073,3.59,3.59h-.001Zm26.311,5.854c0,11.8741-9.6259,21.5-21.5,21.5S2.5,35.8741,2.5,24,12.1259,2.5,24,2.5s21.5,9.6259,21.5,21.5Z"/></svg>
Copied!