Skydiving Goggles Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Skydiving Goggles 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/306501.svg" alt="Skydiving Goggles icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306501.svg" alt="Skydiving Goggles icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306501.svg" alt="Skydiving Goggles icon" :width="24" :height="24" />
CSS background
.icon-skydiving-goggles {
background-image: url('https://proicons.com/icon/306501.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M0 550c0 162 63 262 125 262 63 0 75-83 125-83 63 0 67 209 217 209 208 0 412-184 412-263V479C221 479 0 354 0 354v196zm83-75c125 38 346 83 709 88v108c-17 46-167 183-329 183-34 0-50-25-80-87-25-50-58-121-133-121-62 0-96 41-117 66 0 5-4 5-8 9-17-21-42-79-42-175v-71zm917-92c0 188-83 263-83 263V479c58-96 62-375-125-375-75 0-113 125-292 125-137 0-308-83-392 96l-91-33C167 46 367 187 500 187c192 0 163-125 292-125 116 0 208 117 208 321z"/></svg>
Copied!