Myanimelist Alt 1 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Myanimelist Alt 1 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/329811.svg" alt="Myanimelist Alt 1 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329811.svg" alt="Myanimelist Alt 1 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329811.svg" alt="Myanimelist Alt 1 icon" :width="24" :height="24" />
CSS background
.icon-myanimelist-alt-1 {
background-image: url('https://proicons.com/icon/329811.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="M34.179,31.0285V14.7925h4.152v12.533h5.169l-1.008,3.702-8.313.001ZM32.393,18.6295h-4.143c-1.446,0-2.927.85-3.86,3.493h3.85v-3.222M32.393,18.6285v12.401h-4.152v-5.422h-4.703c.176,1.721.866,3.574,1.835,5.165l-3.31,2.435c-1.913-3.2-2.875-7.272-1.651-12.052,1.072-4.186,3.997-6.326,7.841-6.326h3.504l1.083,3.802h-.448M8.71,14.7925h-4.21v16.237h4.152v-9.206l3.115,4.254,3.114-4.254v9.206h4.152V14.7925h-4.21l-3.056,4.175-3.057-4.175Z"/></svg>
Copied!