stripe from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
stripe
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

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 16 16"><path fill="currentColor" d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm6.226 5.385c-.584 0-.937.164-.937.593c0 .468.607.674 1.36.93c1.228.415 2.844.963 2.851 2.993C11.5 11.868 9.924 13 7.63 13a7.7 7.7 0 0 1-3.009-.626V9.758c.926.506 2.095.88 3.01.88c.617 0 1.058-.165 1.058-.671c0-.518-.658-.755-1.453-1.041C6.026 8.49 4.5 7.94 4.5 6.11C4.5 4.165 5.988 3 8.226 3a7.3 7.3 0 0 1 2.734.505v2.583c-.838-.45-1.896-.703-2.734-.703"/></svg>

React

import type { SVGProps } from "react";

export function BiStripe(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm6.226 5.385c-.584 0-.937.164-.937.593c0 .468.607.674 1.36.93c1.228.415 2.844.963 2.851 2.993C11.5 11.868 9.924 13 7.63 13a7.7 7.7 0 0 1-3.009-.626V9.758c.926.506 2.095.88 3.01.88c.617 0 1.058-.165 1.058-.671c0-.518-.658-.755-1.453-1.041C6.026 8.49 4.5 7.94 4.5 6.11C4.5 4.165 5.988 3 8.226 3a7.3 7.3 0 0 1 2.734.505v2.583c-.838-.45-1.896-.703-2.734-.703"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm6.226 5.385c-.584 0-.937.164-.937.593c0 .468.607.674 1.36.93c1.228.415 2.844.963 2.851 2.993C11.5 11.868 9.924 13 7.63 13a7.7 7.7 0 0 1-3.009-.626V9.758c.926.506 2.095.88 3.01.88c.617 0 1.058-.165 1.058-.671c0-.518-.658-.755-1.453-1.041C6.026 8.49 4.5 7.94 4.5 6.11C4.5 4.165 5.988 3 8.226 3a7.3 7.3 0 0 1 2.734.505v2.583c-.838-.45-1.896-.703-2.734-.703"/></svg>
</template>

CSS

.icon-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%200a2%202%200%200%200-2%202v12a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2V2a2%202%200%200%200-2-2zm6.226%205.385c-.584%200-.937.164-.937.593c0%20.468.607.674%201.36.93c1.228.415%202.844.963%202.851%202.993C11.5%2011.868%209.924%2013%207.63%2013a7.7%207.7%200%200%201-3.009-.626V9.758c.926.506%202.095.88%203.01.88c.617%200%201.058-.165%201.058-.671c0-.518-.658-.755-1.453-1.041C6.026%208.49%204.5%207.94%204.5%206.11C4.5%204.165%205.988%203%208.226%203a7.3%207.3%200%200%201%202.734.505v2.583c-.838-.45-1.896-.703-2.734-.703%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%200a2%202%200%200%200-2%202v12a2%202%200%200%200%202%202h12a2%202%200%200%200%202-2V2a2%202%200%200%200-2-2zm6.226%205.385c-.584%200-.937.164-.937.593c0%20.468.607.674%201.36.93c1.228.415%202.844.963%202.851%202.993C11.5%2011.868%209.924%2013%207.63%2013a7.7%207.7%200%200%201-3.009-.626V9.758c.926.506%202.095.88%203.01.88c.617%200%201.058-.165%201.058-.671c0-.518-.658-.755-1.453-1.041C6.026%208.49%204.5%207.94%204.5%206.11C4.5%204.165%205.988%203%208.226%203a7.3%207.3%200%200%201%202.734.505v2.583c-.838-.45-1.896-.703-2.734-.703%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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