Helmet Football Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Helmet Football 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/320149.svg" alt="Helmet Football icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320149.svg" alt="Helmet Football icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320149.svg" alt="Helmet Football icon" :width="24" :height="24" />
CSS background
.icon-helmet-football {
background-image: url('https://proicons.com/icon/320149.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 29.1.0, SVG Export Plug-In . SVG Version: 9.03 Build 55587) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="helmet--football_00000062183657668161628080000005255244095232049798_" d="M29,27.36h-2c-2.015,0-3.476-1.432-4.344-4.255 c-0.142-0.459-0.33-1.063-0.544-1.745H20.03l0.329,0.928c0.347,0.965,0.296,2.009-0.143,2.938c-0.438,0.929-1.213,1.631-2.18,1.978 c-0.034,0.013-0.069,0.02-0.104,0.021c-0.891,0.268-1.848,0.047-2.949-0.207c-1.889-0.435-4.243-0.975-7.862,0.321 c-0.104,0.04-0.219,0.024-0.314-0.034c-3.153-1.991-5.108-4.484-5.81-7.412C-0.437,13.905,2.56,7.751,7.968,5.578 c3.167-1.272,6.671-1.241,9.618,0.081c2.705,1.216,4.748,3.429,5.753,6.232c0.062,0.171-0.015,0.362-0.178,0.443l-2.721,1.363 c0.244,0.768,0.91,2.859,1.569,4.942H31c0.199,0,0.36,0.161,0.36,0.36v2c0,0.039-0.007,0.077-0.019,0.114l-2,6 C29.293,27.261,29.155,27.36,29,27.36z M25.661,26.332c0.406,0.206,0.853,0.308,1.339,0.308h1.74l1.761-5.279h-3.238L25.661,26.332z M11.469,25.811c1.478,0,2.676,0.275,3.676,0.505c1.077,0.248,1.926,0.442,2.655,0.196c0.025-0.009,0.053-0.015,0.079-0.018 c1.566-0.612,2.373-2.371,1.802-3.965l-0.416-1.169H15.5c-0.716,0-1.337-0.3-1.748-0.845c-0.439-0.582-0.566-1.354-0.349-2.114 l0.747-2.989c0.305-1.07,1.155-2.134,2.168-2.724l5.192-2.833c-1.038-1.539-2.482-2.76-4.22-3.541 c-2.769-1.243-6.069-1.268-9.054-0.07c-5.08,2.042-7.891,7.836-6.539,13.479c0.646,2.693,2.444,5.007,5.348,6.878 C8.757,26.009,10.214,25.811,11.469,25.811z M22.866,21.36c0.187,0.595,0.352,1.122,0.478,1.534 c0.432,1.402,0.993,2.403,1.696,3.016l1.466-4.55H22.866z M27.36,20.64h3.279v-1.28H27.36V20.64z M22.641,20.64h3.999v-1.28h-4.402 C22.375,19.799,22.511,20.229,22.641,20.64z M19.774,20.64h2.111c-0.13-0.413-0.267-0.844-0.404-1.279h-2.162L19.774,20.64z M14.036,19.36c0.036,0.267,0.134,0.513,0.291,0.722c0.271,0.359,0.688,0.558,1.173,0.558h3.51l-0.455-1.279h-4.519V19.36z M19.063,18.64h2.19c-0.606-1.917-1.207-3.804-1.465-4.616l-0.728,0.364c-0.757,0.274-1.132,1.067-0.875,1.786L19.063,18.64z M14.085,18.64h4.214l-0.79-2.224c-0.391-1.091,0.179-2.297,1.271-2.688l3.77-1.892c-0.187-0.476-0.406-0.932-0.656-1.367 l-5.22,2.847c-0.839,0.488-1.576,1.408-1.826,2.283l-0.747,2.988C14.094,18.604,14.089,18.622,14.085,18.64z M11,21.36 c-0.75,0-1.36-0.61-1.36-1.36s0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36S11.75,21.36,11,21.36z M11,19.36 c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S11.353,19.36,11,19.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!