health and safety icon

health-and-safety-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
health-and-safety-rounded
Set
Material Symbols Light
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the health and safety icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 12.5v1.98q0 .214.153.367t.366.153h.962q.233 0 .376-.153t.143-.366V12.5h1.98q.234 0 .377-.153t.143-.366v-.962q0-.233-.143-.376t-.376-.143H13V8.52q0-.234-.143-.377T12.48 8h-.962q-.213 0-.366.143T11 8.52v1.98H9.02q-.214 0-.367.143t-.153.376v.962q0 .213.153.366t.366.153zm.714 8.317q-.15-.025-.281-.075q-2.952-1.125-4.692-3.816T5 11.1V6.817q0-.51.295-.923t.755-.6l5.385-2q.292-.106.565-.106t.566.106l5.384 2q.46.187.755.6t.295.923V11.1q0 3.135-1.74 5.826t-4.693 3.816q-.13.05-.28.075t-.287.025t-.287-.025"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHealthAndSafetyRounded(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" d="M11 12.5v1.98q0 .214.153.367t.366.153h.962q.233 0 .376-.153t.143-.366V12.5h1.98q.234 0 .377-.153t.143-.366v-.962q0-.233-.143-.376t-.376-.143H13V8.52q0-.234-.143-.377T12.48 8h-.962q-.213 0-.366.143T11 8.52v1.98H9.02q-.214 0-.367.143t-.153.376v.962q0 .213.153.366t.366.153zm.714 8.317q-.15-.025-.281-.075q-2.952-1.125-4.692-3.816T5 11.1V6.817q0-.51.295-.923t.755-.6l5.385-2q.292-.106.565-.106t.566.106l5.384 2q.46.187.755.6t.295.923V11.1q0 3.135-1.74 5.826t-4.693 3.816q-.13.05-.28.075t-.287.025t-.287-.025"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 12.5v1.98q0 .214.153.367t.366.153h.962q.233 0 .376-.153t.143-.366V12.5h1.98q.234 0 .377-.153t.143-.366v-.962q0-.233-.143-.376t-.376-.143H13V8.52q0-.234-.143-.377T12.48 8h-.962q-.213 0-.366.143T11 8.52v1.98H9.02q-.214 0-.367.143t-.153.376v.962q0 .213.153.366t.366.153zm.714 8.317q-.15-.025-.281-.075q-2.952-1.125-4.692-3.816T5 11.1V6.817q0-.51.295-.923t.755-.6l5.385-2q.292-.106.565-.106t.566.106l5.384 2q.46.187.755.6t.295.923V11.1q0 3.135-1.74 5.826t-4.693 3.816q-.13.05-.28.075t-.287.025t-.287-.025"/></svg>
</template>

CSS

.icon-health-and-safety-rounded {
  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%20d%3D%22M11%2012.5v1.98q0%20.214.153.367t.366.153h.962q.233%200%20.376-.153t.143-.366V12.5h1.98q.234%200%20.377-.153t.143-.366v-.962q0-.233-.143-.376t-.376-.143H13V8.52q0-.234-.143-.377T12.48%208h-.962q-.213%200-.366.143T11%208.52v1.98H9.02q-.214%200-.367.143t-.153.376v.962q0%20.213.153.366t.366.153zm.714%208.317q-.15-.025-.281-.075q-2.952-1.125-4.692-3.816T5%2011.1V6.817q0-.51.295-.923t.755-.6l5.385-2q.292-.106.565-.106t.566.106l5.384%202q.46.187.755.6t.295.923V11.1q0%203.135-1.74%205.826t-4.693%203.816q-.13.05-.28.075t-.287.025t-.287-.025%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%20d%3D%22M11%2012.5v1.98q0%20.214.153.367t.366.153h.962q.233%200%20.376-.153t.143-.366V12.5h1.98q.234%200%20.377-.153t.143-.366v-.962q0-.233-.143-.376t-.376-.143H13V8.52q0-.234-.143-.377T12.48%208h-.962q-.213%200-.366.143T11%208.52v1.98H9.02q-.214%200-.367.143t-.153.376v.962q0%20.213.153.366t.366.153zm.714%208.317q-.15-.025-.281-.075q-2.952-1.125-4.692-3.816T5%2011.1V6.817q0-.51.295-.923t.755-.6l5.385-2q.292-.106.565-.106t.566.106l5.384%202q.46.187.755.6t.295.923V11.1q0%203.135-1.74%205.826t-4.693%203.816q-.13.05-.28.075t-.287.025t-.287-.025%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/health-and-safety-rounded.svg?color=%231a73e8&size=48