Poppy Hills Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Poppy Hills 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/346063.svg" alt="Poppy Hills icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346063.svg" alt="Poppy Hills icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346063.svg" alt="Poppy Hills icon" :width="24" :height="24" />
CSS background
.icon-poppy-hills {
background-image: url('https://proicons.com/icon/346063.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.j{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="f"><path id="g" class="j" d="M14.5416,5.8668c-3.6312,2.3868-7.6529,2.5053-10.1649,8.1568-2.512,5.6515,1.2268,7.4576.701,13.5752-.5258,6.1176,1.4605,4.3114,4.8488,12.1769,1.0525,2.4433,3.8607,2.3102,5.2081,2.5774,2.9902.593,4.7479-1.4161,6.3588-1.2956,2.3368.1748.1753,7.1081,15.1889.7574,1.781-.7534,1.7699-2.1921,2.568-3.1639.9484-1.1549,2.935-1.83,3.285-3.8989.3416-2.0193,1.4544-3.8841,1.3582-5.6563-.1689-3.1112-.8355-4.7224.4416-9.9326,1.4684-5.9906-7.2415-3.9333-11.4501-13.7042-.6441-1.4954-2.9187-.9975-5.3574-1.2453-2.966-.3014-6.3131-1.1136-9.0218-.4452-2.1841.5389-2.7152,1.2773-3.9643,2.0983Z"/><path id="h" class="j" d="M23.4633,21.8948s-2.1405,1.3584-2.1405,3.4989,1.7289,3.5812,2.5933,3.5812,2.0993-2.511,2.0993-3.7459-.9468-3.3342-2.5521-3.3342Z"/><path id="i" class="j" d="M25.0687,17.655s-1.771,3.1419-5.5159,2.1817c-1.6054-.4116,1.435,4.3972-1.77,6.9154-.5763.4528,2.3713,1.9441,3.3754,6.4626.247,1.1114.9918-4.8365,5.1454.0823,1.5642,1.8524-.4867-3.3923,2.7168-2.9638,3.0844.4126-3.471-1.1218,1.4819-4.6926.1871-.1349-1.3612.3952-1.9477-.1618-.4053-.3849.2479-1.8307-.2225-2.1864-.6428-.4861-1.4297-.8018-1.3699-.9037,1.5869-2.7017-1.5721-3.065-1.8935-4.7338Z"/></g></svg>
Copied!