Protondrive Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Protondrive 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/315694.svg" alt="Protondrive icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315694.svg" alt="Protondrive icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315694.svg" alt="Protondrive icon" :width="24" :height="24" />
CSS background
.icon-protondrive {
background-image: url('https://proicons.com/icon/315694.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>Proton Drive</title><path d="M24 6.595v12.79c0 1.36-1.11 2.462-2.482 2.462h-1.62V9a2.925 2.925 0 0 0-2.93-2.914l-9.42.053a.943.943 0 0 1-.55-.172L4.905 4.493a2.918 2.918 0 0 0-1.694-.536H.1A2.47 2.47 0 0 1 2.482 2.15h4.657c.47 0 .928.148 1.305.424l1.559 1.134c.38.276.837.424 1.308.424h10.207A2.471 2.471 0 0 1 24 6.595zM18.897 9v12.85H2.482A2.471 2.471 0 0 1 0 19.387V4.957h3.21c.4 0 .792.122 1.118.353l2.095 1.476a1.94 1.94 0 0 0 1.13.353l9.402-.052A1.922 1.922 0 0 1 18.897 9z"/></svg>
Copied!