Frank Plus Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Frank Plus icon is commonly used in add-item buttons, floating action buttons and form toolbars. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/305728.svg" alt="Frank Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305728.svg" alt="Frank Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305728.svg" alt="Frank Plus icon" :width="24" :height="24" />
CSS background
.icon-frank-plus {
background-image: url('https://proicons.com/icon/305728.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="M788 686c-22-22-52-36-86-38h-4c-36 0-68 15-91 38s-38 55-38 91c0 18 4 35 11 51 6 15 15 28 27 40 23 23 55 37 91 37 71 0 128-58 128-128 0-36-14-68-38-91zm-29 110h-43v41h-37v-41h-42v-38h42v-42h37v42h43v38zM436 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-98V657h98V62h454c4 23 6 45 6 68 0 25-2 48-6 70H436z"/></svg>
Copied!