Amino Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Amino 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/336274.svg" alt="Amino icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336274.svg" alt="Amino icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336274.svg" alt="Amino icon" :width="24" :height="24" />
CSS background
.icon-amino {
background-image: url('https://proicons.com/icon/336274.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m18.7615,8.2469L4.8769,42.5117h7.3068c3.4794-5.3339,9.8747-10.1054,15.4227-11.83.7839.2065,4.4151,11.83,4.4151,11.83h6.9045l-5.5748-15.0342,7.5968-2.8522v-5.1682l-9.9311,2.6606-6.2101-13.8709c-1.5627-3.6842-4.6881-3.6088-6.045,0h-.0001Z"/><path class="b" d="m18.6418,29.6553c2.7158-1.8024,5.4401-3.5875,8.5412-4.6166l-3.2854-6.6705c-1.85,3.9047-3.5251,7.5914-5.2558,11.2871Z"/></svg>
Copied!