fireplace icon
fireplace-outline-rounded from Material Symbols by Google · Outline Rounded · Household · Apache-2.0 Free for personal and commercial use.
- Name
- fireplace-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Household
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More household icons from Material Symbols
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 16.95q.325.275.688.388t.712.112q.725 0 1.313-.462T14 15.65q.125-1.175-.725-1.737T12 12.45q-.125.35-.125.65t.075.65q.075.425.175.8t.025.8q-.125.45-.55.925t-1 .675M2 20V4q0-.825.588-1.412T4 2h16q.825 0 1.413.588T22 4v16q0 .825-.587 1.413T20 22H4q-.825 0-1.412-.587T2 20m10-2q1.25 0 2.125-.875T15 15q0-.6-.25-1t-.7-.75q-.95-.675-1.588-1.412T11.45 10.35q-1.1.875-1.775 1.988T9 14.95q0 .875.9 1.963T12 18m-8 2h2v-1q0-.425.288-.712T7 18h1.25q-.575-.725-.913-1.525T7 14.95q0-2.625 1.2-4.212t3.375-2.888q.25-.15.5-.15t.475.125t.375.35t.175.5q.05.85.725 1.65T15.15 11.6q.825.6 1.338 1.413T17 15q0 .875-.275 1.613T16 18h1q.425 0 .713.288T18 19v1h2V4H4zm8-2"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFireplaceOutlineRounded(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 16.95q.325.275.688.388t.712.112q.725 0 1.313-.462T14 15.65q.125-1.175-.725-1.737T12 12.45q-.125.35-.125.65t.075.65q.075.425.175.8t.025.8q-.125.45-.55.925t-1 .675M2 20V4q0-.825.588-1.412T4 2h16q.825 0 1.413.588T22 4v16q0 .825-.587 1.413T20 22H4q-.825 0-1.412-.587T2 20m10-2q1.25 0 2.125-.875T15 15q0-.6-.25-1t-.7-.75q-.95-.675-1.588-1.412T11.45 10.35q-1.1.875-1.775 1.988T9 14.95q0 .875.9 1.963T12 18m-8 2h2v-1q0-.425.288-.712T7 18h1.25q-.575-.725-.913-1.525T7 14.95q0-2.625 1.2-4.212t3.375-2.888q.25-.15.5-.15t.475.125t.375.35t.175.5q.05.85.725 1.65T15.15 11.6q.825.6 1.338 1.413T17 15q0 .875-.275 1.613T16 18h1q.425 0 .713.288T18 19v1h2V4H4zm8-2"/></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 16.95q.325.275.688.388t.712.112q.725 0 1.313-.462T14 15.65q.125-1.175-.725-1.737T12 12.45q-.125.35-.125.65t.075.65q.075.425.175.8t.025.8q-.125.45-.55.925t-1 .675M2 20V4q0-.825.588-1.412T4 2h16q.825 0 1.413.588T22 4v16q0 .825-.587 1.413T20 22H4q-.825 0-1.412-.587T2 20m10-2q1.25 0 2.125-.875T15 15q0-.6-.25-1t-.7-.75q-.95-.675-1.588-1.412T11.45 10.35q-1.1.875-1.775 1.988T9 14.95q0 .875.9 1.963T12 18m-8 2h2v-1q0-.425.288-.712T7 18h1.25q-.575-.725-.913-1.525T7 14.95q0-2.625 1.2-4.212t3.375-2.888q.25-.15.5-.15t.475.125t.375.35t.175.5q.05.85.725 1.65T15.15 11.6q.825.6 1.338 1.413T17 15q0 .875-.275 1.613T16 18h1q.425 0 .713.288T18 19v1h2V4H4zm8-2"/></svg> </template>
CSS
.icon-fireplace-outline-rounded {
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%2016.95q.325.275.688.388t.712.112q.725%200%201.313-.462T14%2015.65q.125-1.175-.725-1.737T12%2012.45q-.125.35-.125.65t.075.65q.075.425.175.8t.025.8q-.125.45-.55.925t-1%20.675M2%2020V4q0-.825.588-1.412T4%202h16q.825%200%201.413.588T22%204v16q0%20.825-.587%201.413T20%2022H4q-.825%200-1.412-.587T2%2020m10-2q1.25%200%202.125-.875T15%2015q0-.6-.25-1t-.7-.75q-.95-.675-1.588-1.412T11.45%2010.35q-1.1.875-1.775%201.988T9%2014.95q0%20.875.9%201.963T12%2018m-8%202h2v-1q0-.425.288-.712T7%2018h1.25q-.575-.725-.913-1.525T7%2014.95q0-2.625%201.2-4.212t3.375-2.888q.25-.15.5-.15t.475.125t.375.35t.175.5q.05.85.725%201.65T15.15%2011.6q.825.6%201.338%201.413T17%2015q0%20.875-.275%201.613T16%2018h1q.425%200%20.713.288T18%2019v1h2V4H4zm8-2%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%2016.95q.325.275.688.388t.712.112q.725%200%201.313-.462T14%2015.65q.125-1.175-.725-1.737T12%2012.45q-.125.35-.125.65t.075.65q.075.425.175.8t.025.8q-.125.45-.55.925t-1%20.675M2%2020V4q0-.825.588-1.412T4%202h16q.825%200%201.413.588T22%204v16q0%20.825-.587%201.413T20%2022H4q-.825%200-1.412-.587T2%2020m10-2q1.25%200%202.125-.875T15%2015q0-.6-.25-1t-.7-.75q-.95-.675-1.588-1.412T11.45%2010.35q-1.1.875-1.775%201.988T9%2014.95q0%20.875.9%201.963T12%2018m-8%202h2v-1q0-.425.288-.712T7%2018h1.25q-.575-.725-.913-1.525T7%2014.95q0-2.625%201.2-4.212t3.375-2.888q.25-.15.5-.15t.475.125t.375.35t.175.5q.05.85.725%201.65T15.15%2011.6q.825.6%201.338%201.413T17%2015q0%20.875-.275%201.613T16%2018h1q.425%200%20.713.288T18%2019v1h2V4H4zm8-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/fireplace-outline-rounded.svg?color=%231a73e8&size=48