minus icon
minus from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- minus
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
The same icon in other sets
minusAkar IconsminusBoxIcons v2minus-fillEva IconsminusFont Awesome 6 SolidminusFeather IconsminusFluent EmojiminusFluent Emoji FlatminusFluent Emoji High ContrastminusHeroIconsminusHuge IconsminusHumbleiconsminusIconoirminusIonIconsminusJam IconsminusLine AwesomeminusMaterial Line IconsminusLucideminusMage IconsminusMajesticonsminusMaterial Design IconsminusNoto EmojiminusOpenMojiminusPhosphorminusPixelarticons
Related icons in Framework7 Icons
Use the minus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M10.762 30.098h34.476c1.125 0 2.11-.961 2.11-2.11c0-1.148-.985-2.086-2.11-2.086H10.762c-1.125 0-2.11.938-2.11 2.086c0 1.149.985 2.11 2.11 2.11"/></svg>
React
import type { SVGProps } from "react";
export function F7Minus(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M10.762 30.098h34.476c1.125 0 2.11-.961 2.11-2.11c0-1.148-.985-2.086-2.11-2.086H10.762c-1.125 0-2.11.938-2.11 2.086c0 1.149.985 2.11 2.11 2.11"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M10.762 30.098h34.476c1.125 0 2.11-.961 2.11-2.11c0-1.148-.985-2.086-2.11-2.086H10.762c-1.125 0-2.11.938-2.11 2.086c0 1.149.985 2.11 2.11 2.11"/></svg> </template>
CSS
.icon-minus {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.762%2030.098h34.476c1.125%200%202.11-.961%202.11-2.11c0-1.148-.985-2.086-2.11-2.086H10.762c-1.125%200-2.11.938-2.11%202.086c0%201.149.985%202.11%202.11%202.11%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.762%2030.098h34.476c1.125%200%202.11-.961%202.11-2.11c0-1.148-.985-2.086-2.11-2.086H10.762c-1.125%200-2.11.938-2.11%202.086c0%201.149.985%202.11%202.11%202.11%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/minus.svg?color=%231a73e8&size=48