Dong False Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Dong False 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/305528.svg" alt="Dong False icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305528.svg" alt="Dong False icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305528.svg" alt="Dong False icon" :width="24" :height="24" />
CSS background
.icon-dong-false {
background-image: url('https://proicons.com/icon/305528.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M791 716c-22-23-53-37-87-39h-5c-36 0-68 15-92 39-23 23-38 55-38 91 0 19 4 36 11 52 6 15 16 29 27 40 24 24 56 38 92 38 72 0 130-58 130-130 0-35-14-68-38-91zm-38 124l-22 21-32-32-32 32-21-21 32-33-32-32 21-21 32 32 32-32 22 21-32 32 32 33zm-95-697h-64V67c-10-2-21-3-31-4-11 0-21-1-31-1s-20 1-30 1c-11 1-21 2-32 4v76H325c-2 12-2 23-2 35s0 23 2 35h145v131c-11-3-21-5-33-6-11-1-22-1-33-1-35 0-67 7-96 19s-53 31-74 53c-20 23-36 49-47 79-10 30-16 63-16 97 0 43 7 80 19 110 13 30 30 55 52 73 21 19 47 33 75 42 29 9 59 13 90 13 36 0 68-2 95-6-1-3-1-7-1-10 0-64 38-120 93-145V213h64c1-11 2-23 2-35s0-23-2-35zM470 710c-10 3-19 5-27 6-9 1-17 2-28 2-16 0-31-3-45-7-15-4-27-12-37-22s-18-24-24-41-9-38-9-63c0-20 2-39 6-57 5-18 12-34 21-48 10-13 22-24 36-32s31-12 51-12c11 0 20 0 27 1 8 1 17 3 29 6v267zm99 228H240c-1-12-2-23-2-35s1-24 2-35h273c12 28 31 52 56 70z"/></svg>
Copied!