Frank True Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Frank True 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/305729.svg" alt="Frank True icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305729.svg" alt="Frank True icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305729.svg" alt="Frank True icon" :width="24" :height="24" />
CSS background
.icon-frank-true {
background-image: url('https://proicons.com/icon/305729.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="M785 672c-23-23-53-37-86-38h-5c-36 0-68 14-91 38-23 23-38 55-38 90 0 19 4 36 11 51 6 15 16 29 27 40 23 24 56 38 91 38 71 0 128-58 128-129 0-35-14-67-37-90zm-24 60l-79 79c-2 2-5 2-7 0l-48-48c-2-2-2-6 0-7l11-12c2-2 6-2 8 0l32 33 64-63c2-3 5-3 7 0l12 11c2 2 2 6 0 7zM440 200v188h231c4 24 6 47 6 69 0 24-2 47-6 70H440v130h113c-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 70H440z"/></svg>
Copied!