shorts icon
shorts-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- shorts-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Use the shorts icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M4.5 9h15m1.5 9L19.14 6.836A1 1 0 0 0 18.152 6H5.847a1 1 0 0 0-.986.836L3 18h6.465a1 1 0 0 0 .832-.445L12 15l1.703 2.555a1 1 0 0 0 .832.445z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteShortsLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="M4.5 9h15m1.5 9L19.14 6.836A1 1 0 0 0 18.152 6H5.847a1 1 0 0 0-.986.836L3 18h6.465a1 1 0 0 0 .832-.445L12 15l1.703 2.555a1 1 0 0 0 .832.445z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M4.5 9h15m1.5 9L19.14 6.836A1 1 0 0 0 18.152 6H5.847a1 1 0 0 0-.986.836L3 18h6.465a1 1 0 0 0 .832-.445L12 15l1.703 2.555a1 1 0 0 0 .832.445z"/></svg> </template>
CSS
.icon-shorts-line {
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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M4.5%209h15m1.5%209L19.14%206.836A1%201%200%200%200%2018.152%206H5.847a1%201%200%200%200-.986.836L3%2018h6.465a1%201%200%200%200%20.832-.445L12%2015l1.703%202.555a1%201%200%200%200%20.832.445z%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M4.5%209h15m1.5%209L19.14%206.836A1%201%200%200%200%2018.152%206H5.847a1%201%200%200%200-.986.836L3%2018h6.465a1%201%200%200%200%20.832-.445L12%2015l1.703%202.555a1%201%200%200%200%20.832.445z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/shorts-line.svg?color=%231a73e8&size=48