respirator negative icon

respirator-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
respirator-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Use the respirator negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsRespiratorNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM17 19v4.304c.288-.62.593-1.231.912-1.82c.757-1.394 1.621-2.703 2.575-3.678c.936-.958 2.09-1.724 3.416-1.724s2.48.766 3.416 1.724c.953.975 1.818 2.284 2.575 3.679c.392.722.762 1.48 1.106 2.245V19a7 7 0 1 0-14 0m16 0v9.22q.32-.29.64-.529c.573-.428 1.18-.761 1.787-.92c.613-.16 1.29-.155 1.895.195l3.175 1.833l.045.025c.606.35.948.934 1.116 1.544c.167.605.182 1.297.097 2.007c-.17 1.425-.765 3.11-1.71 4.748c-.947 1.638-2.108 2.996-3.257 3.855c-.572.429-1.18.761-1.786.92c-.613.16-1.29.155-1.895-.195l-3.22-1.858c-.606-.35-.948-.934-1.116-1.544a4 4 0 0 1-.126-.705a1 1 0 0 1-.095.005h-9.295q-.048 0-.095-.005q-.034.368-.125.705c-.168.61-.51 1.195-1.116 1.544L14.707 41.7l-.008.004c-.605.35-1.282.354-1.895.195c-.607-.159-1.214-.491-1.787-.92c-1.148-.86-2.31-2.217-3.256-3.855c-.945-1.639-1.54-3.323-1.71-4.748c-.085-.71-.07-1.402.097-2.007c.167-.61.51-1.194 1.115-1.544l3.22-1.859c.606-.35 1.283-.354 1.895-.194c.607.158 1.214.49 1.787.92q.419.313.835.71V15a9 9 0 1 1 18 0zM10.384 29.17q.285.174.561.38c1.149.86 2.31 2.217 3.256 3.856s1.541 3.323 1.711 4.747q.041.343.049.676l1.028-.594c.062-.035.173-.133.253-.427c.083-.299.111-.732.044-1.294c-.134-1.12-.624-2.564-1.475-4.038c-.85-1.473-1.857-2.62-2.76-3.296c-.452-.339-.842-.531-1.142-.61c-.295-.076-.435-.03-.496.006zm26.009-.594l1.028.593q-.285.173-.56.38c-1.15.86-2.31 2.218-3.256 3.856s-1.541 3.323-1.711 4.747a7 7 0 0 0-.05.677l-1.028-.594c-.061-.035-.172-.133-.253-.427c-.082-.299-.11-.732-.043-1.294c.133-1.12.624-2.564 1.475-4.038c.85-1.474 1.856-2.621 2.76-3.296c.452-.34.842-.531 1.142-.61c.294-.077.435-.03.496.006m-5.682-15.573A8.98 8.98 0 0 0 24 10a8.98 8.98 0 0 0-6.711 3.003a7.003 7.003 0 0 1 13.422 0m-6.808 16.162a.93.93 0 1 0 0-1.859a.93.93 0 0 0 0 1.86m0 3.718a.93.93 0 1 0 0-1.859a.93.93 0 0 0 0 1.86m2.788-2.788a.93.93 0 1 1-1.859 0a.93.93 0 0 1 1.86 0m-4.647.93a.93.93 0 1 0 0-1.86a.93.93 0 0 0 0 1.86m.119-11.381c.443-.414 1.03-.773 1.74-.773s1.297.359 1.74.773c.447.418.843.977 1.194 1.587a1 1 0 1 1-1.735.996c-.3-.524-.58-.894-.824-1.122c-.248-.231-.37-.235-.375-.235s-.127.004-.375.235c-.244.228-.524.598-.825 1.122a1 1 0 1 1-1.734-.996c.35-.61.746-1.17 1.194-1.587m1.74 15.098a4.647 4.647 0 1 0 0-9.295a4.647 4.647 0 0 0 0 9.295" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsRespiratorNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsRespiratorNegative(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 clipPath="url(#healthiconsRespiratorNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM17 19v4.304c.288-.62.593-1.231.912-1.82c.757-1.394 1.621-2.703 2.575-3.678c.936-.958 2.09-1.724 3.416-1.724s2.48.766 3.416 1.724c.953.975 1.818 2.284 2.575 3.679c.392.722.762 1.48 1.106 2.245V19a7 7 0 1 0-14 0m16 0v9.22q.32-.29.64-.529c.573-.428 1.18-.761 1.787-.92c.613-.16 1.29-.155 1.895.195l3.175 1.833l.045.025c.606.35.948.934 1.116 1.544c.167.605.182 1.297.097 2.007c-.17 1.425-.765 3.11-1.71 4.748c-.947 1.638-2.108 2.996-3.257 3.855c-.572.429-1.18.761-1.786.92c-.613.16-1.29.155-1.895-.195l-3.22-1.858c-.606-.35-.948-.934-1.116-1.544a4 4 0 0 1-.126-.705a1 1 0 0 1-.095.005h-9.295q-.048 0-.095-.005q-.034.368-.125.705c-.168.61-.51 1.195-1.116 1.544L14.707 41.7l-.008.004c-.605.35-1.282.354-1.895.195c-.607-.159-1.214-.491-1.787-.92c-1.148-.86-2.31-2.217-3.256-3.855c-.945-1.639-1.54-3.323-1.71-4.748c-.085-.71-.07-1.402.097-2.007c.167-.61.51-1.194 1.115-1.544l3.22-1.859c.606-.35 1.283-.354 1.895-.194c.607.158 1.214.49 1.787.92q.419.313.835.71V15a9 9 0 1 1 18 0zM10.384 29.17q.285.174.561.38c1.149.86 2.31 2.217 3.256 3.856s1.541 3.323 1.711 4.747q.041.343.049.676l1.028-.594c.062-.035.173-.133.253-.427c.083-.299.111-.732.044-1.294c-.134-1.12-.624-2.564-1.475-4.038c-.85-1.473-1.857-2.62-2.76-3.296c-.452-.339-.842-.531-1.142-.61c-.295-.076-.435-.03-.496.006zm26.009-.594l1.028.593q-.285.173-.56.38c-1.15.86-2.31 2.218-3.256 3.856s-1.541 3.323-1.711 4.747a7 7 0 0 0-.05.677l-1.028-.594c-.061-.035-.172-.133-.253-.427c-.082-.299-.11-.732-.043-1.294c.133-1.12.624-2.564 1.475-4.038c.85-1.474 1.856-2.621 2.76-3.296c.452-.34.842-.531 1.142-.61c.294-.077.435-.03.496.006m-5.682-15.573A8.98 8.98 0 0 0 24 10a8.98 8.98 0 0 0-6.711 3.003a7.003 7.003 0 0 1 13.422 0m-6.808 16.162a.93.93 0 1 0 0-1.859a.93.93 0 0 0 0 1.86m0 3.718a.93.93 0 1 0 0-1.859a.93.93 0 0 0 0 1.86m2.788-2.788a.93.93 0 1 1-1.859 0a.93.93 0 0 1 1.86 0m-4.647.93a.93.93 0 1 0 0-1.86a.93.93 0 0 0 0 1.86m.119-11.381c.443-.414 1.03-.773 1.74-.773s1.297.359 1.74.773c.447.418.843.977 1.194 1.587a1 1 0 1 1-1.735.996c-.3-.524-.58-.894-.824-1.122c-.248-.231-.37-.235-.375-.235s-.127.004-.375.235c-.244.228-.524.598-.825 1.122a1 1 0 1 1-1.734-.996c.35-.61.746-1.17 1.194-1.587m1.74 15.098a4.647 4.647 0 1 0 0-9.295a4.647 4.647 0 0 0 0 9.295" clipRule="evenodd"/></g><defs><clipPath id="healthiconsRespiratorNegative"><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 clip-path="url(#healthiconsRespiratorNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM17 19v4.304c.288-.62.593-1.231.912-1.82c.757-1.394 1.621-2.703 2.575-3.678c.936-.958 2.09-1.724 3.416-1.724s2.48.766 3.416 1.724c.953.975 1.818 2.284 2.575 3.679c.392.722.762 1.48 1.106 2.245V19a7 7 0 1 0-14 0m16 0v9.22q.32-.29.64-.529c.573-.428 1.18-.761 1.787-.92c.613-.16 1.29-.155 1.895.195l3.175 1.833l.045.025c.606.35.948.934 1.116 1.544c.167.605.182 1.297.097 2.007c-.17 1.425-.765 3.11-1.71 4.748c-.947 1.638-2.108 2.996-3.257 3.855c-.572.429-1.18.761-1.786.92c-.613.16-1.29.155-1.895-.195l-3.22-1.858c-.606-.35-.948-.934-1.116-1.544a4 4 0 0 1-.126-.705a1 1 0 0 1-.095.005h-9.295q-.048 0-.095-.005q-.034.368-.125.705c-.168.61-.51 1.195-1.116 1.544L14.707 41.7l-.008.004c-.605.35-1.282.354-1.895.195c-.607-.159-1.214-.491-1.787-.92c-1.148-.86-2.31-2.217-3.256-3.855c-.945-1.639-1.54-3.323-1.71-4.748c-.085-.71-.07-1.402.097-2.007c.167-.61.51-1.194 1.115-1.544l3.22-1.859c.606-.35 1.283-.354 1.895-.194c.607.158 1.214.49 1.787.92q.419.313.835.71V15a9 9 0 1 1 18 0zM10.384 29.17q.285.174.561.38c1.149.86 2.31 2.217 3.256 3.856s1.541 3.323 1.711 4.747q.041.343.049.676l1.028-.594c.062-.035.173-.133.253-.427c.083-.299.111-.732.044-1.294c-.134-1.12-.624-2.564-1.475-4.038c-.85-1.473-1.857-2.62-2.76-3.296c-.452-.339-.842-.531-1.142-.61c-.295-.076-.435-.03-.496.006zm26.009-.594l1.028.593q-.285.173-.56.38c-1.15.86-2.31 2.218-3.256 3.856s-1.541 3.323-1.711 4.747a7 7 0 0 0-.05.677l-1.028-.594c-.061-.035-.172-.133-.253-.427c-.082-.299-.11-.732-.043-1.294c.133-1.12.624-2.564 1.475-4.038c.85-1.474 1.856-2.621 2.76-3.296c.452-.34.842-.531 1.142-.61c.294-.077.435-.03.496.006m-5.682-15.573A8.98 8.98 0 0 0 24 10a8.98 8.98 0 0 0-6.711 3.003a7.003 7.003 0 0 1 13.422 0m-6.808 16.162a.93.93 0 1 0 0-1.859a.93.93 0 0 0 0 1.86m0 3.718a.93.93 0 1 0 0-1.859a.93.93 0 0 0 0 1.86m2.788-2.788a.93.93 0 1 1-1.859 0a.93.93 0 0 1 1.86 0m-4.647.93a.93.93 0 1 0 0-1.86a.93.93 0 0 0 0 1.86m.119-11.381c.443-.414 1.03-.773 1.74-.773s1.297.359 1.74.773c.447.418.843.977 1.194 1.587a1 1 0 1 1-1.735.996c-.3-.524-.58-.894-.824-1.122c-.248-.231-.37-.235-.375-.235s-.127.004-.375.235c-.244.228-.524.598-.825 1.122a1 1 0 1 1-1.734-.996c.35-.61.746-1.17 1.194-1.587m1.74 15.098a4.647 4.647 0 1 0 0-9.295a4.647 4.647 0 0 0 0 9.295" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsRespiratorNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-respirator-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%20clip-path%3D%22url(%23healthiconsRespiratorNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM17%2019v4.304c.288-.62.593-1.231.912-1.82c.757-1.394%201.621-2.703%202.575-3.678c.936-.958%202.09-1.724%203.416-1.724s2.48.766%203.416%201.724c.953.975%201.818%202.284%202.575%203.679c.392.722.762%201.48%201.106%202.245V19a7%207%200%201%200-14%200m16%200v9.22q.32-.29.64-.529c.573-.428%201.18-.761%201.787-.92c.613-.16%201.29-.155%201.895.195l3.175%201.833l.045.025c.606.35.948.934%201.116%201.544c.167.605.182%201.297.097%202.007c-.17%201.425-.765%203.11-1.71%204.748c-.947%201.638-2.108%202.996-3.257%203.855c-.572.429-1.18.761-1.786.92c-.613.16-1.29.155-1.895-.195l-3.22-1.858c-.606-.35-.948-.934-1.116-1.544a4%204%200%200%201-.126-.705a1%201%200%200%201-.095.005h-9.295q-.048%200-.095-.005q-.034.368-.125.705c-.168.61-.51%201.195-1.116%201.544L14.707%2041.7l-.008.004c-.605.35-1.282.354-1.895.195c-.607-.159-1.214-.491-1.787-.92c-1.148-.86-2.31-2.217-3.256-3.855c-.945-1.639-1.54-3.323-1.71-4.748c-.085-.71-.07-1.402.097-2.007c.167-.61.51-1.194%201.115-1.544l3.22-1.859c.606-.35%201.283-.354%201.895-.194c.607.158%201.214.49%201.787.92q.419.313.835.71V15a9%209%200%201%201%2018%200zM10.384%2029.17q.285.174.561.38c1.149.86%202.31%202.217%203.256%203.856s1.541%203.323%201.711%204.747q.041.343.049.676l1.028-.594c.062-.035.173-.133.253-.427c.083-.299.111-.732.044-1.294c-.134-1.12-.624-2.564-1.475-4.038c-.85-1.473-1.857-2.62-2.76-3.296c-.452-.339-.842-.531-1.142-.61c-.295-.076-.435-.03-.496.006zm26.009-.594l1.028.593q-.285.173-.56.38c-1.15.86-2.31%202.218-3.256%203.856s-1.541%203.323-1.711%204.747a7%207%200%200%200-.05.677l-1.028-.594c-.061-.035-.172-.133-.253-.427c-.082-.299-.11-.732-.043-1.294c.133-1.12.624-2.564%201.475-4.038c.85-1.474%201.856-2.621%202.76-3.296c.452-.34.842-.531%201.142-.61c.294-.077.435-.03.496.006m-5.682-15.573A8.98%208.98%200%200%200%2024%2010a8.98%208.98%200%200%200-6.711%203.003a7.003%207.003%200%200%201%2013.422%200m-6.808%2016.162a.93.93%200%201%200%200-1.859a.93.93%200%200%200%200%201.86m0%203.718a.93.93%200%201%200%200-1.859a.93.93%200%200%200%200%201.86m2.788-2.788a.93.93%200%201%201-1.859%200a.93.93%200%200%201%201.86%200m-4.647.93a.93.93%200%201%200%200-1.86a.93.93%200%200%200%200%201.86m.119-11.381c.443-.414%201.03-.773%201.74-.773s1.297.359%201.74.773c.447.418.843.977%201.194%201.587a1%201%200%201%201-1.735.996c-.3-.524-.58-.894-.824-1.122c-.248-.231-.37-.235-.375-.235s-.127.004-.375.235c-.244.228-.524.598-.825%201.122a1%201%200%201%201-1.734-.996c.35-.61.746-1.17%201.194-1.587m1.74%2015.098a4.647%204.647%200%201%200%200-9.295a4.647%204.647%200%200%200%200%209.295%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsRespiratorNegative%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%20clip-path%3D%22url(%23healthiconsRespiratorNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM17%2019v4.304c.288-.62.593-1.231.912-1.82c.757-1.394%201.621-2.703%202.575-3.678c.936-.958%202.09-1.724%203.416-1.724s2.48.766%203.416%201.724c.953.975%201.818%202.284%202.575%203.679c.392.722.762%201.48%201.106%202.245V19a7%207%200%201%200-14%200m16%200v9.22q.32-.29.64-.529c.573-.428%201.18-.761%201.787-.92c.613-.16%201.29-.155%201.895.195l3.175%201.833l.045.025c.606.35.948.934%201.116%201.544c.167.605.182%201.297.097%202.007c-.17%201.425-.765%203.11-1.71%204.748c-.947%201.638-2.108%202.996-3.257%203.855c-.572.429-1.18.761-1.786.92c-.613.16-1.29.155-1.895-.195l-3.22-1.858c-.606-.35-.948-.934-1.116-1.544a4%204%200%200%201-.126-.705a1%201%200%200%201-.095.005h-9.295q-.048%200-.095-.005q-.034.368-.125.705c-.168.61-.51%201.195-1.116%201.544L14.707%2041.7l-.008.004c-.605.35-1.282.354-1.895.195c-.607-.159-1.214-.491-1.787-.92c-1.148-.86-2.31-2.217-3.256-3.855c-.945-1.639-1.54-3.323-1.71-4.748c-.085-.71-.07-1.402.097-2.007c.167-.61.51-1.194%201.115-1.544l3.22-1.859c.606-.35%201.283-.354%201.895-.194c.607.158%201.214.49%201.787.92q.419.313.835.71V15a9%209%200%201%201%2018%200zM10.384%2029.17q.285.174.561.38c1.149.86%202.31%202.217%203.256%203.856s1.541%203.323%201.711%204.747q.041.343.049.676l1.028-.594c.062-.035.173-.133.253-.427c.083-.299.111-.732.044-1.294c-.134-1.12-.624-2.564-1.475-4.038c-.85-1.473-1.857-2.62-2.76-3.296c-.452-.339-.842-.531-1.142-.61c-.295-.076-.435-.03-.496.006zm26.009-.594l1.028.593q-.285.173-.56.38c-1.15.86-2.31%202.218-3.256%203.856s-1.541%203.323-1.711%204.747a7%207%200%200%200-.05.677l-1.028-.594c-.061-.035-.172-.133-.253-.427c-.082-.299-.11-.732-.043-1.294c.133-1.12.624-2.564%201.475-4.038c.85-1.474%201.856-2.621%202.76-3.296c.452-.34.842-.531%201.142-.61c.294-.077.435-.03.496.006m-5.682-15.573A8.98%208.98%200%200%200%2024%2010a8.98%208.98%200%200%200-6.711%203.003a7.003%207.003%200%200%201%2013.422%200m-6.808%2016.162a.93.93%200%201%200%200-1.859a.93.93%200%200%200%200%201.86m0%203.718a.93.93%200%201%200%200-1.859a.93.93%200%200%200%200%201.86m2.788-2.788a.93.93%200%201%201-1.859%200a.93.93%200%200%201%201.86%200m-4.647.93a.93.93%200%201%200%200-1.86a.93.93%200%200%200%200%201.86m.119-11.381c.443-.414%201.03-.773%201.74-.773s1.297.359%201.74.773c.447.418.843.977%201.194%201.587a1%201%200%201%201-1.735.996c-.3-.524-.58-.894-.824-1.122c-.248-.231-.37-.235-.375-.235s-.127.004-.375.235c-.244.228-.524.598-.825%201.122a1%201%200%201%201-1.734-.996c.35-.61.746-1.17%201.194-1.587m1.74%2015.098a4.647%204.647%200%201%200%200-9.295a4.647%204.647%200%200%200%200%209.295%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsRespiratorNegative%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/respirator-negative.svg?color=%231a73e8&size=48