line horizontal 3 icon
line-horizontal-3 from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- line-horizontal-3
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
The same icon in other sets
Related icons in Framework7 Icons
Use the line horizontal 3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M6.063 19.539h43.851c.984 0 1.805-.773 1.805-1.758c0-.984-.82-1.781-1.805-1.781H6.063a1.78 1.78 0 0 0-1.782 1.781a1.76 1.76 0 0 0 1.782 1.758m0 10.219h43.851c.984 0 1.805-.774 1.805-1.758c0-1.008-.82-1.805-1.805-1.805H6.063c-.985 0-1.782.797-1.782 1.805a1.76 1.76 0 0 0 1.782 1.758m0 10.242h43.851c.984 0 1.805-.797 1.805-1.805c0-.984-.82-1.758-1.805-1.758H6.063a1.76 1.76 0 0 0-1.782 1.758c0 1.008.797 1.805 1.782 1.805"/></svg>
React
import type { SVGProps } from "react";
export function F7LineHorizontal3(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="M6.063 19.539h43.851c.984 0 1.805-.773 1.805-1.758c0-.984-.82-1.781-1.805-1.781H6.063a1.78 1.78 0 0 0-1.782 1.781a1.76 1.76 0 0 0 1.782 1.758m0 10.219h43.851c.984 0 1.805-.774 1.805-1.758c0-1.008-.82-1.805-1.805-1.805H6.063c-.985 0-1.782.797-1.782 1.805a1.76 1.76 0 0 0 1.782 1.758m0 10.242h43.851c.984 0 1.805-.797 1.805-1.805c0-.984-.82-1.758-1.805-1.758H6.063a1.76 1.76 0 0 0-1.782 1.758c0 1.008.797 1.805 1.782 1.805"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M6.063 19.539h43.851c.984 0 1.805-.773 1.805-1.758c0-.984-.82-1.781-1.805-1.781H6.063a1.78 1.78 0 0 0-1.782 1.781a1.76 1.76 0 0 0 1.782 1.758m0 10.219h43.851c.984 0 1.805-.774 1.805-1.758c0-1.008-.82-1.805-1.805-1.805H6.063c-.985 0-1.782.797-1.782 1.805a1.76 1.76 0 0 0 1.782 1.758m0 10.242h43.851c.984 0 1.805-.797 1.805-1.805c0-.984-.82-1.758-1.805-1.758H6.063a1.76 1.76 0 0 0-1.782 1.758c0 1.008.797 1.805 1.782 1.805"/></svg> </template>
CSS
.icon-line-horizontal-3 {
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%22M6.063%2019.539h43.851c.984%200%201.805-.773%201.805-1.758c0-.984-.82-1.781-1.805-1.781H6.063a1.78%201.78%200%200%200-1.782%201.781a1.76%201.76%200%200%200%201.782%201.758m0%2010.219h43.851c.984%200%201.805-.774%201.805-1.758c0-1.008-.82-1.805-1.805-1.805H6.063c-.985%200-1.782.797-1.782%201.805a1.76%201.76%200%200%200%201.782%201.758m0%2010.242h43.851c.984%200%201.805-.797%201.805-1.805c0-.984-.82-1.758-1.805-1.758H6.063a1.76%201.76%200%200%200-1.782%201.758c0%201.008.797%201.805%201.782%201.805%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%22M6.063%2019.539h43.851c.984%200%201.805-.773%201.805-1.758c0-.984-.82-1.781-1.805-1.781H6.063a1.78%201.78%200%200%200-1.782%201.781a1.76%201.76%200%200%200%201.782%201.758m0%2010.219h43.851c.984%200%201.805-.774%201.805-1.758c0-1.008-.82-1.805-1.805-1.805H6.063c-.985%200-1.782.797-1.782%201.805a1.76%201.76%200%200%200%201.782%201.758m0%2010.242h43.851c.984%200%201.805-.797%201.805-1.805c0-.984-.82-1.758-1.805-1.758H6.063a1.76%201.76%200%200%200-1.782%201.758c0%201.008.797%201.805%201.782%201.805%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/line-horizontal-3.svg?color=%231a73e8&size=48