Amigo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Amigo 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/336273.svg" alt="Amigo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336273.svg" alt="Amigo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336273.svg" alt="Amigo icon" :width="24" :height="24" />
CSS background
.icon-amigo {
background-image: url('https://proicons.com/icon/336273.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="b" class="d" cx="23.9966" cy="23.05" r="5.1665"/><path id="c" class="d" d="M19.5164,8.5241L6.2422,34.5775c-3.1857,6.2526,3.2748,10.0822,6.87,6.608l3.4641-3.3476c5.8469-5.6503,9.2283-5.5305,14.9625,.2038l2.4743,2.4743c4.416,4.416,10.9172,.1443,7.7724-5.9675L28.3949,8.5241c-2.0742-4.0312-6.8237-4.0331-8.8785,0Z"/></svg>
Copied!