stripe icon
stripe-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- stripe-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 stripe 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="M10.87 8.765c0-.686.56-.95 1.49-.95c1.072 0 2.374.263 3.535.743c.374.154.809-.108.809-.513V4.81C15.25 4.229 13.814 4 12.359 4C8.803 4 6.438 5.864 6.438 8.976c0 4.853 6.657 4.079 6.657 6.171c0 .809-.7 1.073-1.682 1.073c-1.199 0-2.672-.407-3.977-1.003c-.369-.168-.806.092-.806.498v3.283A12.1 12.1 0 0 0 11.413 20c3.644 0 6.15-1.811 6.15-4.958c-.018-5.24-6.693-4.308-6.693-6.277Z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteStripeLine(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="M10.87 8.765c0-.686.56-.95 1.49-.95c1.072 0 2.374.263 3.535.743c.374.154.809-.108.809-.513V4.81C15.25 4.229 13.814 4 12.359 4C8.803 4 6.438 5.864 6.438 8.976c0 4.853 6.657 4.079 6.657 6.171c0 .809-.7 1.073-1.682 1.073c-1.199 0-2.672-.407-3.977-1.003c-.369-.168-.806.092-.806.498v3.283A12.1 12.1 0 0 0 11.413 20c3.644 0 6.15-1.811 6.15-4.958c-.018-5.24-6.693-4.308-6.693-6.277Z" clipRule="evenodd"/></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="M10.87 8.765c0-.686.56-.95 1.49-.95c1.072 0 2.374.263 3.535.743c.374.154.809-.108.809-.513V4.81C15.25 4.229 13.814 4 12.359 4C8.803 4 6.438 5.864 6.438 8.976c0 4.853 6.657 4.079 6.657 6.171c0 .809-.7 1.073-1.682 1.073c-1.199 0-2.672-.407-3.977-1.003c-.369-.168-.806.092-.806.498v3.283A12.1 12.1 0 0 0 11.413 20c3.644 0 6.15-1.811 6.15-4.958c-.018-5.24-6.693-4.308-6.693-6.277Z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-stripe-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%22M10.87%208.765c0-.686.56-.95%201.49-.95c1.072%200%202.374.263%203.535.743c.374.154.809-.108.809-.513V4.81C15.25%204.229%2013.814%204%2012.359%204C8.803%204%206.438%205.864%206.438%208.976c0%204.853%206.657%204.079%206.657%206.171c0%20.809-.7%201.073-1.682%201.073c-1.199%200-2.672-.407-3.977-1.003c-.369-.168-.806.092-.806.498v3.283A12.1%2012.1%200%200%200%2011.413%2020c3.644%200%206.15-1.811%206.15-4.958c-.018-5.24-6.693-4.308-6.693-6.277Z%22%20clip-rule%3D%22evenodd%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%22M10.87%208.765c0-.686.56-.95%201.49-.95c1.072%200%202.374.263%203.535.743c.374.154.809-.108.809-.513V4.81C15.25%204.229%2013.814%204%2012.359%204C8.803%204%206.438%205.864%206.438%208.976c0%204.853%206.657%204.079%206.657%206.171c0%20.809-.7%201.073-1.682%201.073c-1.199%200-2.672-.407-3.977-1.003c-.369-.168-.806.092-.806.498v3.283A12.1%2012.1%200%200%200%2011.413%2020c3.644%200%206.15-1.811%206.15-4.958c-.018-5.24-6.693-4.308-6.693-6.277Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/stripe-line.svg?color=%231a73e8&size=48