decrease quotelevel icon
decrease-quotelevel from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- decrease-quotelevel
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
Use the decrease quotelevel icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M15.613 7.926V48.05c0 .984.774 1.804 1.782 1.804c.984 0 1.757-.82 1.757-1.804V7.926a1.76 1.76 0 0 0-1.758-1.782a1.766 1.766 0 0 0-1.78 1.782m21.094 27.258c1.688 1.125 3.68.492 3.68-1.594V22.48c0-2.156-1.899-2.835-3.68-1.617l-7.758 5.274c-1.36.937-1.406 2.93 0 3.867Z"/></svg>
React
import type { SVGProps } from "react";
export function F7DecreaseQuotelevel(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="M15.613 7.926V48.05c0 .984.774 1.804 1.782 1.804c.984 0 1.757-.82 1.757-1.804V7.926a1.76 1.76 0 0 0-1.758-1.782a1.766 1.766 0 0 0-1.78 1.782m21.094 27.258c1.688 1.125 3.68.492 3.68-1.594V22.48c0-2.156-1.899-2.835-3.68-1.617l-7.758 5.274c-1.36.937-1.406 2.93 0 3.867Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M15.613 7.926V48.05c0 .984.774 1.804 1.782 1.804c.984 0 1.757-.82 1.757-1.804V7.926a1.76 1.76 0 0 0-1.758-1.782a1.766 1.766 0 0 0-1.78 1.782m21.094 27.258c1.688 1.125 3.68.492 3.68-1.594V22.48c0-2.156-1.899-2.835-3.68-1.617l-7.758 5.274c-1.36.937-1.406 2.93 0 3.867Z"/></svg> </template>
CSS
.icon-decrease-quotelevel {
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%22M15.613%207.926V48.05c0%20.984.774%201.804%201.782%201.804c.984%200%201.757-.82%201.757-1.804V7.926a1.76%201.76%200%200%200-1.758-1.782a1.766%201.766%200%200%200-1.78%201.782m21.094%2027.258c1.688%201.125%203.68.492%203.68-1.594V22.48c0-2.156-1.899-2.835-3.68-1.617l-7.758%205.274c-1.36.937-1.406%202.93%200%203.867Z%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%22M15.613%207.926V48.05c0%20.984.774%201.804%201.782%201.804c.984%200%201.757-.82%201.757-1.804V7.926a1.76%201.76%200%200%200-1.758-1.782a1.766%201.766%200%200%200-1.78%201.782m21.094%2027.258c1.688%201.125%203.68.492%203.68-1.594V22.48c0-2.156-1.899-2.835-3.68-1.617l-7.758%205.274c-1.36.937-1.406%202.93%200%203.867Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/decrease-quotelevel.svg?color=%231a73e8&size=48