Fido My Account Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fido My Account 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/340371.svg" alt="Fido My Account icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340371.svg" alt="Fido My Account icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340371.svg" alt="Fido My Account icon" :width="24" :height="24" />
CSS background
.icon-fido-my-account {
background-image: url('https://proicons.com/icon/340371.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="m16.5448,40.0149c-.1657-3.9319-.3424-7.8528,1.1045-10.4925s4.5063-3.9761,6.6269-3.3134,3.2803,3.3245,3.8657,6.0746c.5854,2.7502.5854,5.5776.5854,8.394"/><path class="b" d="m36.4364,25.237c.3608,5.434.7253,11.0963,1.0934,16.9869m-27.6119-1.1045c0-5.0143-.1841-10.1686-.5522-15.4627"/><path class="b" d="m5.5,25.6567C13.5995,16.0846,19.8582,9.4577,24.2761,5.7761"/><path class="b" d="m22.6194,7.4328c6.6269,4.4179,13.2537,10.1244,19.8806,17.1194"/></svg>
Copied!