Region Analysis Area Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Region Analysis Area 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/319353.svg" alt="Region Analysis Area icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319353.svg" alt="Region Analysis Area icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319353.svg" alt="Region Analysis Area icon" :width="24" :height="24" />
CSS background
.icon-region-analysis-area {
background-image: url('https://proicons.com/icon/319353.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><defs><style>.cls-1{fill:#000000;}.cls-2{fill:none;}</style></defs><title>region-analysis--area</title><path class="cls-1" d="M30,23V21H28V19H26v2H23V19H21v2H19v2h2v3H19v2h2v2h2V28h3v2h2V28h2V26H28V23Zm-4,3H23V23h3Z"/><path class="cls-1" d="M16,30A14,14,0,1,1,30,16H28A12,12,0,1,0,16,28Z"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-2" width="32" height="32"/></svg>
Copied!