barn icon
barn-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- barn-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the barn icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M240 192h-8v-61.43l1.49 2.08a8 8 0 1 0 13-9.3l-40-56a8 8 0 0 0-2-1.94L137 18.77l-.1-.07a16 16 0 0 0-17.76 0l-.1.07l-67.59 46.65a8 8 0 0 0-2 1.94l-40 56a8 8 0 1 0 13 9.3l1.55-2.09V192h-8a8 8 0 0 0 0 16h224a8 8 0 0 0 0-16M112 80h32a8 8 0 1 1 0 16h-32a8 8 0 1 1 0-16m52.64 40L128 146.17L91.36 120ZM72 125.83L114.24 156L72 186.17ZM91.36 192L128 165.83L164.64 192Zm92.64-5.83L141.76 156L184 125.83Z"/></svg>
React
import type { SVGProps } from "react";
export function PhBarnFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M240 192h-8v-61.43l1.49 2.08a8 8 0 1 0 13-9.3l-40-56a8 8 0 0 0-2-1.94L137 18.77l-.1-.07a16 16 0 0 0-17.76 0l-.1.07l-67.59 46.65a8 8 0 0 0-2 1.94l-40 56a8 8 0 1 0 13 9.3l1.55-2.09V192h-8a8 8 0 0 0 0 16h224a8 8 0 0 0 0-16M112 80h32a8 8 0 1 1 0 16h-32a8 8 0 1 1 0-16m52.64 40L128 146.17L91.36 120ZM72 125.83L114.24 156L72 186.17ZM91.36 192L128 165.83L164.64 192Zm92.64-5.83L141.76 156L184 125.83Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M240 192h-8v-61.43l1.49 2.08a8 8 0 1 0 13-9.3l-40-56a8 8 0 0 0-2-1.94L137 18.77l-.1-.07a16 16 0 0 0-17.76 0l-.1.07l-67.59 46.65a8 8 0 0 0-2 1.94l-40 56a8 8 0 1 0 13 9.3l1.55-2.09V192h-8a8 8 0 0 0 0 16h224a8 8 0 0 0 0-16M112 80h32a8 8 0 1 1 0 16h-32a8 8 0 1 1 0-16m52.64 40L128 146.17L91.36 120ZM72 125.83L114.24 156L72 186.17ZM91.36 192L128 165.83L164.64 192Zm92.64-5.83L141.76 156L184 125.83Z"/></svg> </template>
CSS
.icon-barn-fill {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M240%20192h-8v-61.43l1.49%202.08a8%208%200%201%200%2013-9.3l-40-56a8%208%200%200%200-2-1.94L137%2018.77l-.1-.07a16%2016%200%200%200-17.76%200l-.1.07l-67.59%2046.65a8%208%200%200%200-2%201.94l-40%2056a8%208%200%201%200%2013%209.3l1.55-2.09V192h-8a8%208%200%200%200%200%2016h224a8%208%200%200%200%200-16M112%2080h32a8%208%200%201%201%200%2016h-32a8%208%200%201%201%200-16m52.64%2040L128%20146.17L91.36%20120ZM72%20125.83L114.24%20156L72%20186.17ZM91.36%20192L128%20165.83L164.64%20192Zm92.64-5.83L141.76%20156L184%20125.83Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M240%20192h-8v-61.43l1.49%202.08a8%208%200%201%200%2013-9.3l-40-56a8%208%200%200%200-2-1.94L137%2018.77l-.1-.07a16%2016%200%200%200-17.76%200l-.1.07l-67.59%2046.65a8%208%200%200%200-2%201.94l-40%2056a8%208%200%201%200%2013%209.3l1.55-2.09V192h-8a8%208%200%200%200%200%2016h224a8%208%200%200%200%200-16M112%2080h32a8%208%200%201%201%200%2016h-32a8%208%200%201%201%200-16m52.64%2040L128%20146.17L91.36%20120ZM72%20125.83L114.24%20156L72%20186.17ZM91.36%20192L128%20165.83L164.64%20192Zm92.64-5.83L141.76%20156L184%20125.83Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/barn-fill.svg?color=%231a73e8&size=48