Autoentrepreneur Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Autoentrepreneur 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/336778.svg" alt="Autoentrepreneur icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336778.svg" alt="Autoentrepreneur icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336778.svg" alt="Autoentrepreneur icon" :width="24" :height="24" />
CSS background
.icon-autoentrepreneur {
background-image: url('https://proicons.com/icon/336778.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;}</style></defs><path class="c" d="m23.5262,14.0732c0,4.7348-3.8383,8.5732-8.5732,8.5732s-8.5732-3.8383-8.5732-8.5732,3.8383-8.5732,8.5732-8.5732,8.5732,3.8383,8.5732,8.5732Z"/><path class="c" d="m42.4774,24c0,2.4295-.4786,4.8351-1.4083,7.0796-.9297,2.2445-2.2924,4.284-4.0103,6.0019-1.7179,1.7179-3.7573,3.0806-6.0019,4.0103-2.2445.9297-4.6502,1.4083-7.0796,1.4083s-4.8351-.4786-7.0796-1.4083c-2.2445-.9297-4.284-2.2924-6.0018-4.0103-1.7179-1.7179-3.0806-3.7573-4.0103-6.0019-.7609-1.8369-1.2196-3.7818-1.3611-5.7593-.0331-.463.3475-.8691.8553-.8691h16.2439c1.0043,0,1.7833-.8103,1.8521-1.7716.1415-1.9775.6001-3.9224,1.3611-5.7593.9297-2.2445,2.2924-4.284,4.0103-6.0019,1.7179-1.7179,3.7573-3.0806,6.0019-4.0103,1.8369-.7609,3.7818-1.2196,5.7593-1.3611.463-.0331.8691.3475.8691.8553v17.5976Z"/></svg>
Copied!