Pcloud Pass Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Pcloud Pass 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/345634.svg" alt="Pcloud Pass icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345634.svg" alt="Pcloud Pass icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345634.svg" alt="Pcloud Pass icon" :width="24" :height="24" />
CSS background
.icon-pcloud-pass {
background-image: url('https://proicons.com/icon/345634.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><g><path class="b" d="M36.05,24.1741c.1922-6.6909-5.076-12.2709-11.7669-12.4631s-12.2708,5.076-12.4631,11.7669c-.0067,.232-.0067,.4642,0,.6962"/><path class="b" d="M13.2416,18.1154c-4.9162,.3127-8.7088,4.496-8.511,9.4448,.1916,4.7943,4.0727,8.6161,8.8694,8.7339h24c3.2253,0,5.8401-2.6145,5.8401-5.8399,0-1.8488-.8754-3.5885-2.3601-4.6901h.05c.151-.5168,.2317-1.0516,.24-1.59,0-3.2309-2.6191-5.85-5.85-5.85-.2512,.0079-.5018,.0293-.7507,.0642"/></g><g><circle class="b" cx="19.5077" cy="24.6741" r="3.5077"/><polyline class="b" points="32 28.1818 32 24.6741 32 24.6741 23.0113 24.6741"/><line class="b" x1="29.6985" y1="26.6967" x2="29.6985" y2="24.6741"/></g></svg>
Copied!