keep-public-outline from Material Symbols by Google · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
keep-public-outline
Set
Material Symbols
Style
Outline
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
keep-public-outline-sharp

3 other variants in Material Symbols

The same icon in other sets

More actions icons from Material Symbols

Use the keep public icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9 23l-1-1v-6H3v-2l2-2V5H4V3h7.125q-.45.425-.812.925T9.675 5H7v7.85L5.85 14h6.575q.6.35 1.238.588t1.337.337V16h-5v6zm8.063-15.437q.437-.438.437-1.063t-.437-1.062T16 5t-1.062.438T14.5 6.5t.438 1.063T16 8t1.063-.437m.35 3.075q.637-.363 1.062-.963q-.55-.325-1.175-.5T16 9t-1.3.175t-1.175.5q.425.6 1.062.963T16 11t1.413-.363m-4.95.9Q11 10.076 11 8t1.463-3.537T16 3t3.538 1.463T21 8t-1.463 3.538T16 13t-3.537-1.463"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsKeepPublicOutline(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="m9 23l-1-1v-6H3v-2l2-2V5H4V3h7.125q-.45.425-.812.925T9.675 5H7v7.85L5.85 14h6.575q.6.35 1.238.588t1.337.337V16h-5v6zm8.063-15.437q.437-.438.437-1.063t-.437-1.062T16 5t-1.062.438T14.5 6.5t.438 1.063T16 8t1.063-.437m.35 3.075q.637-.363 1.062-.963q-.55-.325-1.175-.5T16 9t-1.3.175t-1.175.5q.425.6 1.062.963T16 11t1.413-.363m-4.95.9Q11 10.076 11 8t1.463-3.537T16 3t3.538 1.463T21 8t-1.463 3.538T16 13t-3.537-1.463"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9 23l-1-1v-6H3v-2l2-2V5H4V3h7.125q-.45.425-.812.925T9.675 5H7v7.85L5.85 14h6.575q.6.35 1.238.588t1.337.337V16h-5v6zm8.063-15.437q.437-.438.437-1.063t-.437-1.062T16 5t-1.062.438T14.5 6.5t.438 1.063T16 8t1.063-.437m.35 3.075q.637-.363 1.062-.963q-.55-.325-1.175-.5T16 9t-1.3.175t-1.175.5q.425.6 1.062.963T16 11t1.413-.363m-4.95.9Q11 10.076 11 8t1.463-3.537T16 3t3.538 1.463T21 8t-1.463 3.538T16 13t-3.537-1.463"/></svg>
</template>

CSS

.icon-keep-public-outline {
  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%22m9%2023l-1-1v-6H3v-2l2-2V5H4V3h7.125q-.45.425-.812.925T9.675%205H7v7.85L5.85%2014h6.575q.6.35%201.238.588t1.337.337V16h-5v6zm8.063-15.437q.437-.438.437-1.063t-.437-1.062T16%205t-1.062.438T14.5%206.5t.438%201.063T16%208t1.063-.437m.35%203.075q.637-.363%201.062-.963q-.55-.325-1.175-.5T16%209t-1.3.175t-1.175.5q.425.6%201.062.963T16%2011t1.413-.363m-4.95.9Q11%2010.076%2011%208t1.463-3.537T16%203t3.538%201.463T21%208t-1.463%203.538T16%2013t-3.537-1.463%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%22m9%2023l-1-1v-6H3v-2l2-2V5H4V3h7.125q-.45.425-.812.925T9.675%205H7v7.85L5.85%2014h6.575q.6.35%201.238.588t1.337.337V16h-5v6zm8.063-15.437q.437-.438.437-1.063t-.437-1.062T16%205t-1.062.438T14.5%206.5t.438%201.063T16%208t1.063-.437m.35%203.075q.637-.363%201.062-.963q-.55-.325-1.175-.5T16%209t-1.3.175t-1.175.5q.425.6%201.062.963T16%2011t1.413-.363m-4.95.9Q11%2010.076%2011%208t1.463-3.537T16%203t3.538%201.463T21%208t-1.463%203.538T16%2013t-3.537-1.463%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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