Zhejiang Liban Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zhejiang Liban 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/335591.svg" alt="Zhejiang Liban icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335591.svg" alt="Zhejiang Liban icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335591.svg" alt="Zhejiang Liban icon" :width="24" :height="24" />
CSS background
.icon-zhejiang-liban {
background-image: url('https://proicons.com/icon/335591.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M12.75,4.7071C2.4276,12.1689-1.1466,25.0513,6.9284,36.4923c6.6037,9.357,18.5066,10.5445,29.03,5.1617,6.7828-3.47,9.9-11.9458,9.5084-20.22C44.5337,1.7322,24.34,1.913,19.5417,4.164c-3.87,1.8162-6.3931,3.95-8.0485,9.12-2.7476,8.582,16.3574-.9741,19.9536-2.6036,13.988-6.3379,6.3216,2.6586-.0321,6.4336-5.2641,3.1277-12.3426,5.0547-16.453,6.183-4.3359,1.19,1.8749,6.5337,10.386,6.8154,8.476.2805,15.543,7.611,15.2324,7.611"/></svg>
Copied!