Animeday Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Animeday 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/336363.svg" alt="Animeday icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336363.svg" alt="Animeday icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336363.svg" alt="Animeday icon" :width="24" :height="24" />
CSS background
.icon-animeday {
background-image: url('https://proicons.com/icon/336363.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M12.269,23.4568h8.4787c9.8903,0,17.9371,8.0468,17.9371,17.9371"/><path class="c" d="M34.0297,41.3944c0-7.3357-5.9468-13.2825-13.2825-13.2825h-8.478"/><path class="c" d="M16.6911,23.4588l1.6643-7.6347c1.5013-7.7046,7.0877-11.3241,17.5506-11.3241h2.7816v36.8935"/><path class="c" d="M32.4145,27.7883V11.6692c-6.2731.7216-6.8201,3.4682-7.2274,5.5631l-1.4082,6.4825v.0116"/><path class="c" d="M15.6902,28.1141l-1.1056,5.0627c-.5819,3.2005-4.7833,3.3286-5.2256,3.3402l-.0466,6.983h.0698c3.6312,0,10.7538-1.8854,12.0573-8.9382l1.3617-6.2963"/></svg>
Copied!