rural post icon
rural-post-outline from Health Icons by Resolve to Save Lives · Outline · Places · MIT Free for personal and commercial use.
- Name
- rural-post-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Places
- Viewbox
- 48×48
- License
- MIT
- Aliases
- rural-post2x-outline
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 d="M39 12h4v2h-4z"/><path fill-rule="evenodd" d="M6 16h17v2H8v19h21V25h8v12h3V18h-1v-2h3v21h1a1 1 0 1 1 0 2H5a1 1 0 1 1 0-2h1zm25 21h4V27h-4z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M27 32h-1v-7H11v7h-1v2h17zm-14-5v5h11v-5z" clip-rule="evenodd"/><path d="M5 12v2h18v-2zm29 3h-2v-2h-2v2h-2v2h2v2h2v-2h2z"/><path fill-rule="evenodd" d="M37 12a2 2 0 0 0-2-2h-8a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zm-10 0h8v8h-8z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsRuralPostOutline(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="M39 12h4v2h-4z"/><path fillRule="evenodd" d="M6 16h17v2H8v19h21V25h8v12h3V18h-1v-2h3v21h1a1 1 0 1 1 0 2H5a1 1 0 1 1 0-2h1zm25 21h4V27h-4z" clipRule="evenodd"/><path fillRule="evenodd" d="M27 32h-1v-7H11v7h-1v2h17zm-14-5v5h11v-5z" clipRule="evenodd"/><path d="M5 12v2h18v-2zm29 3h-2v-2h-2v2h-2v2h2v2h2v-2h2z"/><path fillRule="evenodd" d="M37 12a2 2 0 0 0-2-2h-8a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zm-10 0h8v8h-8z" clipRule="evenodd"/></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="M39 12h4v2h-4z"/><path fill-rule="evenodd" d="M6 16h17v2H8v19h21V25h8v12h3V18h-1v-2h3v21h1a1 1 0 1 1 0 2H5a1 1 0 1 1 0-2h1zm25 21h4V27h-4z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M27 32h-1v-7H11v7h-1v2h17zm-14-5v5h11v-5z" clip-rule="evenodd"/><path d="M5 12v2h18v-2zm29 3h-2v-2h-2v2h-2v2h2v2h2v-2h2z"/><path fill-rule="evenodd" d="M37 12a2 2 0 0 0-2-2h-8a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2zm-10 0h8v8h-8z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-rural-post-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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M39%2012h4v2h-4z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6%2016h17v2H8v19h21V25h8v12h3V18h-1v-2h3v21h1a1%201%200%201%201%200%202H5a1%201%200%201%201%200-2h1zm25%2021h4V27h-4z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M27%2032h-1v-7H11v7h-1v2h17zm-14-5v5h11v-5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5%2012v2h18v-2zm29%203h-2v-2h-2v2h-2v2h2v2h2v-2h2z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M37%2012a2%202%200%200%200-2-2h-8a2%202%200%200%200-2%202v8a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2zm-10%200h8v8h-8z%22%20clip-rule%3D%22evenodd%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%22M39%2012h4v2h-4z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6%2016h17v2H8v19h21V25h8v12h3V18h-1v-2h3v21h1a1%201%200%201%201%200%202H5a1%201%200%201%201%200-2h1zm25%2021h4V27h-4z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M27%2032h-1v-7H11v7h-1v2h17zm-14-5v5h11v-5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M5%2012v2h18v-2zm29%203h-2v-2h-2v2h-2v2h2v2h2v-2h2z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M37%2012a2%202%200%200%200-2-2h-8a2%202%200%200%200-2%202v8a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2zm-10%200h8v8h-8z%22%20clip-rule%3D%22evenodd%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-outline.svg?color=%231a73e8&size=48