Frank Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Frank 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/305730.svg" alt="Frank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305730.svg" alt="Frank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305730.svg" alt="Frank icon" :width="24" :height="24" />
CSS background
.icon-frank {
background-image: url('https://proicons.com/icon/305730.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="M648 200h125c4-22 6-45 6-70 0-23-2-45-6-68H319v595h-99v137h99v137c28 4 55 7 82 7 25 0 52-3 80-7V794h153c4-22 7-45 7-70 0-22-3-45-7-67H481V527h231c5-23 7-46 7-70 0-22-2-45-7-69H481V200h167z"/></svg>
Copied!