rural post icon

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

Name
rural-post
Set
Health Icons
Style
Filled
Category
Places
Viewbox
48×48
License
MIT

3 other variants in Health Icons

More places icons from Health Icons

Use the rural post icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M25 12a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2zm9 3h-2v-2h-2v2h-2v2h2v2h2v-2h2z" clip-rule="evenodd"/><path d="M5 12h18v6H8v19h21V25h8v12h3V18h-1v-6h4v2h-1v23h1a1 1 0 1 1 0 2H5a1 1 0 1 1 0-2h1V14H5z"/><path d="M27 34H10v-2h1v-7h15v7h1z"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsRuralPost(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 fillRule="evenodd" d="M25 12a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2zm9 3h-2v-2h-2v2h-2v2h2v2h2v-2h2z" clipRule="evenodd"/><path d="M5 12h18v6H8v19h21V25h8v12h3V18h-1v-6h4v2h-1v23h1a1 1 0 1 1 0 2H5a1 1 0 1 1 0-2h1V14H5z"/><path d="M27 34H10v-2h1v-7h15v7h1z"/></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 fill-rule="evenodd" d="M25 12a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-8a2 2 0 0 1-2-2zm9 3h-2v-2h-2v2h-2v2h2v2h2v-2h2z" clip-rule="evenodd"/><path d="M5 12h18v6H8v19h21V25h8v12h3V18h-1v-6h4v2h-1v23h1a1 1 0 1 1 0 2H5a1 1 0 1 1 0-2h1V14H5z"/><path d="M27 34H10v-2h1v-7h15v7h1z"/></g></svg>
</template>

CSS

.icon-rural-post {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M25%2012a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202v8a2%202%200%200%201-2%202h-8a2%202%200%200%201-2-2zm9%203h-2v-2h-2v2h-2v2h2v2h2v-2h2z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5%2012h18v6H8v19h21V25h8v12h3V18h-1v-6h4v2h-1v23h1a1%201%200%201%201%200%202H5a1%201%200%201%201%200-2h1V14H5z%22%2F%3E%3Cpath%20d%3D%22M27%2034H10v-2h1v-7h15v7h1z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M25%2012a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202v8a2%202%200%200%201-2%202h-8a2%202%200%200%201-2-2zm9%203h-2v-2h-2v2h-2v2h2v2h2v-2h2z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5%2012h18v6H8v19h21V25h8v12h3V18h-1v-6h4v2h-1v23h1a1%201%200%201%201%200%202H5a1%201%200%201%201%200-2h1V14H5z%22%2F%3E%3Cpath%20d%3D%22M27%2034H10v-2h1v-7h15v7h1z%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/rural-post.svg?color=%231a73e8&size=48