Pound False Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Pound 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/306277.svg" alt="Pound False icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306277.svg" alt="Pound False icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306277.svg" alt="Pound False icon" :width="24" :height="24" />
CSS background
.icon-pound-false {
background-image: url('https://proicons.com/icon/306277.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="M840 693c-23-22-53-36-87-38h-5c-35 0-67 15-90 38-24 23-38 56-38 91 0 18 4 35 11 51 6 15 15 29 27 40 23 23 55 38 90 38 72 0 129-58 129-129 0-35-14-68-37-91zm-39 123l-21 21-32-32-32 32-21-21 32-32-32-32 21-21 32 32 32-32 21 21-31 32 31 32zM393 296c-5 16-7 32-7 47 0 24 2 44 3 61 2 17 5 34 8 51h190c2 13 4 25 5 36 1 10 1 21 1 32s0 21-1 31-3 21-5 33H418c1 6 2 13 2 20 1 8 2 15 2 21 0 28-2 53-7 77-3 24-13 51-26 79h185c-1 5-1 9-1 14 0 63 39 117 95 140H141l-5-18 15-13c18-15 32-32 44-53 11-22 21-44 28-66 8-23 13-45 17-67 3-21 5-39 5-54 0-13 0-26-2-39-1-14-2-27-4-41H130c-3-13-5-25-5-35-1-11-2-22-2-33s1-21 2-31c0-9 2-20 5-33h89c-4-21-6-42-9-62-1-21-3-42-3-63 0-33 6-66 18-98s30-61 54-86c25-25 55-45 92-61 37-15 81-23 132-23 45 0 82 4 113 10 31 7 60 16 88 27-2 19-5 40-11 65s-15 50-28 76c-23-9-45-17-66-23-21-7-48-10-80-10-25 0-46 5-64 13-17 9-30 19-40 32s-17 28-22 44z"/></svg>
Copied!