Offside Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Offside 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/306155.svg" alt="Offside icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306155.svg" alt="Offside icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306155.svg" alt="Offside icon" :width="24" :height="24" />
CSS background
.icon-offside {
background-image: url('https://proicons.com/icon/306155.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="M580 228c-133 10-264-20-397-18-43 0-84 8-97 56-27 93-51 187-76 281-6 23-4 47 23 53 24 5 31-20 37-36 13-40 23-81 35-121 16 162 16 321 16 481 0 34-4 77 46 76 51 0 43-44 43-78 1-100 0-199 0-299h38c0 98-2 196 1 294 0 31-17 80 36 82 62 2 41-53 42-85 2-185 3-370 0-555-1-57 18-79 76-75 56 3 114 0 171 0 22 0 48-2 49-31 0-24-25-27-43-25zm-354-55c58 1 91-35 92-86 0-51-30-88-108-87-36 3-72 27-72 85 1 56 32 87 88 88zm759 67H652c-4 0-8 4-8 8v3c0 5 4 8 8 8h333c5 0 9-3 9-8v-3c0-4-4-8-9-8zm-12 32H869c-11 0-20 9-20 20v68c0 11 9 20 20 20h104c12 0 21-9 21-20v-68c0-11-9-20-21-20z"/></svg>
Copied!