keep public icon
keep-public from Material Symbols by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- keep-public
- Set
- Material Symbols
- Style
- Regular
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- keep-public-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.125Q10.1 4 9.55 5.288T9 8q0 2.625 1.713 4.588T15 14.925V16h-5v6zm3.463-11.462Q11 10.075 11 8t1.463-3.537T16 3t3.538 1.463T21 8t-1.463 3.538T16 13t-3.537-1.463m4.6-3.975q.437-.437.437-1.062t-.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-.363"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsKeepPublic(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.125Q10.1 4 9.55 5.288T9 8q0 2.625 1.713 4.588T15 14.925V16h-5v6zm3.463-11.462Q11 10.075 11 8t1.463-3.537T16 3t3.538 1.463T21 8t-1.463 3.538T16 13t-3.537-1.463m4.6-3.975q.437-.437.437-1.062t-.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-.363"/></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.125Q10.1 4 9.55 5.288T9 8q0 2.625 1.713 4.588T15 14.925V16h-5v6zm3.463-11.462Q11 10.075 11 8t1.463-3.537T16 3t3.538 1.463T21 8t-1.463 3.538T16 13t-3.537-1.463m4.6-3.975q.437-.437.437-1.062t-.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-.363"/></svg> </template>
CSS
.icon-keep-public {
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.125Q10.1%204%209.55%205.288T9%208q0%202.625%201.713%204.588T15%2014.925V16h-5v6zm3.463-11.462Q11%2010.075%2011%208t1.463-3.537T16%203t3.538%201.463T21%208t-1.463%203.538T16%2013t-3.537-1.463m4.6-3.975q.437-.437.437-1.062t-.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-.363%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.125Q10.1%204%209.55%205.288T9%208q0%202.625%201.713%204.588T15%2014.925V16h-5v6zm3.463-11.462Q11%2010.075%2011%208t1.463-3.537T16%203t3.538%201.463T21%208t-1.463%203.538T16%2013t-3.537-1.463m4.6-3.975q.437-.437.437-1.062t-.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-.363%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.svg?color=%231a73e8&size=48