open stripe icon

open-stripe from Carbon by IBM · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
open-stripe
Set
Carbon
Style
Outline
Category
Actions
Viewbox
32×32
License
Apache 2.0

More actions icons from Carbon

Use the open stripe icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.875 28h-6.75C2.953 28 2 27.103 2 26V6c0-1.103.953-2 2.125-2h6.75C12.047 4 13 4.897 13 6v20c0 1.103-.953 2-2.125 2m-6.864-2.016c.019 0 .057.016.114.016h6.75c.085 0 .13-.036.137-.046L11 6.008c-.004.022-.047-.008-.125-.008h-6.75A.2.2 0 0 0 4 6.035v19.956q.002-.007.011-.006Zm19.696-4.277l-1.414-1.414L25.586 17H17v-2h8.586l-3.293-3.293l1.414-1.414L29.414 16z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonOpenStripe(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.875 28h-6.75C2.953 28 2 27.103 2 26V6c0-1.103.953-2 2.125-2h6.75C12.047 4 13 4.897 13 6v20c0 1.103-.953 2-2.125 2m-6.864-2.016c.019 0 .057.016.114.016h6.75c.085 0 .13-.036.137-.046L11 6.008c-.004.022-.047-.008-.125-.008h-6.75A.2.2 0 0 0 4 6.035v19.956q.002-.007.011-.006Zm19.696-4.277l-1.414-1.414L25.586 17H17v-2h8.586l-3.293-3.293l1.414-1.414L29.414 16z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.875 28h-6.75C2.953 28 2 27.103 2 26V6c0-1.103.953-2 2.125-2h6.75C12.047 4 13 4.897 13 6v20c0 1.103-.953 2-2.125 2m-6.864-2.016c.019 0 .057.016.114.016h6.75c.085 0 .13-.036.137-.046L11 6.008c-.004.022-.047-.008-.125-.008h-6.75A.2.2 0 0 0 4 6.035v19.956q.002-.007.011-.006Zm19.696-4.277l-1.414-1.414L25.586 17H17v-2h8.586l-3.293-3.293l1.414-1.414L29.414 16z"/></svg>
</template>

CSS

.icon-open-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.875%2028h-6.75C2.953%2028%202%2027.103%202%2026V6c0-1.103.953-2%202.125-2h6.75C12.047%204%2013%204.897%2013%206v20c0%201.103-.953%202-2.125%202m-6.864-2.016c.019%200%20.057.016.114.016h6.75c.085%200%20.13-.036.137-.046L11%206.008c-.004.022-.047-.008-.125-.008h-6.75A.2.2%200%200%200%204%206.035v19.956q.002-.007.011-.006Zm19.696-4.277l-1.414-1.414L25.586%2017H17v-2h8.586l-3.293-3.293l1.414-1.414L29.414%2016z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.875%2028h-6.75C2.953%2028%202%2027.103%202%2026V6c0-1.103.953-2%202.125-2h6.75C12.047%204%2013%204.897%2013%206v20c0%201.103-.953%202-2.125%202m-6.864-2.016c.019%200%20.057.016.114.016h6.75c.085%200%20.13-.036.137-.046L11%206.008c-.004.022-.047-.008-.125-.008h-6.75A.2.2%200%200%200%204%206.035v19.956q.002-.007.011-.006Zm19.696-4.277l-1.414-1.414L25.586%2017H17v-2h8.586l-3.293-3.293l1.414-1.414L29.414%2016z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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