bar stool icon
bar-stool from Reicon by REICON · Outline · Home · MIT Free for personal and commercial use.
- Name
- bar-stool
- Set
- Reicon
- Style
- Outline
- 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"><path fill="currentColor" fill-rule="evenodd" d="M14.936 2.995a17.8 17.8 0 0 0-5.872 0l-.398.066c-1.857.312-3.113 1.987-2.89 3.784l.018.145c.017.136.14.26.313.26h11.786a.31.31 0 0 0 .313-.26l.018-.145l.745.093l-.745-.093c.223-1.797-1.033-3.472-2.89-3.784zm.992 5.755h1.965c.905 0 1.689-.664 1.802-1.575l-.744-.092l.744.092l.018-.145c.325-2.621-1.508-5.008-4.13-5.448l-.398-.067a19.3 19.3 0 0 0-6.37 0l-.397.067c-2.623.44-4.456 2.827-4.13 5.448l.017.145A1.81 1.81 0 0 0 6.107 8.75h1.965l-1.67 7.798a.75.75 0 0 0-.133.619l-1.002 4.676a.75.75 0 1 0 1.467.314l.944-4.407h8.644l.945 4.407a.75.75 0 0 0 1.467-.314l-1.003-4.676a.75.75 0 0 0-.132-.619zm-1.534 0H9.606L8 16.25h8.002z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconBarStool(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M14.936 2.995a17.8 17.8 0 0 0-5.872 0l-.398.066c-1.857.312-3.113 1.987-2.89 3.784l.018.145c.017.136.14.26.313.26h11.786a.31.31 0 0 0 .313-.26l.018-.145l.745.093l-.745-.093c.223-1.797-1.033-3.472-2.89-3.784zm.992 5.755h1.965c.905 0 1.689-.664 1.802-1.575l-.744-.092l.744.092l.018-.145c.325-2.621-1.508-5.008-4.13-5.448l-.398-.067a19.3 19.3 0 0 0-6.37 0l-.397.067c-2.623.44-4.456 2.827-4.13 5.448l.017.145A1.81 1.81 0 0 0 6.107 8.75h1.965l-1.67 7.798a.75.75 0 0 0-.133.619l-1.002 4.676a.75.75 0 1 0 1.467.314l.944-4.407h8.644l.945 4.407a.75.75 0 0 0 1.467-.314l-1.003-4.676a.75.75 0 0 0-.132-.619zm-1.534 0H9.606L8 16.25h8.002z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M14.936 2.995a17.8 17.8 0 0 0-5.872 0l-.398.066c-1.857.312-3.113 1.987-2.89 3.784l.018.145c.017.136.14.26.313.26h11.786a.31.31 0 0 0 .313-.26l.018-.145l.745.093l-.745-.093c.223-1.797-1.033-3.472-2.89-3.784zm.992 5.755h1.965c.905 0 1.689-.664 1.802-1.575l-.744-.092l.744.092l.018-.145c.325-2.621-1.508-5.008-4.13-5.448l-.398-.067a19.3 19.3 0 0 0-6.37 0l-.397.067c-2.623.44-4.456 2.827-4.13 5.448l.017.145A1.81 1.81 0 0 0 6.107 8.75h1.965l-1.67 7.798a.75.75 0 0 0-.133.619l-1.002 4.676a.75.75 0 1 0 1.467.314l.944-4.407h8.644l.945 4.407a.75.75 0 0 0 1.467-.314l-1.003-4.676a.75.75 0 0 0-.132-.619zm-1.534 0H9.606L8 16.25h8.002z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-bar-stool {
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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14.936%202.995a17.8%2017.8%200%200%200-5.872%200l-.398.066c-1.857.312-3.113%201.987-2.89%203.784l.018.145c.017.136.14.26.313.26h11.786a.31.31%200%200%200%20.313-.26l.018-.145l.745.093l-.745-.093c.223-1.797-1.033-3.472-2.89-3.784zm.992%205.755h1.965c.905%200%201.689-.664%201.802-1.575l-.744-.092l.744.092l.018-.145c.325-2.621-1.508-5.008-4.13-5.448l-.398-.067a19.3%2019.3%200%200%200-6.37%200l-.397.067c-2.623.44-4.456%202.827-4.13%205.448l.017.145A1.81%201.81%200%200%200%206.107%208.75h1.965l-1.67%207.798a.75.75%200%200%200-.133.619l-1.002%204.676a.75.75%200%201%200%201.467.314l.944-4.407h8.644l.945%204.407a.75.75%200%200%200%201.467-.314l-1.003-4.676a.75.75%200%200%200-.132-.619zm-1.534%200H9.606L8%2016.25h8.002z%22%20clip-rule%3D%22evenodd%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M14.936%202.995a17.8%2017.8%200%200%200-5.872%200l-.398.066c-1.857.312-3.113%201.987-2.89%203.784l.018.145c.017.136.14.26.313.26h11.786a.31.31%200%200%200%20.313-.26l.018-.145l.745.093l-.745-.093c.223-1.797-1.033-3.472-2.89-3.784zm.992%205.755h1.965c.905%200%201.689-.664%201.802-1.575l-.744-.092l.744.092l.018-.145c.325-2.621-1.508-5.008-4.13-5.448l-.398-.067a19.3%2019.3%200%200%200-6.37%200l-.397.067c-2.623.44-4.456%202.827-4.13%205.448l.017.145A1.81%201.81%200%200%200%206.107%208.75h1.965l-1.67%207.798a.75.75%200%200%200-.133.619l-1.002%204.676a.75.75%200%201%200%201.467.314l.944-4.407h8.644l.945%204.407a.75.75%200%200%200%201.467-.314l-1.003-4.676a.75.75%200%200%200-.132-.619zm-1.534%200H9.606L8%2016.25h8.002z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/bar-stool.svg?color=%231a73e8&size=48