Safeincloud Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Safeincloud 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/332321.svg" alt="Safeincloud icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332321.svg" alt="Safeincloud icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332321.svg" alt="Safeincloud icon" :width="24" :height="24" />
CSS background
.icon-safeincloud {
background-image: url('https://proicons.com/icon/332321.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m14.8494,20.0493c-.9905-.4749-2.1002-.7409-3.2721-.7409-4.1848,0-7.5773,3.3925-7.5773,7.5773s3.3925,7.5773,7.5773,7.5773"/><path class="b" d="m38.4112,19.578c3.2142.8659,5.5888,3.8177,5.5888,7.3075,0,3.739-2.7026,6.8352-6.2579,7.4649"/><path class="b" d="m28.3749,14.1597c.9052-.4198,1.9154-.656,2.9781-.656,3.5816,0,6.5465,2.637,7.0582,6.0743"/><path class="b" d="m11.2017,19.3156c-.0394-.3411-.0656-.6822-.0656-1.0364,0-5.0378,4.0801-9.1179,9.1179-9.1179,3.5553,0,6.6384,2.0335,8.1209,4.9985.6428,1.2332.9971,2.637.9971,4.1195"/><path class="b" d="m19.3379,38.8388c-2.4789,0-4.4885-2.0095-4.4885-4.4885s2.0096-4.4885,4.4885-4.4885c1.8516,0,3.4405,1.1216,4.1265,2.7221h5.2586l1.5067,1.5068,1.5068-1.5068h1.3798l1.1931,1.7664-1.1931,1.7664h-9.652c-.686,1.6004-2.2749,2.7221-4.1265,2.7221Z"/><circle class="b" cx="18.4926" cy="34.463" r="1.2506"/></svg>
Copied!