rural post alt icon
rural-post-alt-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Places · MIT Free for personal and commercial use.
- Name
- rural-post-alt-outline-24px
- Set
- Health Icons
- Style
- Outline 24px
- Category
- Places
- Viewbox
- 24×24
- License
- MIT
3 other variants in Health Icons
More places icons from Health Icons
Use the rural post alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M19.589 8h-5.096a4.25 4.25 0 0 0-8.486 0H4.411a1.48 1.48 0 0 0-1.462 1.254l-.315 2.057A2.335 2.335 0 0 0 4 13.8V21h5v-4.5h3V21h8v-7.198q.24-.106.45-.262a2.34 2.34 0 0 0 .916-2.23l-.315-2.056A1.48 1.48 0 0 0 19.589 8m-5.465 2A4.3 4.3 0 0 1 13 11.49v.146l.204.102a2.53 2.53 0 0 0 2.288-.024L15.497 10zm-7.624.252A4 4 0 0 1 6.376 10H4.858l-.248 1.614a.335.335 0 0 0 .332.386h.436c.255 0 .507-.059.735-.172l.387-.191zM6 13.947V19h1v-4.5h7V19h4v-5.053a3.7 3.7 0 0 1-.997-.323l-.44-.216a4.53 4.53 0 0 1-4.246.122l-.247-.122a4.54 4.54 0 0 1-4.256.12l-.314-.155l-.5.247a3.7 3.7 0 0 1-1 .327M18.62 12h.438a.335.335 0 0 0 .332-.386L19.142 10h-1.645l-.005 1.636l.394.193c.228.113.479.171.733.171M11 6v1.5h1.5V9H11v1.5H9.5V9H8V7.5h1.5V6z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsRuralPostAltOutline24px(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" fillRule="evenodd" d="M19.589 8h-5.096a4.25 4.25 0 0 0-8.486 0H4.411a1.48 1.48 0 0 0-1.462 1.254l-.315 2.057A2.335 2.335 0 0 0 4 13.8V21h5v-4.5h3V21h8v-7.198q.24-.106.45-.262a2.34 2.34 0 0 0 .916-2.23l-.315-2.056A1.48 1.48 0 0 0 19.589 8m-5.465 2A4.3 4.3 0 0 1 13 11.49v.146l.204.102a2.53 2.53 0 0 0 2.288-.024L15.497 10zm-7.624.252A4 4 0 0 1 6.376 10H4.858l-.248 1.614a.335.335 0 0 0 .332.386h.436c.255 0 .507-.059.735-.172l.387-.191zM6 13.947V19h1v-4.5h7V19h4v-5.053a3.7 3.7 0 0 1-.997-.323l-.44-.216a4.53 4.53 0 0 1-4.246.122l-.247-.122a4.54 4.54 0 0 1-4.256.12l-.314-.155l-.5.247a3.7 3.7 0 0 1-1 .327M18.62 12h.438a.335.335 0 0 0 .332-.386L19.142 10h-1.645l-.005 1.636l.394.193c.228.113.479.171.733.171M11 6v1.5h1.5V9H11v1.5H9.5V9H8V7.5h1.5V6z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M19.589 8h-5.096a4.25 4.25 0 0 0-8.486 0H4.411a1.48 1.48 0 0 0-1.462 1.254l-.315 2.057A2.335 2.335 0 0 0 4 13.8V21h5v-4.5h3V21h8v-7.198q.24-.106.45-.262a2.34 2.34 0 0 0 .916-2.23l-.315-2.056A1.48 1.48 0 0 0 19.589 8m-5.465 2A4.3 4.3 0 0 1 13 11.49v.146l.204.102a2.53 2.53 0 0 0 2.288-.024L15.497 10zm-7.624.252A4 4 0 0 1 6.376 10H4.858l-.248 1.614a.335.335 0 0 0 .332.386h.436c.255 0 .507-.059.735-.172l.387-.191zM6 13.947V19h1v-4.5h7V19h4v-5.053a3.7 3.7 0 0 1-.997-.323l-.44-.216a4.53 4.53 0 0 1-4.246.122l-.247-.122a4.54 4.54 0 0 1-4.256.12l-.314-.155l-.5.247a3.7 3.7 0 0 1-1 .327M18.62 12h.438a.335.335 0 0 0 .332-.386L19.142 10h-1.645l-.005 1.636l.394.193c.228.113.479.171.733.171M11 6v1.5h1.5V9H11v1.5H9.5V9H8V7.5h1.5V6z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-rural-post-alt-outline-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%20fill-rule%3D%22evenodd%22%20d%3D%22M19.589%208h-5.096a4.25%204.25%200%200%200-8.486%200H4.411a1.48%201.48%200%200%200-1.462%201.254l-.315%202.057A2.335%202.335%200%200%200%204%2013.8V21h5v-4.5h3V21h8v-7.198q.24-.106.45-.262a2.34%202.34%200%200%200%20.916-2.23l-.315-2.056A1.48%201.48%200%200%200%2019.589%208m-5.465%202A4.3%204.3%200%200%201%2013%2011.49v.146l.204.102a2.53%202.53%200%200%200%202.288-.024L15.497%2010zm-7.624.252A4%204%200%200%201%206.376%2010H4.858l-.248%201.614a.335.335%200%200%200%20.332.386h.436c.255%200%20.507-.059.735-.172l.387-.191zM6%2013.947V19h1v-4.5h7V19h4v-5.053a3.7%203.7%200%200%201-.997-.323l-.44-.216a4.53%204.53%200%200%201-4.246.122l-.247-.122a4.54%204.54%200%200%201-4.256.12l-.314-.155l-.5.247a3.7%203.7%200%200%201-1%20.327M18.62%2012h.438a.335.335%200%200%200%20.332-.386L19.142%2010h-1.645l-.005%201.636l.394.193c.228.113.479.171.733.171M11%206v1.5h1.5V9H11v1.5H9.5V9H8V7.5h1.5V6z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M19.589%208h-5.096a4.25%204.25%200%200%200-8.486%200H4.411a1.48%201.48%200%200%200-1.462%201.254l-.315%202.057A2.335%202.335%200%200%200%204%2013.8V21h5v-4.5h3V21h8v-7.198q.24-.106.45-.262a2.34%202.34%200%200%200%20.916-2.23l-.315-2.056A1.48%201.48%200%200%200%2019.589%208m-5.465%202A4.3%204.3%200%200%201%2013%2011.49v.146l.204.102a2.53%202.53%200%200%200%202.288-.024L15.497%2010zm-7.624.252A4%204%200%200%201%206.376%2010H4.858l-.248%201.614a.335.335%200%200%200%20.332.386h.436c.255%200%20.507-.059.735-.172l.387-.191zM6%2013.947V19h1v-4.5h7V19h4v-5.053a3.7%203.7%200%200%201-.997-.323l-.44-.216a4.53%204.53%200%200%201-4.246.122l-.247-.122a4.54%204.54%200%200%201-4.256.12l-.314-.155l-.5.247a3.7%203.7%200%200%201-1%20.327M18.62%2012h.438a.335.335%200%200%200%20.332-.386L19.142%2010h-1.645l-.005%201.636l.394.193c.228.113.479.171.733.171M11%206v1.5h1.5V9H11v1.5H9.5V9H8V7.5h1.5V6z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/rural-post-alt-outline-24px.svg?color=%231a73e8&size=48