Petal Maps Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Petal Maps 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/331147.svg" alt="Petal Maps icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331147.svg" alt="Petal Maps icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331147.svg" alt="Petal Maps icon" :width="24" :height="24" />
CSS background
.icon-petal-maps {
background-image: url('https://proicons.com/icon/331147.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="b" d="M24,9.9556c-5.2079,0-9.4298,4.2219-9.4298,9.4298,0,7.3839,7.2038,16.288,9.084,18.463.2083.2407.5722.267.8129.0588.021-.0181.0406-.0378.0588-.0588,1.837-2.1611,8.9039-11.079,8.9039-18.463,0-5.2079-4.2219-9.4298-9.4298-9.4298h0ZM24,22.9226c-1.9495.004-3.5331-1.5732-3.5371-3.5227s1.5732-3.5331,3.5227-3.5371,3.5331,1.5732,3.5371,3.5227v.0072c0,1.9455-1.5772,3.5227-3.5227,3.5227v.0072Z"/><path class="b" d="M17.197,28.391c-4.146,1.6256-7.4686,3.0884-11.697,1.646"/><path class="b" d="M20.241,33.418c-4.146,1.6256-10.513,3.9243-14.741,2.4819"/><path class="b" d="M31.356,27.356c4.0823-.2723,7.4616.7466,11.119,2.1507"/><path class="b" d="M28.25,32.854c6.5006-.961,10.779,1.4819,14.25,3.1454"/><path class="b" d="M32.807,16.015c3.6623-1.1608,6.0101-.8506,9.6675.5535"/></svg>
Copied!