planner review icon
planner-review from Material Symbols by Google · Regular · Business · Apache-2.0 Free for personal and commercial use.
- Name
- planner-review
- Set
- Material Symbols
- Style
- Regular
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- planner-review-outline, planner-review-outline-sharp, planner-review-sharp
1 other variant in Material Symbols
The same icon in other sets
More business icons from Material Symbols
Use the planner review icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22L9 7.95L6.8 18H2v-2h3.2L8.025 3H10l3.05 14.3L15 9h2l1.8 7H22v2h-4.75l-1.2-4.7L14 22z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPlannerReview(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 22L9 7.95L6.8 18H2v-2h3.2L8.025 3H10l3.05 14.3L15 9h2l1.8 7H22v2h-4.75l-1.2-4.7L14 22z"/></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 22L9 7.95L6.8 18H2v-2h3.2L8.025 3H10l3.05 14.3L15 9h2l1.8 7H22v2h-4.75l-1.2-4.7L14 22z"/></svg> </template>
CSS
.icon-planner-review {
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%2022L9%207.95L6.8%2018H2v-2h3.2L8.025%203H10l3.05%2014.3L15%209h2l1.8%207H22v2h-4.75l-1.2-4.7L14%2022z%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%2022L9%207.95L6.8%2018H2v-2h3.2L8.025%203H10l3.05%2014.3L15%209h2l1.8%207H22v2h-4.75l-1.2-4.7L14%2022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/planner-review.svg?color=%231a73e8&size=48