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

Name
keep-public-rounded
Set
Material Symbols
Style
Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0

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="M4 16q-.425 0-.712-.288T3 15v-.575q0-.2.075-.387T3.3 13.7L5 12V5q-.425 0-.712-.288T4 4t.288-.712T5 3h4.175q.575 0 .825.525T9.9 4.55q-.45.8-.675 1.663T9 8q0 2.2 1.225 3.975t3.25 2.55q.275.075.463.3t.187.5t-.175.475t-.45.2H10v5.85q0 .425-.288.713T9 22.85t-.712-.288T8 21.85V16zM19.538 4.462Q21 5.925 21 8t-1.463 3.538T16 13t-3.537-1.463T11 8t1.463-3.537T16 3t3.538 1.463m-2.475 3.1q.437-.438.437-1.063t-.437-1.062T16 5t-1.062.438T14.5 6.5t.438 1.063T16 8t1.063-.437m.125 3.2q.562-.238.987-.688q.125-.15.088-.337t-.238-.288q-.475-.225-.987-.337T16 9t-1.025.113t-1 .337q-.2.075-.238.275t.088.35q.425.45.988.688T16 11t1.188-.238"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsKeepPublicRounded(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="M4 16q-.425 0-.712-.288T3 15v-.575q0-.2.075-.387T3.3 13.7L5 12V5q-.425 0-.712-.288T4 4t.288-.712T5 3h4.175q.575 0 .825.525T9.9 4.55q-.45.8-.675 1.663T9 8q0 2.2 1.225 3.975t3.25 2.55q.275.075.463.3t.187.5t-.175.475t-.45.2H10v5.85q0 .425-.288.713T9 22.85t-.712-.288T8 21.85V16zM19.538 4.462Q21 5.925 21 8t-1.463 3.538T16 13t-3.537-1.463T11 8t1.463-3.537T16 3t3.538 1.463m-2.475 3.1q.437-.438.437-1.063t-.437-1.062T16 5t-1.062.438T14.5 6.5t.438 1.063T16 8t1.063-.437m.125 3.2q.562-.238.987-.688q.125-.15.088-.337t-.238-.288q-.475-.225-.987-.337T16 9t-1.025.113t-1 .337q-.2.075-.238.275t.088.35q.425.45.988.688T16 11t1.188-.238"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 16q-.425 0-.712-.288T3 15v-.575q0-.2.075-.387T3.3 13.7L5 12V5q-.425 0-.712-.288T4 4t.288-.712T5 3h4.175q.575 0 .825.525T9.9 4.55q-.45.8-.675 1.663T9 8q0 2.2 1.225 3.975t3.25 2.55q.275.075.463.3t.187.5t-.175.475t-.45.2H10v5.85q0 .425-.288.713T9 22.85t-.712-.288T8 21.85V16zM19.538 4.462Q21 5.925 21 8t-1.463 3.538T16 13t-3.537-1.463T11 8t1.463-3.537T16 3t3.538 1.463m-2.475 3.1q.437-.438.437-1.063t-.437-1.062T16 5t-1.062.438T14.5 6.5t.438 1.063T16 8t1.063-.437m.125 3.2q.562-.238.987-.688q.125-.15.088-.337t-.238-.288q-.475-.225-.987-.337T16 9t-1.025.113t-1 .337q-.2.075-.238.275t.088.35q.425.45.988.688T16 11t1.188-.238"/></svg>
</template>

CSS

.icon-keep-public-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%22M4%2016q-.425%200-.712-.288T3%2015v-.575q0-.2.075-.387T3.3%2013.7L5%2012V5q-.425%200-.712-.288T4%204t.288-.712T5%203h4.175q.575%200%20.825.525T9.9%204.55q-.45.8-.675%201.663T9%208q0%202.2%201.225%203.975t3.25%202.55q.275.075.463.3t.187.5t-.175.475t-.45.2H10v5.85q0%20.425-.288.713T9%2022.85t-.712-.288T8%2021.85V16zM19.538%204.462Q21%205.925%2021%208t-1.463%203.538T16%2013t-3.537-1.463T11%208t1.463-3.537T16%203t3.538%201.463m-2.475%203.1q.437-.438.437-1.063t-.437-1.062T16%205t-1.062.438T14.5%206.5t.438%201.063T16%208t1.063-.437m.125%203.2q.562-.238.987-.688q.125-.15.088-.337t-.238-.288q-.475-.225-.987-.337T16%209t-1.025.113t-1%20.337q-.2.075-.238.275t.088.35q.425.45.988.688T16%2011t1.188-.238%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%22M4%2016q-.425%200-.712-.288T3%2015v-.575q0-.2.075-.387T3.3%2013.7L5%2012V5q-.425%200-.712-.288T4%204t.288-.712T5%203h4.175q.575%200%20.825.525T9.9%204.55q-.45.8-.675%201.663T9%208q0%202.2%201.225%203.975t3.25%202.55q.275.075.463.3t.187.5t-.175.475t-.45.2H10v5.85q0%20.425-.288.713T9%2022.85t-.712-.288T8%2021.85V16zM19.538%204.462Q21%205.925%2021%208t-1.463%203.538T16%2013t-3.537-1.463T11%208t1.463-3.537T16%203t3.538%201.463m-2.475%203.1q.437-.438.437-1.063t-.437-1.062T16%205t-1.062.438T14.5%206.5t.438%201.063T16%208t1.063-.437m.125%203.2q.562-.238.987-.688q.125-.15.088-.337t-.238-.288q-.475-.225-.987-.337T16%209t-1.025.113t-1%20.337q-.2.075-.238.275t.088.35q.425.45.988.688T16%2011t1.188-.238%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-rounded.svg?color=%231a73e8&size=48