Frank False Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Frank 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/305726.svg" alt="Frank False icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305726.svg" alt="Frank False icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305726.svg" alt="Frank False icon" :width="24" :height="24" />
CSS background
.icon-frank-false {
background-image: url('https://proicons.com/icon/305726.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="M789 683c-23-23-53-37-87-38h-4c-36 0-68 14-91 38-24 23-38 55-38 90 0 19 4 36 11 51 6 15 16 29 27 40 23 24 55 38 91 38 71 0 128-58 128-129 0-35-14-67-37-90zm-38 122l-22 21-31-32-32 32-21-21 31-32-31-32 21-21 32 32 31-32 22 21-32 32 32 32zM436 200v188h231c4 24 6 47 6 69 0 24-2 47-6 70H436v130h113c-25 28-40 64-40 105 0 11 1 22 4 32h-77v137c-29 4-55 7-80 7-28 0-55-3-83-7V794h-99V657h99V62h454c4 23 6 45 6 68 0 25-2 48-6 70H436z"/></svg>
Copied!