google guarantee icon
google-guarantee from Material Symbols by Google · Regular · Apache-2.0 Free for personal and commercial use.
- Name
- google-guarantee
- Set
- Material Symbols
- Style
- Regular
- Viewbox
- 24×24
- License
- Apache 2.0
Related icons in Material Symbols
Use the google guarantee icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.025 21.025q-3.425 0-5.725-2.475T4 12.725V5.5q0-.825.588-1.413Q5.175 3.5 6 3.5h12q.825 0 1.413.587Q20 4.675 20 5.5v1.75q0 .4-.15.762q-.15.363-.425.638l-5.775 5.775q-.575.575-1.412.575q-.838 0-1.413-.575L8 11.6l1.4-1.425L12.25 13L18 7.25V5.5H6v7.3q0 2.55 1.725 4.375Q9.45 19 12.025 19q2.5 0 4.237-1.75Q18 15.5 18 13h2q0 3.35-2.312 5.688q-2.313 2.337-5.663 2.337Z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsGoogleGuarantee(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="M12.025 21.025q-3.425 0-5.725-2.475T4 12.725V5.5q0-.825.588-1.413Q5.175 3.5 6 3.5h12q.825 0 1.413.587Q20 4.675 20 5.5v1.75q0 .4-.15.762q-.15.363-.425.638l-5.775 5.775q-.575.575-1.412.575q-.838 0-1.413-.575L8 11.6l1.4-1.425L12.25 13L18 7.25V5.5H6v7.3q0 2.55 1.725 4.375Q9.45 19 12.025 19q2.5 0 4.237-1.75Q18 15.5 18 13h2q0 3.35-2.312 5.688q-2.313 2.337-5.663 2.337Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.025 21.025q-3.425 0-5.725-2.475T4 12.725V5.5q0-.825.588-1.413Q5.175 3.5 6 3.5h12q.825 0 1.413.587Q20 4.675 20 5.5v1.75q0 .4-.15.762q-.15.363-.425.638l-5.775 5.775q-.575.575-1.412.575q-.838 0-1.413-.575L8 11.6l1.4-1.425L12.25 13L18 7.25V5.5H6v7.3q0 2.55 1.725 4.375Q9.45 19 12.025 19q2.5 0 4.237-1.75Q18 15.5 18 13h2q0 3.35-2.312 5.688q-2.313 2.337-5.663 2.337Z"/></svg> </template>
CSS
.icon-google-guarantee {
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%22M12.025%2021.025q-3.425%200-5.725-2.475T4%2012.725V5.5q0-.825.588-1.413Q5.175%203.5%206%203.5h12q.825%200%201.413.587Q20%204.675%2020%205.5v1.75q0%20.4-.15.762q-.15.363-.425.638l-5.775%205.775q-.575.575-1.412.575q-.838%200-1.413-.575L8%2011.6l1.4-1.425L12.25%2013L18%207.25V5.5H6v7.3q0%202.55%201.725%204.375Q9.45%2019%2012.025%2019q2.5%200%204.237-1.75Q18%2015.5%2018%2013h2q0%203.35-2.312%205.688q-2.313%202.337-5.663%202.337Z%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%22M12.025%2021.025q-3.425%200-5.725-2.475T4%2012.725V5.5q0-.825.588-1.413Q5.175%203.5%206%203.5h12q.825%200%201.413.587Q20%204.675%2020%205.5v1.75q0%20.4-.15.762q-.15.363-.425.638l-5.775%205.775q-.575.575-1.412.575q-.838%200-1.413-.575L8%2011.6l1.4-1.425L12.25%2013L18%207.25V5.5H6v7.3q0%202.55%201.725%204.375Q9.45%2019%2012.025%2019q2.5%200%204.237-1.75Q18%2015.5%2018%2013h2q0%203.35-2.312%205.688q-2.313%202.337-5.663%202.337Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/google-guarantee.svg?color=%231a73e8&size=48