Frank Minus Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Frank Minus icon is commonly used in quantity selectors, collapse controls and list management. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/305727.svg" alt="Frank Minus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305727.svg" alt="Frank Minus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305727.svg" alt="Frank Minus icon" :width="24" :height="24" />
CSS background
.icon-frank-minus {
background-image: url('https://proicons.com/icon/305727.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="M786 683c-22-23-53-37-86-38h-5c-35 0-68 14-91 38-23 23-37 55-37 90 0 19 3 36 10 51s16 29 27 40c23 24 56 38 91 38 71 0 128-58 128-129 0-35-14-67-37-90zm-32 107H636v-34h118v34zM438 200v188h231c5 24 7 47 7 69 0 24-2 47-7 70H438v130h114c-25 28-40 64-40 105 0 11 1 22 3 32h-77v137c-28 4-55 7-80 7-27 0-55-3-82-7V794h-99V657h99V62h453c5 23 7 45 7 68 0 25-2 48-7 70H438z"/></svg>
Copied!