palm branches roof icon

palm-branches-roof from Health Icons by Resolve to Save Lives · Filled · Places · MIT Free for personal and commercial use.

Name
palm-branches-roof
Set
Health Icons
Style
Filled
Category
Places
Viewbox
48×48
License
MIT

1 other variant in Health Icons

More places icons from Health Icons

Use the palm branches roof icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M25.381 9.543a2.03 2.03 0 0 0-2.762 0L7.336 24.093c-.482.458-.463 1.1.171 1.344C9.144 26.066 13.366 27 24 27s14.856-.934 16.493-1.563c.634-.243.653-.886.171-1.345z"/><path fill-rule="evenodd" d="m23.988 11.001l-13.762 13.1C12.488 24.545 16.624 25 24 25s11.512-.456 13.774-.898L24.012 11zm16.676 13.091c.482.459.463 1.102-.171 1.345C38.856 26.066 34.634 27 24 27s-14.856-.934-16.493-1.563c-.634-.243-.653-.886-.171-1.345l15.283-14.55a2.03 2.03 0 0 1 2.762 0zM12 29.407c2.602.336 6.417.593 12 .593s9.398-.257 12-.593v11.159C36 42 28 42 28 42v-5c0-1.912-1.692-4-4-4s-4 2.088-4 4v5s-8 0-8-1.434z" clip-rule="evenodd"/><path d="M23.004 6.83c-.05-.447.411-.83.996-.83s1.045.383.997.83l-.409 3.755c-.025.234-.28.415-.588.415s-.563-.18-.588-.415z"/><path d="M26 7.187c.177-.39.706-.508 1.145-.255c.44.254.602.77.352 1.12l-2.1 2.928c-.131.183-.41.222-.64.089c-.23-.134-.337-.394-.244-.599zm-3.833.004c-.178-.393-.708-.512-1.147-.259c-.44.254-.6.772-.35 1.123L22.78 11c.131.184.41.224.64.09c.231-.133.337-.394.243-.6z"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsPalmBranchesRoof(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M25.381 9.543a2.03 2.03 0 0 0-2.762 0L7.336 24.093c-.482.458-.463 1.1.171 1.344C9.144 26.066 13.366 27 24 27s14.856-.934 16.493-1.563c.634-.243.653-.886.171-1.345z"/><path fillRule="evenodd" d="m23.988 11.001l-13.762 13.1C12.488 24.545 16.624 25 24 25s11.512-.456 13.774-.898L24.012 11zm16.676 13.091c.482.459.463 1.102-.171 1.345C38.856 26.066 34.634 27 24 27s-14.856-.934-16.493-1.563c-.634-.243-.653-.886-.171-1.345l15.283-14.55a2.03 2.03 0 0 1 2.762 0zM12 29.407c2.602.336 6.417.593 12 .593s9.398-.257 12-.593v11.159C36 42 28 42 28 42v-5c0-1.912-1.692-4-4-4s-4 2.088-4 4v5s-8 0-8-1.434z" clipRule="evenodd"/><path d="M23.004 6.83c-.05-.447.411-.83.996-.83s1.045.383.997.83l-.409 3.755c-.025.234-.28.415-.588.415s-.563-.18-.588-.415z"/><path d="M26 7.187c.177-.39.706-.508 1.145-.255c.44.254.602.77.352 1.12l-2.1 2.928c-.131.183-.41.222-.64.089c-.23-.134-.337-.394-.244-.599zm-3.833.004c-.178-.393-.708-.512-1.147-.259c-.44.254-.6.772-.35 1.123L22.78 11c.131.184.41.224.64.09c.231-.133.337-.394.243-.6z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M25.381 9.543a2.03 2.03 0 0 0-2.762 0L7.336 24.093c-.482.458-.463 1.1.171 1.344C9.144 26.066 13.366 27 24 27s14.856-.934 16.493-1.563c.634-.243.653-.886.171-1.345z"/><path fill-rule="evenodd" d="m23.988 11.001l-13.762 13.1C12.488 24.545 16.624 25 24 25s11.512-.456 13.774-.898L24.012 11zm16.676 13.091c.482.459.463 1.102-.171 1.345C38.856 26.066 34.634 27 24 27s-14.856-.934-16.493-1.563c-.634-.243-.653-.886-.171-1.345l15.283-14.55a2.03 2.03 0 0 1 2.762 0zM12 29.407c2.602.336 6.417.593 12 .593s9.398-.257 12-.593v11.159C36 42 28 42 28 42v-5c0-1.912-1.692-4-4-4s-4 2.088-4 4v5s-8 0-8-1.434z" clip-rule="evenodd"/><path d="M23.004 6.83c-.05-.447.411-.83.996-.83s1.045.383.997.83l-.409 3.755c-.025.234-.28.415-.588.415s-.563-.18-.588-.415z"/><path d="M26 7.187c.177-.39.706-.508 1.145-.255c.44.254.602.77.352 1.12l-2.1 2.928c-.131.183-.41.222-.64.089c-.23-.134-.337-.394-.244-.599zm-3.833.004c-.178-.393-.708-.512-1.147-.259c-.44.254-.6.772-.35 1.123L22.78 11c.131.184.41.224.64.09c.231-.133.337-.394.243-.6z"/></g></svg>
</template>

