Bunny Manager Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bunny Manager 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/337591.svg" alt="Bunny Manager icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337591.svg" alt="Bunny Manager icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337591.svg" alt="Bunny Manager icon" :width="24" :height="24" />
CSS background
.icon-bunny-manager {
background-image: url('https://proicons.com/icon/337591.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;}.e{fill:#fff;stroke-width:0px;}</style></defs><path id="b" class="d" d="M8.8658,39.8691c5.9184-4.0993,12.5082-8.1781,19.5229-8.1124,3.8102-.008,6.3149.8956,9.728,2.3604.0294,0,.859.3983,1.6053.7707.6469.3228.7172.3338.8967.1401.1965-.2121.1817-.246-.8673-1.9888-.6793-1.114-.9619-1.6086-1.2238-2.0369,3.2127-2.6119-1.1271-5.4163-3.4444-7.1808-.6381-.4458-1.8648-1.2872-2.2413-1.5373-.6292-.4178-.5661-.2965-.5681-1.0929.0612-3.6102-1.7611-9.3598-3.8233-11.324-1.0577-1.0929-2.2351-1.2739-2.9401.1679-.7535,1.4823-.6092,4.5082-.246,6.4411.0329.191.0531.3541.0448.3624-.3489-.2569-1.2431-1.0288-1.5936-1.2597-1.4682-1.101-3.669-2.3299-5.0042-2.6717-3.0058-.8655-3.8002.7528-2.4996,3.0629,1.4123,2.6598,4.8141,5.5154,7.3109,6.9489.1167.0682.2184.1434.226.1673.0161.0504-.5375.6846-.9647,1.1051-3.1325,3.0633-6.1026,3.7881-10.1766,3.1905-1.2832-.1821-1.7577-.2212-2.1487-.1767-3.4805.4802-3.1982,5.4083.2898,5.4665-.5639,1.5342-1.1965,3.2511-1.8841,5.1172-.0966.3933-.8271,1.8448-.5712,2.0056.1623.2063.3406.2295.5726.0744h0Z"/><circle id="c" class="e" cx="33.6114" cy="26.3605" r=".75"/></svg>
Copied!