Cricket Field Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Cricket Field 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/319821.svg" alt="Cricket Field icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319821.svg" alt="Cricket Field icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319821.svg" alt="Cricket Field icon" :width="24" :height="24" />
CSS background
.icon-cricket-field {
background-image: url('https://proicons.com/icon/319821.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
</style>
</defs>
<path id="cricket--field" d="M16,31.3604C7.5303,31.3604.6401,24.4697.6401,16S7.5303.6401,16,.6401s15.3604,6.8901,15.3604,15.3599-6.8906,15.3604-15.3604,15.3604ZM16,1.3599C7.9272,1.3599,1.3599,7.9272,1.3599,16s6.5674,14.6396,14.6401,14.6396,14.6396-6.5674,14.6396-14.6396S24.0723,1.3599,16,1.3599ZM16,26.3604c-4.0581,0-7.3599-3.3018-7.3599-7.3604v-6c0-4.0581,3.3018-7.3599,7.3599-7.3599s7.3604,3.3018,7.3604,7.3599v6c0,4.0586-3.3018,7.3604-7.3604,7.3604ZM16,6.3599c-3.6611,0-6.6401,2.979-6.6401,6.6401v6c0,3.6611,2.979,6.6396,6.6401,6.6396s6.6396-2.9785,6.6396-6.6396v-6c0-3.6611-2.9785-6.6401-6.6396-6.6401ZM18,21.3604h-4c-.1987,0-.3599-.1611-.3599-.3604v-1.6396h-.6401v-.7207h.6401v-5.2798h-.6401v-.7197h.6401v-1.6401c0-.1987.1611-.3599.3599-.3599h4c.1992,0,.3604.1611.3604.3599v1.6401h.6396v.7197h-.6396v5.2798h.6396v.7207h-.6396v1.6396c0,.1992-.1611.3604-.3604.3604ZM14.3599,20.6396h3.2798v-1.2793h-3.2798v1.2793ZM14.3599,18.6396h3.2798v-5.2798h-3.2798v5.2798ZM14.3599,12.6401h3.2798v-1.2803h-3.2798v1.2803ZM11.5,13c-.2761,0-.5.2239-.5.5s.2239.5.5.5.5-.2239.5-.5-.2239-.5-.5-.5ZM11.5,21c-.2761,0-.5.2239-.5.5s.2239.5.5.5.5-.2239.5-.5-.2239-.5-.5-.5ZM16.5,23c-.2761,0-.5.2239-.5.5s.2239.5.5.5.5-.2239.5-.5-.2239-.5-.5-.5ZM20.5,18c-.2761,0-.5.2239-.5.5s.2239.5.5.5.5-.2239.5-.5-.2239-.5-.5-.5ZM20.5,13c-.2761,0-.5.2239-.5.5s.2239.5.5.5.5-.2239.5-.5-.2239-.5-.5-.5ZM16.5,8c-.2761,0-.5.2239-.5.5s.2239.5.5.5.5-.2239.5-.5-.2239-.5-.5-.5ZM3.5,18c-.2761,0-.5.2239-.5.5s.2239.5.5.5.5-.2239.5-.5-.2239-.5-.5-.5ZM11.5,27c-.2761,0-.5.2239-.5.5s.2239.5.5.5.5-.2239.5-.5-.2239-.5-.5-.5ZM22.5,27c-.2761,0-.5.2239-.5.5s.2239.5.5.5.5-.2239.5-.5-.2239-.5-.5-.5ZM24.5,5c-.2761,0-.5.2239-.5.5s.2239.5.5.5.5-.2239.5-.5-.2239-.5-.5-.5ZM6.5,7c-.2761,0-.5.2239-.5.5s.2239.5.5.5.5-.2239.5-.5-.2239-.5-.5-.5Z"/>
<rect id="Transparent_Rectangle" data-name="Transparent Rectangle" class="cls-1" width="32" height="32"/>
</svg>
Copied!