stripe s icon
stripe-s from Line Awesome by Icons8 · Line · Payments & Shopping · Apache-2.0 Free for personal and commercial use.
- Name
- stripe-s
- Set
- Line Awesome
- Style
- Line
- Category
- Payments & Shopping
- Viewbox
- 32×32
- License
- Apache 2.0
The same icon in other sets
More payments & shopping icons from Line Awesome
Use the stripe s icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.516 4C10.736 4 7 7.114 7 11.934c0 4.773 4.289 6.195 7.127 7.136c1.276.423 2.862.948 2.873 1.467c-.008.401-.957.463-1.523.463c-1.886 0-4.779-.78-7.034-1.896L7 18.389v7.797l.611.255c2.347.986 5.096 1.554 7.543 1.559C21.32 28 25 25.158 25 20.4c0-5.192-4.408-6.603-7.324-7.537C16.61 12.521 15 12.005 15 11.574c0-.229 0-.574 1.23-.574c1.85 0 4.422.765 6.258 1.86l1.512.902V5.547l-.637-.248C21.207 4.46 18.777 4 16.516 4m0 2c1.799 0 3.721.328 5.484.93v3.431C20.114 9.522 17.953 9 16.23 9C13.315 9 13 10.8 13 11.574c0 1.891 1.975 2.525 4.066 3.194C20.541 15.88 23 16.934 23 20.4c0 5.053-5.487 5.6-7.844 5.6c-1.98-.004-4.189-.423-6.156-1.158v-3.305c1.993.797 4.466 1.463 6.477 1.463c3.054 0 3.52-1.534 3.523-2.457v-.012c-.008-1.956-2.065-2.637-4.244-3.36C11.386 16.055 9 15.026 9 11.935C9 8.273 11.88 6 16.516 6"/></svg>
React
import type { SVGProps } from "react";
export function LaStripeS(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="M16.516 4C10.736 4 7 7.114 7 11.934c0 4.773 4.289 6.195 7.127 7.136c1.276.423 2.862.948 2.873 1.467c-.008.401-.957.463-1.523.463c-1.886 0-4.779-.78-7.034-1.896L7 18.389v7.797l.611.255c2.347.986 5.096 1.554 7.543 1.559C21.32 28 25 25.158 25 20.4c0-5.192-4.408-6.603-7.324-7.537C16.61 12.521 15 12.005 15 11.574c0-.229 0-.574 1.23-.574c1.85 0 4.422.765 6.258 1.86l1.512.902V5.547l-.637-.248C21.207 4.46 18.777 4 16.516 4m0 2c1.799 0 3.721.328 5.484.93v3.431C20.114 9.522 17.953 9 16.23 9C13.315 9 13 10.8 13 11.574c0 1.891 1.975 2.525 4.066 3.194C20.541 15.88 23 16.934 23 20.4c0 5.053-5.487 5.6-7.844 5.6c-1.98-.004-4.189-.423-6.156-1.158v-3.305c1.993.797 4.466 1.463 6.477 1.463c3.054 0 3.52-1.534 3.523-2.457v-.012c-.008-1.956-2.065-2.637-4.244-3.36C11.386 16.055 9 15.026 9 11.935C9 8.273 11.88 6 16.516 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16.516 4C10.736 4 7 7.114 7 11.934c0 4.773 4.289 6.195 7.127 7.136c1.276.423 2.862.948 2.873 1.467c-.008.401-.957.463-1.523.463c-1.886 0-4.779-.78-7.034-1.896L7 18.389v7.797l.611.255c2.347.986 5.096 1.554 7.543 1.559C21.32 28 25 25.158 25 20.4c0-5.192-4.408-6.603-7.324-7.537C16.61 12.521 15 12.005 15 11.574c0-.229 0-.574 1.23-.574c1.85 0 4.422.765 6.258 1.86l1.512.902V5.547l-.637-.248C21.207 4.46 18.777 4 16.516 4m0 2c1.799 0 3.721.328 5.484.93v3.431C20.114 9.522 17.953 9 16.23 9C13.315 9 13 10.8 13 11.574c0 1.891 1.975 2.525 4.066 3.194C20.541 15.88 23 16.934 23 20.4c0 5.053-5.487 5.6-7.844 5.6c-1.98-.004-4.189-.423-6.156-1.158v-3.305c1.993.797 4.466 1.463 6.477 1.463c3.054 0 3.52-1.534 3.523-2.457v-.012c-.008-1.956-2.065-2.637-4.244-3.36C11.386 16.055 9 15.026 9 11.935C9 8.273 11.88 6 16.516 6"/></svg> </template>
CSS
.icon-stripe-s {
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%22M16.516%204C10.736%204%207%207.114%207%2011.934c0%204.773%204.289%206.195%207.127%207.136c1.276.423%202.862.948%202.873%201.467c-.008.401-.957.463-1.523.463c-1.886%200-4.779-.78-7.034-1.896L7%2018.389v7.797l.611.255c2.347.986%205.096%201.554%207.543%201.559C21.32%2028%2025%2025.158%2025%2020.4c0-5.192-4.408-6.603-7.324-7.537C16.61%2012.521%2015%2012.005%2015%2011.574c0-.229%200-.574%201.23-.574c1.85%200%204.422.765%206.258%201.86l1.512.902V5.547l-.637-.248C21.207%204.46%2018.777%204%2016.516%204m0%202c1.799%200%203.721.328%205.484.93v3.431C20.114%209.522%2017.953%209%2016.23%209C13.315%209%2013%2010.8%2013%2011.574c0%201.891%201.975%202.525%204.066%203.194C20.541%2015.88%2023%2016.934%2023%2020.4c0%205.053-5.487%205.6-7.844%205.6c-1.98-.004-4.189-.423-6.156-1.158v-3.305c1.993.797%204.466%201.463%206.477%201.463c3.054%200%203.52-1.534%203.523-2.457v-.012c-.008-1.956-2.065-2.637-4.244-3.36C11.386%2016.055%209%2015.026%209%2011.935C9%208.273%2011.88%206%2016.516%206%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%22M16.516%204C10.736%204%207%207.114%207%2011.934c0%204.773%204.289%206.195%207.127%207.136c1.276.423%202.862.948%202.873%201.467c-.008.401-.957.463-1.523.463c-1.886%200-4.779-.78-7.034-1.896L7%2018.389v7.797l.611.255c2.347.986%205.096%201.554%207.543%201.559C21.32%2028%2025%2025.158%2025%2020.4c0-5.192-4.408-6.603-7.324-7.537C16.61%2012.521%2015%2012.005%2015%2011.574c0-.229%200-.574%201.23-.574c1.85%200%204.422.765%206.258%201.86l1.512.902V5.547l-.637-.248C21.207%204.46%2018.777%204%2016.516%204m0%202c1.799%200%203.721.328%205.484.93v3.431C20.114%209.522%2017.953%209%2016.23%209C13.315%209%2013%2010.8%2013%2011.574c0%201.891%201.975%202.525%204.066%203.194C20.541%2015.88%2023%2016.934%2023%2020.4c0%205.053-5.487%205.6-7.844%205.6c-1.98-.004-4.189-.423-6.156-1.158v-3.305c1.993.797%204.466%201.463%206.477%201.463c3.054%200%203.52-1.534%203.523-2.457v-.012c-.008-1.956-2.065-2.637-4.244-3.36C11.386%2016.055%209%2015.026%209%2011.935C9%208.273%2011.88%206%2016.516%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/stripe-s.svg?color=%231a73e8&size=48