disinfect surface emoji

disinfect-surface from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.

Name
disinfect-surface
Set
OpenMoji
Style
Default
Category
Extras Openmoji
Viewbox
72×72
License
CC BY-SA 4.0

More extras openmoji icons from OpenMoji

Use the disinfect surface emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M11.888 33.851L49.753 9.409l14.266 22.367l-37.763 24.628z"/><path fill="#92d3f5" d="m46.35 38.515l-.151-16.177v.665c-.001-3.052 5.629-3.873 5.63.72l.052 5.574l.099 10.604l-.114-12.193c0-2.749 4.897-2.842 4.897.703l.003 20.691c.001 4.678-.132 9.593-3.468 11.856c-2.045 1.388-5.554 1.193-10.212 1.063c-10.423-.29-8.928-3.028-11.753-8.452a44 44 0 0 1-2.485-5.981c-.784-2.276-2.59-5.112-2.591-9.886c1.883-1.884 6.483 1.058 7.522 3.52l1.118 2.283l-.003-19.982c0-3.175 5.744-3.411 5.744.5v-2.531c0-3.419 5.56-4.61 5.561 1.51"/><path fill="#fff" d="M35.638 61.723h18.128v5.021H35.638z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m28.256 54.586l-2.102 1.341l-14.266-22.366L49.753 9.409l14.266 22.367l-3.802 2.425"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.733" d="m40.64 39.901l-.003-15.878"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m46.35 38.515l-.151-16.177v.665c-.001-3.052 5.629-3.873 5.63.72l.052 5.574l.099 10.604l-.114-12.193c0-2.749 4.897-2.842 4.897.703l.003 21.122c.001 4.145-.514 6.871-2.68 10.339v2.213H35.033V59.87c-1.856-2.198-3.031-5.335-4.274-9.006c-.815-2.534-2.533-6.73-4.502-12.543c1.18-2.388 4.862-.91 6.636 1.089l2.004 4.096l-.003-19.982c0-3.175 5.744-3.411 5.745.5v-2.531c0-3.419 5.56-4.61 5.56 1.51M40.64 39.901l-.003-15.878"/><circle cx="27.766" cy="10.958" r="2"/><circle cx="37.085" cy="10.958" r="2"/><circle cx="15.128" cy="16" r="2"/><circle cx="19.128" cy="20" r="2"/><circle cx="15.383" cy="25.338" r="2"/><circle cx="23.362" cy="24.669" r="2"/><circle cx="28.256" cy="20.669" r="2"/><circle cx="23.766" cy="16" r="2"/><circle cx="31.808" cy="16" r="2"/><circle cx="19.128" cy="10.958" r="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M35.032 62.085v4.621l19.054.039v-4.66"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiDisinfectSurface(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M11.888 33.851L49.753 9.409l14.266 22.367l-37.763 24.628z"/><path fill="#92d3f5" d="m46.35 38.515l-.151-16.177v.665c-.001-3.052 5.629-3.873 5.63.72l.052 5.574l.099 10.604l-.114-12.193c0-2.749 4.897-2.842 4.897.703l.003 20.691c.001 4.678-.132 9.593-3.468 11.856c-2.045 1.388-5.554 1.193-10.212 1.063c-10.423-.29-8.928-3.028-11.753-8.452a44 44 0 0 1-2.485-5.981c-.784-2.276-2.59-5.112-2.591-9.886c1.883-1.884 6.483 1.058 7.522 3.52l1.118 2.283l-.003-19.982c0-3.175 5.744-3.411 5.744.5v-2.531c0-3.419 5.56-4.61 5.561 1.51"/><path fill="#fff" d="M35.638 61.723h18.128v5.021H35.638z"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m28.256 54.586l-2.102 1.341l-14.266-22.366L49.753 9.409l14.266 22.367l-3.802 2.425"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.733" d="m40.64 39.901l-.003-15.878"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m46.35 38.515l-.151-16.177v.665c-.001-3.052 5.629-3.873 5.63.72l.052 5.574l.099 10.604l-.114-12.193c0-2.749 4.897-2.842 4.897.703l.003 21.122c.001 4.145-.514 6.871-2.68 10.339v2.213H35.033V59.87c-1.856-2.198-3.031-5.335-4.274-9.006c-.815-2.534-2.533-6.73-4.502-12.543c1.18-2.388 4.862-.91 6.636 1.089l2.004 4.096l-.003-19.982c0-3.175 5.744-3.411 5.745.5v-2.531c0-3.419 5.56-4.61 5.56 1.51M40.64 39.901l-.003-15.878"/><circle cx="27.766" cy="10.958" r="2"/><circle cx="37.085" cy="10.958" r="2"/><circle cx="15.128" cy="16" r="2"/><circle cx="19.128" cy="20" r="2"/><circle cx="15.383" cy="25.338" r="2"/><circle cx="23.362" cy="24.669" r="2"/><circle cx="28.256" cy="20.669" r="2"/><circle cx="23.766" cy="16" r="2"/><circle cx="31.808" cy="16" r="2"/><circle cx="19.128" cy="10.958" r="2"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M35.032 62.085v4.621l19.054.039v-4.66"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d0cfce" d="M11.888 33.851L49.753 9.409l14.266 22.367l-37.763 24.628z"/><path fill="#92d3f5" d="m46.35 38.515l-.151-16.177v.665c-.001-3.052 5.629-3.873 5.63.72l.052 5.574l.099 10.604l-.114-12.193c0-2.749 4.897-2.842 4.897.703l.003 20.691c.001 4.678-.132 9.593-3.468 11.856c-2.045 1.388-5.554 1.193-10.212 1.063c-10.423-.29-8.928-3.028-11.753-8.452a44 44 0 0 1-2.485-5.981c-.784-2.276-2.59-5.112-2.591-9.886c1.883-1.884 6.483 1.058 7.522 3.52l1.118 2.283l-.003-19.982c0-3.175 5.744-3.411 5.744.5v-2.531c0-3.419 5.56-4.61 5.561 1.51"/><path fill="#fff" d="M35.638 61.723h18.128v5.021H35.638z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m28.256 54.586l-2.102 1.341l-14.266-22.366L49.753 9.409l14.266 22.367l-3.802 2.425"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.733" d="m40.64 39.901l-.003-15.878"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m46.35 38.515l-.151-16.177v.665c-.001-3.052 5.629-3.873 5.63.72l.052 5.574l.099 10.604l-.114-12.193c0-2.749 4.897-2.842 4.897.703l.003 21.122c.001 4.145-.514 6.871-2.68 10.339v2.213H35.033V59.87c-1.856-2.198-3.031-5.335-4.274-9.006c-.815-2.534-2.533-6.73-4.502-12.543c1.18-2.388 4.862-.91 6.636 1.089l2.004 4.096l-.003-19.982c0-3.175 5.744-3.411 5.745.5v-2.531c0-3.419 5.56-4.61 5.56 1.51M40.64 39.901l-.003-15.878"/><circle cx="27.766" cy="10.958" r="2"/><circle cx="37.085" cy="10.958" r="2"/><circle cx="15.128" cy="16" r="2"/><circle cx="19.128" cy="20" r="2"/><circle cx="15.383" cy="25.338" r="2"/><circle cx="23.362" cy="24.669" r="2"/><circle cx="28.256" cy="20.669" r="2"/><circle cx="23.766" cy="16" r="2"/><circle cx="31.808" cy="16" r="2"/><circle cx="19.128" cy="10.958" r="2"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M35.032 62.085v4.621l19.054.039v-4.66"/></svg>
</template>

