fireplace icon
fireplace-outline from Material Symbols Light by Google · Outline · Household · Apache-2.0 Free for personal and commercial use.
- Name
- fireplace-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- fireplace-outline-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More household icons from Material Symbols Light
Use the fireplace icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.6 17.95q.325.275.688.388t.712.112q.725 0 1.313-.462T14 16.65q.125-1.175-.725-1.737T12 13.45q-.125.35-.125.65t.075.65q.075.425.175.8t.025.8q-.125.45-.55.925t-1 .675M3 21V3h18v18zm9-2q1.25 0 2.125-.875T15 16q0-.639-.25-1.038t-.7-.712q-.95-.675-1.588-1.412T11.45 11.35q-1.1.875-1.775 1.988T9 15.95q0 .875.9 1.963T12 19m-8 1h2.692v-1h2.981q-.748-.571-1.21-1.42T8 15.95q0-1.034.27-1.912t.787-1.646t1.29-1.435q.77-.669 1.769-1.265q.167 1.062.775 1.992q.609.93 1.797 1.8q.633.485.972 1.115q.34.63.34 1.401q0 .817-.342 1.603T14.577 19h2.73v1H20V4H4zm8-1"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightFireplaceOutline(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" d="M10.6 17.95q.325.275.688.388t.712.112q.725 0 1.313-.462T14 16.65q.125-1.175-.725-1.737T12 13.45q-.125.35-.125.65t.075.65q.075.425.175.8t.025.8q-.125.45-.55.925t-1 .675M3 21V3h18v18zm9-2q1.25 0 2.125-.875T15 16q0-.639-.25-1.038t-.7-.712q-.95-.675-1.588-1.412T11.45 11.35q-1.1.875-1.775 1.988T9 15.95q0 .875.9 1.963T12 19m-8 1h2.692v-1h2.981q-.748-.571-1.21-1.42T8 15.95q0-1.034.27-1.912t.787-1.646t1.29-1.435q.77-.669 1.769-1.265q.167 1.062.775 1.992q.609.93 1.797 1.8q.633.485.972 1.115q.34.63.34 1.401q0 .817-.342 1.603T14.577 19h2.73v1H20V4H4zm8-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.6 17.95q.325.275.688.388t.712.112q.725 0 1.313-.462T14 16.65q.125-1.175-.725-1.737T12 13.45q-.125.35-.125.65t.075.65q.075.425.175.8t.025.8q-.125.45-.55.925t-1 .675M3 21V3h18v18zm9-2q1.25 0 2.125-.875T15 16q0-.639-.25-1.038t-.7-.712q-.95-.675-1.588-1.412T11.45 11.35q-1.1.875-1.775 1.988T9 15.95q0 .875.9 1.963T12 19m-8 1h2.692v-1h2.981q-.748-.571-1.21-1.42T8 15.95q0-1.034.27-1.912t.787-1.646t1.29-1.435q.77-.669 1.769-1.265q.167 1.062.775 1.992q.609.93 1.797 1.8q.633.485.972 1.115q.34.63.34 1.401q0 .817-.342 1.603T14.577 19h2.73v1H20V4H4zm8-1"/></svg> </template>
CSS
.icon-fireplace-outline {
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%20d%3D%22M10.6%2017.95q.325.275.688.388t.712.112q.725%200%201.313-.462T14%2016.65q.125-1.175-.725-1.737T12%2013.45q-.125.35-.125.65t.075.65q.075.425.175.8t.025.8q-.125.45-.55.925t-1%20.675M3%2021V3h18v18zm9-2q1.25%200%202.125-.875T15%2016q0-.639-.25-1.038t-.7-.712q-.95-.675-1.588-1.412T11.45%2011.35q-1.1.875-1.775%201.988T9%2015.95q0%20.875.9%201.963T12%2019m-8%201h2.692v-1h2.981q-.748-.571-1.21-1.42T8%2015.95q0-1.034.27-1.912t.787-1.646t1.29-1.435q.77-.669%201.769-1.265q.167%201.062.775%201.992q.609.93%201.797%201.8q.633.485.972%201.115q.34.63.34%201.401q0%20.817-.342%201.603T14.577%2019h2.73v1H20V4H4zm8-1%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%20d%3D%22M10.6%2017.95q.325.275.688.388t.712.112q.725%200%201.313-.462T14%2016.65q.125-1.175-.725-1.737T12%2013.45q-.125.35-.125.65t.075.65q.075.425.175.8t.025.8q-.125.45-.55.925t-1%20.675M3%2021V3h18v18zm9-2q1.25%200%202.125-.875T15%2016q0-.639-.25-1.038t-.7-.712q-.95-.675-1.588-1.412T11.45%2011.35q-1.1.875-1.775%201.988T9%2015.95q0%20.875.9%201.963T12%2019m-8%201h2.692v-1h2.981q-.748-.571-1.21-1.42T8%2015.95q0-1.034.27-1.912t.787-1.646t1.29-1.435q.77-.669%201.769-1.265q.167%201.062.775%201.992q.609.93%201.797%201.8q.633.485.972%201.115q.34.63.34%201.401q0%20.817-.342%201.603T14.577%2019h2.73v1H20V4H4zm8-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/fireplace-outline.svg?color=%231a73e8&size=48