safety divider icon

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

Name
safety-divider-rounded
Set
Material Symbols
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
safety-divider-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the safety divider icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.288 18.713Q11 18.425 11 18V6q0-.425.288-.712T12 5t.713.288T13 6v12q0 .425-.288.713T12 19t-.712-.288M1 16v-.575q0-.6.325-1.1t.9-.75q.65-.275 1.338-.425T5 13t1.438.15t1.337.425q.575.25.9.75t.325 1.1V16zm14 0v-.575q0-.6.325-1.1t.9-.75q.65-.275 1.337-.425T19 13t1.437.15t1.338.425q.575.25.9.75t.325 1.1V16zM5 12q-.825 0-1.412-.587T3 10t.588-1.412T5 8t1.413.588T7 10t-.587 1.413T5 12m14 0q-.825 0-1.412-.587T17 10t.588-1.412T19 8t1.413.588T21 10t-.587 1.413T19 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSafetyDividerRounded(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.288 18.713Q11 18.425 11 18V6q0-.425.288-.712T12 5t.713.288T13 6v12q0 .425-.288.713T12 19t-.712-.288M1 16v-.575q0-.6.325-1.1t.9-.75q.65-.275 1.338-.425T5 13t1.438.15t1.337.425q.575.25.9.75t.325 1.1V16zm14 0v-.575q0-.6.325-1.1t.9-.75q.65-.275 1.337-.425T19 13t1.437.15t1.338.425q.575.25.9.75t.325 1.1V16zM5 12q-.825 0-1.412-.587T3 10t.588-1.412T5 8t1.413.588T7 10t-.587 1.413T5 12m14 0q-.825 0-1.412-.587T17 10t.588-1.412T19 8t1.413.588T21 10t-.587 1.413T19 12"/></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.288 18.713Q11 18.425 11 18V6q0-.425.288-.712T12 5t.713.288T13 6v12q0 .425-.288.713T12 19t-.712-.288M1 16v-.575q0-.6.325-1.1t.9-.75q.65-.275 1.338-.425T5 13t1.438.15t1.337.425q.575.25.9.75t.325 1.1V16zm14 0v-.575q0-.6.325-1.1t.9-.75q.65-.275 1.337-.425T19 13t1.437.15t1.338.425q.575.25.9.75t.325 1.1V16zM5 12q-.825 0-1.412-.587T3 10t.588-1.412T5 8t1.413.588T7 10t-.587 1.413T5 12m14 0q-.825 0-1.412-.587T17 10t.588-1.412T19 8t1.413.588T21 10t-.587 1.413T19 12"/></svg>
</template>

CSS

.icon-safety-divider-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.288%2018.713Q11%2018.425%2011%2018V6q0-.425.288-.712T12%205t.713.288T13%206v12q0%20.425-.288.713T12%2019t-.712-.288M1%2016v-.575q0-.6.325-1.1t.9-.75q.65-.275%201.338-.425T5%2013t1.438.15t1.337.425q.575.25.9.75t.325%201.1V16zm14%200v-.575q0-.6.325-1.1t.9-.75q.65-.275%201.337-.425T19%2013t1.437.15t1.338.425q.575.25.9.75t.325%201.1V16zM5%2012q-.825%200-1.412-.587T3%2010t.588-1.412T5%208t1.413.588T7%2010t-.587%201.413T5%2012m14%200q-.825%200-1.412-.587T17%2010t.588-1.412T19%208t1.413.588T21%2010t-.587%201.413T19%2012%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.288%2018.713Q11%2018.425%2011%2018V6q0-.425.288-.712T12%205t.713.288T13%206v12q0%20.425-.288.713T12%2019t-.712-.288M1%2016v-.575q0-.6.325-1.1t.9-.75q.65-.275%201.338-.425T5%2013t1.438.15t1.337.425q.575.25.9.75t.325%201.1V16zm14%200v-.575q0-.6.325-1.1t.9-.75q.65-.275%201.337-.425T19%2013t1.437.15t1.338.425q.575.25.9.75t.325%201.1V16zM5%2012q-.825%200-1.412-.587T3%2010t.588-1.412T5%208t1.413.588T7%2010t-.587%201.413T5%2012m14%200q-.825%200-1.412-.587T17%2010t.588-1.412T19%208t1.413.588T21%2010t-.587%201.413T19%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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