Vapor Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Vapor 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/316500.svg" alt="Vapor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316500.svg" alt="Vapor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316500.svg" alt="Vapor icon" :width="24" :height="24" />
CSS background
.icon-vapor {
background-image: url('https://proicons.com/icon/316500.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>Vapor</title><path d="M22.75 13.908v1.56L12 24 1.25 15.468v-1.56L12 22.44l10.75-8.532zM12 17.267L1.25 8.824 12 0l10.75 8.824L12 17.267zm.356-4.635a3.193 3.193 0 0 0 3.193-3.193 3.185 3.185 0 0 0-3.029-3.176l.001-.016-4.514-.427 1.205 4.102a3.184 3.184 0 0 0 3.144 2.71zM12 20.269L1.25 11.737v1.533L12 21.802l10.75-8.532v-1.533L12 20.269zm0-2.366L1.25 9.46v1.64L12 19.63l10.75-8.532V9.46L12 17.903z"/></svg>
Copied!