Portableappsdotcom Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Portableappsdotcom 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/315644.svg" alt="Portableappsdotcom icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315644.svg" alt="Portableappsdotcom icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315644.svg" alt="Portableappsdotcom icon" :width="24" :height="24" />
CSS background
.icon-portableappsdotcom {
background-image: url('https://proicons.com/icon/315644.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>PortableApps.com</title><path d="M12 0C7.977 0 4.419 1.984 2.24 5.022c-1.816 4.295.987 7.619 4.001 7.532 2.925-.084 5.264-1.365 7.04-3.4l-3.02-3.015h10.635l-.037 10.577-2.788-2.782c-2.739 2.974-5.493 5.443-9.741 5.208C3.168 18.855.553 14.7.09 10.558.033 11.032 0 11.512 0 12 0 18.63 5.37 24 12 24s12-5.371 12-12S18.625 0 12 0z"/></svg>
Copied!