retention icon
retention from Material Symbols by Google · Regular · Apache-2.0 Free for personal and commercial use.
- Name
- retention
- Set
- Material Symbols
- Style
- Regular
- Viewbox
- 24×24
- License
- Apache 2.0
Use the retention icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.7 22q-1.5 0-2.775-.613q-1.275-.612-2.35-1.637l-.525-.5q-1.025-.975-1.537-2.263Q2 15.7 2 14.275q0-1.5.6-2.788q.6-1.287 1.65-2.337l7.55-7.575q.3-.3.663-.45q.362-.15.762-.15t.763.15q.362.15.662.45l2.1 2.125q.275.3.425.675q.15.375.15.75t-.137.737q-.138.363-.438.663L9 14.3l.7.7l7.75-7.75q.3-.3.675-.45q.375-.15.75-.15t.75.15q.375.15.675.45l2.1 2.1q.3.3.45.675q.15.375.15.75t-.15.75q-.15.375-.45.675l-7.75 7.75q-1 1-2.263 1.525Q11.125 22 9.7 22Zm3.525-14.75l2.125-2.125L13.225 3L11.1 5.125ZM9.7 20q.95 0 1.888-.363q.937-.362 1.662-1.087l4.2-4.25l-2.1-2.1l-4.25 4.225q-.6.575-1.437.563q-.838-.013-1.413-.613l-.675-.7q-.575-.575-.562-1.4q.012-.825.587-1.4l4.2-4.225l-2.125-2.1l-4.225 4.2q-.725.725-1.087 1.65Q4 13.325 4 14.275t.363 1.888q.362.937 1.087 1.662l.725.725q.725.725 1.65 1.087Q8.75 20 9.7 20Zm9.175-7.1L21 10.775L18.875 8.65l-2.125 2.125Z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsRetention(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.7 22q-1.5 0-2.775-.613q-1.275-.612-2.35-1.637l-.525-.5q-1.025-.975-1.537-2.263Q2 15.7 2 14.275q0-1.5.6-2.788q.6-1.287 1.65-2.337l7.55-7.575q.3-.3.663-.45q.362-.15.762-.15t.763.15q.362.15.662.45l2.1 2.125q.275.3.425.675q.15.375.15.75t-.137.737q-.138.363-.438.663L9 14.3l.7.7l7.75-7.75q.3-.3.675-.45q.375-.15.75-.15t.75.15q.375.15.675.45l2.1 2.1q.3.3.45.675q.15.375.15.75t-.15.75q-.15.375-.45.675l-7.75 7.75q-1 1-2.263 1.525Q11.125 22 9.7 22Zm3.525-14.75l2.125-2.125L13.225 3L11.1 5.125ZM9.7 20q.95 0 1.888-.363q.937-.362 1.662-1.087l4.2-4.25l-2.1-2.1l-4.25 4.225q-.6.575-1.437.563q-.838-.013-1.413-.613l-.675-.7q-.575-.575-.562-1.4q.012-.825.587-1.4l4.2-4.225l-2.125-2.1l-4.225 4.2q-.725.725-1.087 1.65Q4 13.325 4 14.275t.363 1.888q.362.937 1.087 1.662l.725.725q.725.725 1.65 1.087Q8.75 20 9.7 20Zm9.175-7.1L21 10.775L18.875 8.65l-2.125 2.125Z"/></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.7 22q-1.5 0-2.775-.613q-1.275-.612-2.35-1.637l-.525-.5q-1.025-.975-1.537-2.263Q2 15.7 2 14.275q0-1.5.6-2.788q.6-1.287 1.65-2.337l7.55-7.575q.3-.3.663-.45q.362-.15.762-.15t.763.15q.362.15.662.45l2.1 2.125q.275.3.425.675q.15.375.15.75t-.137.737q-.138.363-.438.663L9 14.3l.7.7l7.75-7.75q.3-.3.675-.45q.375-.15.75-.15t.75.15q.375.15.675.45l2.1 2.1q.3.3.45.675q.15.375.15.75t-.15.75q-.15.375-.45.675l-7.75 7.75q-1 1-2.263 1.525Q11.125 22 9.7 22Zm3.525-14.75l2.125-2.125L13.225 3L11.1 5.125ZM9.7 20q.95 0 1.888-.363q.937-.362 1.662-1.087l4.2-4.25l-2.1-2.1l-4.25 4.225q-.6.575-1.437.563q-.838-.013-1.413-.613l-.675-.7q-.575-.575-.562-1.4q.012-.825.587-1.4l4.2-4.225l-2.125-2.1l-4.225 4.2q-.725.725-1.087 1.65Q4 13.325 4 14.275t.363 1.888q.362.937 1.087 1.662l.725.725q.725.725 1.65 1.087Q8.75 20 9.7 20Zm9.175-7.1L21 10.775L18.875 8.65l-2.125 2.125Z"/></svg> </template>
CSS
.icon-retention {
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.7%2022q-1.5%200-2.775-.613q-1.275-.612-2.35-1.637l-.525-.5q-1.025-.975-1.537-2.263Q2%2015.7%202%2014.275q0-1.5.6-2.788q.6-1.287%201.65-2.337l7.55-7.575q.3-.3.663-.45q.362-.15.762-.15t.763.15q.362.15.662.45l2.1%202.125q.275.3.425.675q.15.375.15.75t-.137.737q-.138.363-.438.663L9%2014.3l.7.7l7.75-7.75q.3-.3.675-.45q.375-.15.75-.15t.75.15q.375.15.675.45l2.1%202.1q.3.3.45.675q.15.375.15.75t-.15.75q-.15.375-.45.675l-7.75%207.75q-1%201-2.263%201.525Q11.125%2022%209.7%2022Zm3.525-14.75l2.125-2.125L13.225%203L11.1%205.125ZM9.7%2020q.95%200%201.888-.363q.937-.362%201.662-1.087l4.2-4.25l-2.1-2.1l-4.25%204.225q-.6.575-1.437.563q-.838-.013-1.413-.613l-.675-.7q-.575-.575-.562-1.4q.012-.825.587-1.4l4.2-4.225l-2.125-2.1l-4.225%204.2q-.725.725-1.087%201.65Q4%2013.325%204%2014.275t.363%201.888q.362.937%201.087%201.662l.725.725q.725.725%201.65%201.087Q8.75%2020%209.7%2020Zm9.175-7.1L21%2010.775L18.875%208.65l-2.125%202.125Z%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.7%2022q-1.5%200-2.775-.613q-1.275-.612-2.35-1.637l-.525-.5q-1.025-.975-1.537-2.263Q2%2015.7%202%2014.275q0-1.5.6-2.788q.6-1.287%201.65-2.337l7.55-7.575q.3-.3.663-.45q.362-.15.762-.15t.763.15q.362.15.662.45l2.1%202.125q.275.3.425.675q.15.375.15.75t-.137.737q-.138.363-.438.663L9%2014.3l.7.7l7.75-7.75q.3-.3.675-.45q.375-.15.75-.15t.75.15q.375.15.675.45l2.1%202.1q.3.3.45.675q.15.375.15.75t-.15.75q-.15.375-.45.675l-7.75%207.75q-1%201-2.263%201.525Q11.125%2022%209.7%2022Zm3.525-14.75l2.125-2.125L13.225%203L11.1%205.125ZM9.7%2020q.95%200%201.888-.363q.937-.362%201.662-1.087l4.2-4.25l-2.1-2.1l-4.25%204.225q-.6.575-1.437.563q-.838-.013-1.413-.613l-.675-.7q-.575-.575-.562-1.4q.012-.825.587-1.4l4.2-4.225l-2.125-2.1l-4.225%204.2q-.725.725-1.087%201.65Q4%2013.325%204%2014.275t.363%201.888q.362.937%201.087%201.662l.725.725q.725.725%201.65%201.087Q8.75%2020%209.7%2020Zm9.175-7.1L21%2010.775L18.875%208.65l-2.125%202.125Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/retention.svg?color=%231a73e8&size=48