bxl stripe icon

bxl-stripe from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
bxl-stripe
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT

Related icons in BoxIcons v2

Use the bxl stripe icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M13.479 9.883c-1.626-.604-2.512-1.067-2.512-1.803c0-.622.511-.977 1.423-.977c1.667 0 3.379.642 4.558 1.22l.666-4.111c-.935-.446-2.847-1.177-5.49-1.177c-1.87 0-3.425.489-4.536 1.401c-1.155.954-1.757 2.334-1.757 4c0 3.023 1.847 4.312 4.847 5.403c1.936.688 2.579 1.178 2.579 1.934c0 .732-.629 1.155-1.762 1.155c-1.403 0-3.716-.689-5.231-1.578l-.674 4.157c1.304.732 3.705 1.488 6.197 1.488c1.976 0 3.624-.467 4.735-1.356c1.245-.977 1.89-2.422 1.89-4.289c0-3.091-1.889-4.38-4.935-5.468h.002z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function BxBxlStripe(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M13.479 9.883c-1.626-.604-2.512-1.067-2.512-1.803c0-.622.511-.977 1.423-.977c1.667 0 3.379.642 4.558 1.22l.666-4.111c-.935-.446-2.847-1.177-5.49-1.177c-1.87 0-3.425.489-4.536 1.401c-1.155.954-1.757 2.334-1.757 4c0 3.023 1.847 4.312 4.847 5.403c1.936.688 2.579 1.178 2.579 1.934c0 .732-.629 1.155-1.762 1.155c-1.403 0-3.716-.689-5.231-1.578l-.674 4.157c1.304.732 3.705 1.488 6.197 1.488c1.976 0 3.624-.467 4.735-1.356c1.245-.977 1.89-2.422 1.89-4.289c0-3.091-1.889-4.38-4.935-5.468h.002z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M13.479 9.883c-1.626-.604-2.512-1.067-2.512-1.803c0-.622.511-.977 1.423-.977c1.667 0 3.379.642 4.558 1.22l.666-4.111c-.935-.446-2.847-1.177-5.49-1.177c-1.87 0-3.425.489-4.536 1.401c-1.155.954-1.757 2.334-1.757 4c0 3.023 1.847 4.312 4.847 5.403c1.936.688 2.579 1.178 2.579 1.934c0 .732-.629 1.155-1.762 1.155c-1.403 0-3.716-.689-5.231-1.578l-.674 4.157c1.304.732 3.705 1.488 6.197 1.488c1.976 0 3.624-.467 4.735-1.356c1.245-.977 1.89-2.422 1.89-4.289c0-3.091-1.889-4.38-4.935-5.468h.002z" fill="currentColor"/></svg>
</template>

CSS

.icon-bxl-stripe {
  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%20d%3D%22M13.479%209.883c-1.626-.604-2.512-1.067-2.512-1.803c0-.622.511-.977%201.423-.977c1.667%200%203.379.642%204.558%201.22l.666-4.111c-.935-.446-2.847-1.177-5.49-1.177c-1.87%200-3.425.489-4.536%201.401c-1.155.954-1.757%202.334-1.757%204c0%203.023%201.847%204.312%204.847%205.403c1.936.688%202.579%201.178%202.579%201.934c0%20.732-.629%201.155-1.762%201.155c-1.403%200-3.716-.689-5.231-1.578l-.674%204.157c1.304.732%203.705%201.488%206.197%201.488c1.976%200%203.624-.467%204.735-1.356c1.245-.977%201.89-2.422%201.89-4.289c0-3.091-1.889-4.38-4.935-5.468h.002z%22%20fill%3D%22currentColor%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%20d%3D%22M13.479%209.883c-1.626-.604-2.512-1.067-2.512-1.803c0-.622.511-.977%201.423-.977c1.667%200%203.379.642%204.558%201.22l.666-4.111c-.935-.446-2.847-1.177-5.49-1.177c-1.87%200-3.425.489-4.536%201.401c-1.155.954-1.757%202.334-1.757%204c0%203.023%201.847%204.312%204.847%205.403c1.936.688%202.579%201.178%202.579%201.934c0%20.732-.629%201.155-1.762%201.155c-1.403%200-3.716-.689-5.231-1.578l-.674%204.157c1.304.732%203.705%201.488%206.197%201.488c1.976%200%203.624-.467%204.735-1.356c1.245-.977%201.89-2.422%201.89-4.289c0-3.091-1.889-4.38-4.935-5.468h.002z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/bxl-stripe.svg?color=%231a73e8&size=48