Dianping Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Dianping 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/339039.svg" alt="Dianping icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339039.svg" alt="Dianping icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339039.svg" alt="Dianping icon" :width="24" :height="24" />
CSS background
.icon-dianping {
background-image: url('https://proicons.com/icon/339039.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="e" cx="19.6367" cy="12.6976" r="7.1961"/><path class="e" d="M31.8057,9.4366c1.1646,4.3472-.0782,8.9856-3.2605,12.168-3.1824,3.1823-7.8208,4.4251-12.168,3.2605-4.3473-1.1649-7.743-4.5606-8.9079-8.9079"/><path class="e" d="M12.7177,42.4985c-2.0581-7.6803,2.4995-15.5748,10.1797-17.6329,0,0,.0002,0,.0003,0,7.6803-2.0581,15.5748,2.4995,17.6329,10.1797,0,0,0,.0002,0,.0003"/></svg>
Copied!