decrease indent icon
decrease-indent from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- decrease-indent
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
Use the decrease indent icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M32.184 11.36c.984 0 1.757-.774 1.757-1.782a1.74 1.74 0 0 0-1.757-1.758H2.606C1.597 7.82.8 8.594.8 9.578c0 1.008.797 1.781 1.805 1.781Zm0 12.28c.984 0 1.757-.773 1.757-1.78a1.74 1.74 0 0 0-1.757-1.758H2.606c-1.008 0-1.805.773-1.805 1.757c0 1.008.797 1.782 1.805 1.782Zm19.312 11.555c1.711 1.125 3.703.492 3.68-1.593v-11.11c.023-2.156-1.875-2.836-3.68-1.617l-7.758 5.273c-1.336.938-1.383 2.93 0 3.868Zm-19.312.727a1.76 1.76 0 0 0 1.757-1.781a1.74 1.74 0 0 0-1.757-1.758H2.606C1.597 32.383.8 33.156.8 34.14s.797 1.78 1.805 1.78Zm0 12.258a1.74 1.74 0 0 0 1.757-1.758a1.76 1.76 0 0 0-1.757-1.781H14.559a1.78 1.78 0 0 0-1.782 1.78a1.76 1.76 0 0 0 1.782 1.759Z"/></svg>
React
import type { SVGProps } from "react";
export function F7DecreaseIndent(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="M32.184 11.36c.984 0 1.757-.774 1.757-1.782a1.74 1.74 0 0 0-1.757-1.758H2.606C1.597 7.82.8 8.594.8 9.578c0 1.008.797 1.781 1.805 1.781Zm0 12.28c.984 0 1.757-.773 1.757-1.78a1.74 1.74 0 0 0-1.757-1.758H2.606c-1.008 0-1.805.773-1.805 1.757c0 1.008.797 1.782 1.805 1.782Zm19.312 11.555c1.711 1.125 3.703.492 3.68-1.593v-11.11c.023-2.156-1.875-2.836-3.68-1.617l-7.758 5.273c-1.336.938-1.383 2.93 0 3.868Zm-19.312.727a1.76 1.76 0 0 0 1.757-1.781a1.74 1.74 0 0 0-1.757-1.758H2.606C1.597 32.383.8 33.156.8 34.14s.797 1.78 1.805 1.78Zm0 12.258a1.74 1.74 0 0 0 1.757-1.758a1.76 1.76 0 0 0-1.757-1.781H14.559a1.78 1.78 0 0 0-1.782 1.78a1.76 1.76 0 0 0 1.782 1.759Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M32.184 11.36c.984 0 1.757-.774 1.757-1.782a1.74 1.74 0 0 0-1.757-1.758H2.606C1.597 7.82.8 8.594.8 9.578c0 1.008.797 1.781 1.805 1.781Zm0 12.28c.984 0 1.757-.773 1.757-1.78a1.74 1.74 0 0 0-1.757-1.758H2.606c-1.008 0-1.805.773-1.805 1.757c0 1.008.797 1.782 1.805 1.782Zm19.312 11.555c1.711 1.125 3.703.492 3.68-1.593v-11.11c.023-2.156-1.875-2.836-3.68-1.617l-7.758 5.273c-1.336.938-1.383 2.93 0 3.868Zm-19.312.727a1.76 1.76 0 0 0 1.757-1.781a1.74 1.74 0 0 0-1.757-1.758H2.606C1.597 32.383.8 33.156.8 34.14s.797 1.78 1.805 1.78Zm0 12.258a1.74 1.74 0 0 0 1.757-1.758a1.76 1.76 0 0 0-1.757-1.781H14.559a1.78 1.78 0 0 0-1.782 1.78a1.76 1.76 0 0 0 1.782 1.759Z"/></svg> </template>
CSS
.icon-decrease-indent {
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%22M32.184%2011.36c.984%200%201.757-.774%201.757-1.782a1.74%201.74%200%200%200-1.757-1.758H2.606C1.597%207.82.8%208.594.8%209.578c0%201.008.797%201.781%201.805%201.781Zm0%2012.28c.984%200%201.757-.773%201.757-1.78a1.74%201.74%200%200%200-1.757-1.758H2.606c-1.008%200-1.805.773-1.805%201.757c0%201.008.797%201.782%201.805%201.782Zm19.312%2011.555c1.711%201.125%203.703.492%203.68-1.593v-11.11c.023-2.156-1.875-2.836-3.68-1.617l-7.758%205.273c-1.336.938-1.383%202.93%200%203.868Zm-19.312.727a1.76%201.76%200%200%200%201.757-1.781a1.74%201.74%200%200%200-1.757-1.758H2.606C1.597%2032.383.8%2033.156.8%2034.14s.797%201.78%201.805%201.78Zm0%2012.258a1.74%201.74%200%200%200%201.757-1.758a1.76%201.76%200%200%200-1.757-1.781H14.559a1.78%201.78%200%200%200-1.782%201.78a1.76%201.76%200%200%200%201.782%201.759Z%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%22M32.184%2011.36c.984%200%201.757-.774%201.757-1.782a1.74%201.74%200%200%200-1.757-1.758H2.606C1.597%207.82.8%208.594.8%209.578c0%201.008.797%201.781%201.805%201.781Zm0%2012.28c.984%200%201.757-.773%201.757-1.78a1.74%201.74%200%200%200-1.757-1.758H2.606c-1.008%200-1.805.773-1.805%201.757c0%201.008.797%201.782%201.805%201.782Zm19.312%2011.555c1.711%201.125%203.703.492%203.68-1.593v-11.11c.023-2.156-1.875-2.836-3.68-1.617l-7.758%205.273c-1.336.938-1.383%202.93%200%203.868Zm-19.312.727a1.76%201.76%200%200%200%201.757-1.781a1.74%201.74%200%200%200-1.757-1.758H2.606C1.597%2032.383.8%2033.156.8%2034.14s.797%201.78%201.805%201.78Zm0%2012.258a1.74%201.74%200%200%200%201.757-1.758a1.76%201.76%200%200%200-1.757-1.781H14.559a1.78%201.78%200%200%200-1.782%201.78a1.76%201.76%200%200%200%201.782%201.759Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/decrease-indent.svg?color=%231a73e8&size=48