stripe from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
stripe
Set
Huge Icons
Style
Stroke
Viewbox
24×24
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 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="M17.25 4v4.5c-4.258-1.725-6.586-1.418-6.702-.358s1.42 1.68 2.202 1.858c0 0 5.5 1 5.5 5.5s-5 5.5-7.5 5.5c-2 0-4.167-.802-5-1.135v-4.702c.8.456 2.82 1.4 4.5 1.533c2.1.166 2.662-.32 2.804-.932c.26-1.117-1.612-1.77-2.804-2.264c-3.2-1.2-4.5-2.5-4.5-5c0-4.5 4-5.5 6.5-5.5c2.4 0 4.333.667 5 1Z"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsStripe(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="1.5" d="M17.25 4v4.5c-4.258-1.725-6.586-1.418-6.702-.358s1.42 1.68 2.202 1.858c0 0 5.5 1 5.5 5.5s-5 5.5-7.5 5.5c-2 0-4.167-.802-5-1.135v-4.702c.8.456 2.82 1.4 4.5 1.533c2.1.166 2.662-.32 2.804-.932c.26-1.117-1.612-1.77-2.804-2.264c-3.2-1.2-4.5-2.5-4.5-5c0-4.5 4-5.5 6.5-5.5c2.4 0 4.333.667 5 1Z"/></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="1.5" d="M17.25 4v4.5c-4.258-1.725-6.586-1.418-6.702-.358s1.42 1.68 2.202 1.858c0 0 5.5 1 5.5 5.5s-5 5.5-7.5 5.5c-2 0-4.167-.802-5-1.135v-4.702c.8.456 2.82 1.4 4.5 1.533c2.1.166 2.662-.32 2.804-.932c.26-1.117-1.612-1.77-2.804-2.264c-3.2-1.2-4.5-2.5-4.5-5c0-4.5 4-5.5 6.5-5.5c2.4 0 4.333.667 5 1Z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17.25%204v4.5c-4.258-1.725-6.586-1.418-6.702-.358s1.42%201.68%202.202%201.858c0%200%205.5%201%205.5%205.5s-5%205.5-7.5%205.5c-2%200-4.167-.802-5-1.135v-4.702c.8.456%202.82%201.4%204.5%201.533c2.1.166%202.662-.32%202.804-.932c.26-1.117-1.612-1.77-2.804-2.264c-3.2-1.2-4.5-2.5-4.5-5c0-4.5%204-5.5%206.5-5.5c2.4%200%204.333.667%205%201Z%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%221.5%22%20d%3D%22M17.25%204v4.5c-4.258-1.725-6.586-1.418-6.702-.358s1.42%201.68%202.202%201.858c0%200%205.5%201%205.5%205.5s-5%205.5-7.5%205.5c-2%200-4.167-.802-5-1.135v-4.702c.8.456%202.82%201.4%204.5%201.533c2.1.166%202.662-.32%202.804-.932c.26-1.117-1.612-1.77-2.804-2.264c-3.2-1.2-4.5-2.5-4.5-5c0-4.5%204-5.5%206.5-5.5c2.4%200%204.333.667%205%201Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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