CSS

.icon-palm-branches-roof {
  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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M25.381%209.543a2.03%202.03%200%200%200-2.762%200L7.336%2024.093c-.482.458-.463%201.1.171%201.344C9.144%2026.066%2013.366%2027%2024%2027s14.856-.934%2016.493-1.563c.634-.243.653-.886.171-1.345z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m23.988%2011.001l-13.762%2013.1C12.488%2024.545%2016.624%2025%2024%2025s11.512-.456%2013.774-.898L24.012%2011zm16.676%2013.091c.482.459.463%201.102-.171%201.345C38.856%2026.066%2034.634%2027%2024%2027s-14.856-.934-16.493-1.563c-.634-.243-.653-.886-.171-1.345l15.283-14.55a2.03%202.03%200%200%201%202.762%200zM12%2029.407c2.602.336%206.417.593%2012%20.593s9.398-.257%2012-.593v11.159C36%2042%2028%2042%2028%2042v-5c0-1.912-1.692-4-4-4s-4%202.088-4%204v5s-8%200-8-1.434z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M23.004%206.83c-.05-.447.411-.83.996-.83s1.045.383.997.83l-.409%203.755c-.025.234-.28.415-.588.415s-.563-.18-.588-.415z%22%2F%3E%3Cpath%20d%3D%22M26%207.187c.177-.39.706-.508%201.145-.255c.44.254.602.77.352%201.12l-2.1%202.928c-.131.183-.41.222-.64.089c-.23-.134-.337-.394-.244-.599zm-3.833.004c-.178-.393-.708-.512-1.147-.259c-.44.254-.6.772-.35%201.123L22.78%2011c.131.184.41.224.64.09c.231-.133.337-.394.243-.6z%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M25.381%209.543a2.03%202.03%200%200%200-2.762%200L7.336%2024.093c-.482.458-.463%201.1.171%201.344C9.144%2026.066%2013.366%2027%2024%2027s14.856-.934%2016.493-1.563c.634-.243.653-.886.171-1.345z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22m23.988%2011.001l-13.762%2013.1C12.488%2024.545%2016.624%2025%2024%2025s11.512-.456%2013.774-.898L24.012%2011zm16.676%2013.091c.482.459.463%201.102-.171%201.345C38.856%2026.066%2034.634%2027%2024%2027s-14.856-.934-16.493-1.563c-.634-.243-.653-.886-.171-1.345l15.283-14.55a2.03%202.03%200%200%201%202.762%200zM12%2029.407c2.602.336%206.417.593%2012%20.593s9.398-.257%2012-.593v11.159C36%2042%2028%2042%2028%2042v-5c0-1.912-1.692-4-4-4s-4%202.088-4%204v5s-8%200-8-1.434z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M23.004%206.83c-.05-.447.411-.83.996-.83s1.045.383.997.83l-.409%203.755c-.025.234-.28.415-.588.415s-.563-.18-.588-.415z%22%2F%3E%3Cpath%20d%3D%22M26%207.187c.177-.39.706-.508%201.145-.255c.44.254.602.77.352%201.12l-2.1%202.928c-.131.183-.41.222-.64.089c-.23-.134-.337-.394-.244-.599zm-3.833.004c-.178-.393-.708-.512-1.147-.259c-.44.254-.6.772-.35%201.123L22.78%2011c.131.184.41.224.64.09c.231-.133.337-.394.243-.6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/palm-branches-roof.svg?color=%231a73e8&size=48