temple negative icon
temple-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- temple-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the temple negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clip-path="url(#healthiconsTempleNegative)"><path d="M13 36.048v6h2v-6zm6 6h-2v-6h14v6h-2v-2a2 2 0 0 0-2-2h-6a2 2 0 0 0-2 2zm14 0v-6h2v6zm-6-24h2v-4H19v4h2v-1a1 1 0 1 1 2 0v1h2v-1a1 1 0 1 1 2 0zm-10 7v4h2v-1a1 1 0 1 1 2 0v1h2v-1a1 1 0 1 1 2 0v1h2v-1a1 1 0 1 1 2 0v1h2v-4z"/><path fill-rule="evenodd" d="M48 0H0v48h48zM17 14.048s-3 .286-3-3.286c4 4.286 10-6.714 10-6.714s6 11 10 6.714c0 3.572-3 3.286-3 3.286v4.632c.962 1.649 3.728 5.781 6 3.257c0 3.11-2.8 3.11-2.8 3.11H33v4.948c.94 1.797 3.251 5.317 6 2.942c0 1.67-1.038 2.444-2 2.802v8.309H11v-8.309c-.961-.358-2-1.131-2-2.802c3.6 3.11 6-3.89 6-3.89v-4h-1.2s-2.8 0-2.8-3.11c2.8 3.11 6-3.89 6-3.89z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsTempleNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsTempleNegative(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clipPath="url(#healthiconsTempleNegative)"><path d="M13 36.048v6h2v-6zm6 6h-2v-6h14v6h-2v-2a2 2 0 0 0-2-2h-6a2 2 0 0 0-2 2zm14 0v-6h2v6zm-6-24h2v-4H19v4h2v-1a1 1 0 1 1 2 0v1h2v-1a1 1 0 1 1 2 0zm-10 7v4h2v-1a1 1 0 1 1 2 0v1h2v-1a1 1 0 1 1 2 0v1h2v-1a1 1 0 1 1 2 0v1h2v-4z"/><path fillRule="evenodd" d="M48 0H0v48h48zM17 14.048s-3 .286-3-3.286c4 4.286 10-6.714 10-6.714s6 11 10 6.714c0 3.572-3 3.286-3 3.286v4.632c.962 1.649 3.728 5.781 6 3.257c0 3.11-2.8 3.11-2.8 3.11H33v4.948c.94 1.797 3.251 5.317 6 2.942c0 1.67-1.038 2.444-2 2.802v8.309H11v-8.309c-.961-.358-2-1.131-2-2.802c3.6 3.11 6-3.89 6-3.89v-4h-1.2s-2.8 0-2.8-3.11c2.8 3.11 6-3.89 6-3.89z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsTempleNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clip-path="url(#healthiconsTempleNegative)"><path d="M13 36.048v6h2v-6zm6 6h-2v-6h14v6h-2v-2a2 2 0 0 0-2-2h-6a2 2 0 0 0-2 2zm14 0v-6h2v6zm-6-24h2v-4H19v4h2v-1a1 1 0 1 1 2 0v1h2v-1a1 1 0 1 1 2 0zm-10 7v4h2v-1a1 1 0 1 1 2 0v1h2v-1a1 1 0 1 1 2 0v1h2v-1a1 1 0 1 1 2 0v1h2v-4z"/><path fill-rule="evenodd" d="M48 0H0v48h48zM17 14.048s-3 .286-3-3.286c4 4.286 10-6.714 10-6.714s6 11 10 6.714c0 3.572-3 3.286-3 3.286v4.632c.962 1.649 3.728 5.781 6 3.257c0 3.11-2.8 3.11-2.8 3.11H33v4.948c.94 1.797 3.251 5.317 6 2.942c0 1.67-1.038 2.444-2 2.802v8.309H11v-8.309c-.961-.358-2-1.131-2-2.802c3.6 3.11 6-3.89 6-3.89v-4h-1.2s-2.8 0-2.8-3.11c2.8 3.11 6-3.89 6-3.89z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsTempleNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-temple-negative {
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%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsTempleNegative)%22%3E%3Cpath%20d%3D%22M13%2036.048v6h2v-6zm6%206h-2v-6h14v6h-2v-2a2%202%200%200%200-2-2h-6a2%202%200%200%200-2%202zm14%200v-6h2v6zm-6-24h2v-4H19v4h2v-1a1%201%200%201%201%202%200v1h2v-1a1%201%200%201%201%202%200zm-10%207v4h2v-1a1%201%200%201%201%202%200v1h2v-1a1%201%200%201%201%202%200v1h2v-1a1%201%200%201%201%202%200v1h2v-4z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM17%2014.048s-3%20.286-3-3.286c4%204.286%2010-6.714%2010-6.714s6%2011%2010%206.714c0%203.572-3%203.286-3%203.286v4.632c.962%201.649%203.728%205.781%206%203.257c0%203.11-2.8%203.11-2.8%203.11H33v4.948c.94%201.797%203.251%205.317%206%202.942c0%201.67-1.038%202.444-2%202.802v8.309H11v-8.309c-.961-.358-2-1.131-2-2.802c3.6%203.11%206-3.89%206-3.89v-4h-1.2s-2.8%200-2.8-3.11c2.8%203.11%206-3.89%206-3.89z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsTempleNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsTempleNegative)%22%3E%3Cpath%20d%3D%22M13%2036.048v6h2v-6zm6%206h-2v-6h14v6h-2v-2a2%202%200%200%200-2-2h-6a2%202%200%200%200-2%202zm14%200v-6h2v6zm-6-24h2v-4H19v4h2v-1a1%201%200%201%201%202%200v1h2v-1a1%201%200%201%201%202%200zm-10%207v4h2v-1a1%201%200%201%201%202%200v1h2v-1a1%201%200%201%201%202%200v1h2v-1a1%201%200%201%201%202%200v1h2v-4z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM17%2014.048s-3%20.286-3-3.286c4%204.286%2010-6.714%2010-6.714s6%2011%2010%206.714c0%203.572-3%203.286-3%203.286v4.632c.962%201.649%203.728%205.781%206%203.257c0%203.11-2.8%203.11-2.8%203.11H33v4.948c.94%201.797%203.251%205.317%206%202.942c0%201.67-1.038%202.444-2%202.802v8.309H11v-8.309c-.961-.358-2-1.131-2-2.802c3.6%203.11%206-3.89%206-3.89v-4h-1.2s-2.8%200-2.8-3.11c2.8%203.11%206-3.89%206-3.89z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsTempleNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/temple-negative.svg?color=%231a73e8&size=48