CSS

.icon-disinfect-surface {
  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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M11.888%2033.851L49.753%209.409l14.266%2022.367l-37.763%2024.628z%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22m46.35%2038.515l-.151-16.177v.665c-.001-3.052%205.629-3.873%205.63.72l.052%205.574l.099%2010.604l-.114-12.193c0-2.749%204.897-2.842%204.897.703l.003%2020.691c.001%204.678-.132%209.593-3.468%2011.856c-2.045%201.388-5.554%201.193-10.212%201.063c-10.423-.29-8.928-3.028-11.753-8.452a44%2044%200%200%201-2.485-5.981c-.784-2.276-2.59-5.112-2.591-9.886c1.883-1.884%206.483%201.058%207.522%203.52l1.118%202.283l-.003-19.982c0-3.175%205.744-3.411%205.744.5v-2.531c0-3.419%205.56-4.61%205.561%201.51%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M35.638%2061.723h18.128v5.021H35.638z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m28.256%2054.586l-2.102%201.341l-14.266-22.366L49.753%209.409l14.266%2022.367l-3.802%202.425%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.733%22%20d%3D%22m40.64%2039.901l-.003-15.878%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m46.35%2038.515l-.151-16.177v.665c-.001-3.052%205.629-3.873%205.63.72l.052%205.574l.099%2010.604l-.114-12.193c0-2.749%204.897-2.842%204.897.703l.003%2021.122c.001%204.145-.514%206.871-2.68%2010.339v2.213H35.033V59.87c-1.856-2.198-3.031-5.335-4.274-9.006c-.815-2.534-2.533-6.73-4.502-12.543c1.18-2.388%204.862-.91%206.636%201.089l2.004%204.096l-.003-19.982c0-3.175%205.744-3.411%205.745.5v-2.531c0-3.419%205.56-4.61%205.56%201.51M40.64%2039.901l-.003-15.878%22%2F%3E%3Ccircle%20cx%3D%2227.766%22%20cy%3D%2210.958%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2237.085%22%20cy%3D%2210.958%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2215.128%22%20cy%3D%2216%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2219.128%22%20cy%3D%2220%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2215.383%22%20cy%3D%2225.338%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2223.362%22%20cy%3D%2224.669%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2228.256%22%20cy%3D%2220.669%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2223.766%22%20cy%3D%2216%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2231.808%22%20cy%3D%2216%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2219.128%22%20cy%3D%2210.958%22%20r%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M35.032%2062.085v4.621l19.054.039v-4.66%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M11.888%2033.851L49.753%209.409l14.266%2022.367l-37.763%2024.628z%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22m46.35%2038.515l-.151-16.177v.665c-.001-3.052%205.629-3.873%205.63.72l.052%205.574l.099%2010.604l-.114-12.193c0-2.749%204.897-2.842%204.897.703l.003%2020.691c.001%204.678-.132%209.593-3.468%2011.856c-2.045%201.388-5.554%201.193-10.212%201.063c-10.423-.29-8.928-3.028-11.753-8.452a44%2044%200%200%201-2.485-5.981c-.784-2.276-2.59-5.112-2.591-9.886c1.883-1.884%206.483%201.058%207.522%203.52l1.118%202.283l-.003-19.982c0-3.175%205.744-3.411%205.744.5v-2.531c0-3.419%205.56-4.61%205.561%201.51%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M35.638%2061.723h18.128v5.021H35.638z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m28.256%2054.586l-2.102%201.341l-14.266-22.366L49.753%209.409l14.266%2022.367l-3.802%202.425%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.733%22%20d%3D%22m40.64%2039.901l-.003-15.878%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m46.35%2038.515l-.151-16.177v.665c-.001-3.052%205.629-3.873%205.63.72l.052%205.574l.099%2010.604l-.114-12.193c0-2.749%204.897-2.842%204.897.703l.003%2021.122c.001%204.145-.514%206.871-2.68%2010.339v2.213H35.033V59.87c-1.856-2.198-3.031-5.335-4.274-9.006c-.815-2.534-2.533-6.73-4.502-12.543c1.18-2.388%204.862-.91%206.636%201.089l2.004%204.096l-.003-19.982c0-3.175%205.744-3.411%205.745.5v-2.531c0-3.419%205.56-4.61%205.56%201.51M40.64%2039.901l-.003-15.878%22%2F%3E%3Ccircle%20cx%3D%2227.766%22%20cy%3D%2210.958%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2237.085%22%20cy%3D%2210.958%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2215.128%22%20cy%3D%2216%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2219.128%22%20cy%3D%2220%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2215.383%22%20cy%3D%2225.338%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2223.362%22%20cy%3D%2224.669%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2228.256%22%20cy%3D%2220.669%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2223.766%22%20cy%3D%2216%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2231.808%22%20cy%3D%2216%22%20r%3D%222%22%2F%3E%3Ccircle%20cx%3D%2219.128%22%20cy%3D%2210.958%22%20r%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M35.032%2062.085v4.621l19.054.039v-4.66%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/disinfect-surface.svg?color=%231a73e8&size=48