village-24px from Health Icons by Resolve to Save Lives · Filled 24px · Places · MIT Free for personal and commercial use.

Name
village-24px
Set
Health Icons
Style
Filled 24px
Category
Places
Viewbox
24×24
License
MIT

3 other variants in Health Icons

More places icons from Health Icons

Use the village icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.793 4.293a1 1 0 0 1 1.414 0L9.414 7.5L8 8.914l-.5-.5V10h-4V8.414l-.5.5L1.586 7.5zm7.914 5a1 1 0 0 0-1.414 0L5.086 15.5L6.5 16.914l1-1V20h3v-2.5a1.5 1.5 0 0 1 3 0V20h3v-4.086l1 1l1.414-1.414zM20 8.414l1 1L22.414 8l-3.707-3.707a1 1 0 0 0-1.414 0L13.586 8L15 9.414l1-1V11h4z"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsVillage24px(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="M4.793 4.293a1 1 0 0 1 1.414 0L9.414 7.5L8 8.914l-.5-.5V10h-4V8.414l-.5.5L1.586 7.5zm7.914 5a1 1 0 0 0-1.414 0L5.086 15.5L6.5 16.914l1-1V20h3v-2.5a1.5 1.5 0 0 1 3 0V20h3v-4.086l1 1l1.414-1.414zM20 8.414l1 1L22.414 8l-3.707-3.707a1 1 0 0 0-1.414 0L13.586 8L15 9.414l1-1V11h4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.793 4.293a1 1 0 0 1 1.414 0L9.414 7.5L8 8.914l-.5-.5V10h-4V8.414l-.5.5L1.586 7.5zm7.914 5a1 1 0 0 0-1.414 0L5.086 15.5L6.5 16.914l1-1V20h3v-2.5a1.5 1.5 0 0 1 3 0V20h3v-4.086l1 1l1.414-1.414zM20 8.414l1 1L22.414 8l-3.707-3.707a1 1 0 0 0-1.414 0L13.586 8L15 9.414l1-1V11h4z"/></svg>
</template>

CSS

.icon-village-24px {
  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%22M4.793%204.293a1%201%200%200%201%201.414%200L9.414%207.5L8%208.914l-.5-.5V10h-4V8.414l-.5.5L1.586%207.5zm7.914%205a1%201%200%200%200-1.414%200L5.086%2015.5L6.5%2016.914l1-1V20h3v-2.5a1.5%201.5%200%200%201%203%200V20h3v-4.086l1%201l1.414-1.414zM20%208.414l1%201L22.414%208l-3.707-3.707a1%201%200%200%200-1.414%200L13.586%208L15%209.414l1-1V11h4z%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%22M4.793%204.293a1%201%200%200%201%201.414%200L9.414%207.5L8%208.914l-.5-.5V10h-4V8.414l-.5.5L1.586%207.5zm7.914%205a1%201%200%200%200-1.414%200L5.086%2015.5L6.5%2016.914l1-1V20h3v-2.5a1.5%201.5%200%200%201%203%200V20h3v-4.086l1%201l1.414-1.414zM20%208.414l1%201L22.414%208l-3.707-3.707a1%201%200%200%200-1.414%200L13.586%208L15%209.414l1-1V11h4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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