bar stool icon

bar-stool-duotone from Reicon by REICON · Duotone · Home · MIT Free for personal and commercial use.

Name
bar-stool-duotone
Set
Reicon
Style
Duotone
Category
Home
Viewbox
24×24
License
MIT

2 other variants in Reicon

More home icons from Reicon

Use the bar stool icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M5.46 6.733a4 4 0 0 1 3.294-4.425l.373-.064a17 17 0 0 1 5.745 0l.373.064a4 4 0 0 1 3.295 4.425l-.017.14a1 1 0 0 1-.992.879H6.469a1 1 0 0 1-.993-.88z" clip-rule="evenodd"/><path d="M8.233 7.752L5.267 21.595a.75.75 0 0 0 1.467.314l.944-4.407h8.644l.945 4.407a.75.75 0 0 0 1.467-.314L15.766 7.752H14.25q0 .078.017.157L16 16.002H7.999l1.735-8.093a1 1 0 0 0 .016-.157z" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBarStoolDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M5.46 6.733a4 4 0 0 1 3.294-4.425l.373-.064a17 17 0 0 1 5.745 0l.373.064a4 4 0 0 1 3.295 4.425l-.017.14a1 1 0 0 1-.992.879H6.469a1 1 0 0 1-.993-.88z" clipRule="evenodd"/><path d="M8.233 7.752L5.267 21.595a.75.75 0 0 0 1.467.314l.944-4.407h8.644l.945 4.407a.75.75 0 0 0 1.467-.314L15.766 7.752H14.25q0 .078.017.157L16 16.002H7.999l1.735-8.093a1 1 0 0 0 .016-.157z" opacity=".5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M5.46 6.733a4 4 0 0 1 3.294-4.425l.373-.064a17 17 0 0 1 5.745 0l.373.064a4 4 0 0 1 3.295 4.425l-.017.14a1 1 0 0 1-.992.879H6.469a1 1 0 0 1-.993-.88z" clip-rule="evenodd"/><path d="M8.233 7.752L5.267 21.595a.75.75 0 0 0 1.467.314l.944-4.407h8.644l.945 4.407a.75.75 0 0 0 1.467-.314L15.766 7.752H14.25q0 .078.017.157L16 16.002H7.999l1.735-8.093a1 1 0 0 0 .016-.157z" opacity=".5"/></g></svg>
</template>

CSS

.icon-bar-stool-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.46%206.733a4%204%200%200%201%203.294-4.425l.373-.064a17%2017%200%200%201%205.745%200l.373.064a4%204%200%200%201%203.295%204.425l-.017.14a1%201%200%200%201-.992.879H6.469a1%201%200%200%201-.993-.88z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M8.233%207.752L5.267%2021.595a.75.75%200%200%200%201.467.314l.944-4.407h8.644l.945%204.407a.75.75%200%200%200%201.467-.314L15.766%207.752H14.25q0%20.078.017.157L16%2016.002H7.999l1.735-8.093a1%201%200%200%200%20.016-.157z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.46%206.733a4%204%200%200%201%203.294-4.425l.373-.064a17%2017%200%200%201%205.745%200l.373.064a4%204%200%200%201%203.295%204.425l-.017.14a1%201%200%200%201-.992.879H6.469a1%201%200%200%201-.993-.88z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M8.233%207.752L5.267%2021.595a.75.75%200%200%200%201.467.314l.944-4.407h8.644l.945%204.407a.75.75%200%200%200%201.467-.314L15.766%207.752H14.25q0%20.078.017.157L16%2016.002H7.999l1.735-8.093a1%201%200%200%200%20.016-.157z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/bar-stool-duotone.svg?color=%231a73e8&size=48