reviews icon
reviews-rounded from Material Symbols Light by Google · Rounded · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- reviews-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Communicate
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More communicate icons from Material Symbols Light
Use the reviews icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.077 17l-2.38 2.38q-.193.193-.445.097T3 19.107V4.617q0-.691.463-1.153T4.615 3h14.77q.69 0 1.152.463T21 4.616v10.769q0 .69-.463 1.153T19.385 17zM12 12.167l1.67 1.016q.216.136.434-.022q.217-.159.162-.426l-.443-1.887l1.47-1.263q.21-.187.13-.432t-.354-.27l-1.936-.175l-.76-1.781q-.106-.243-.373-.243t-.373.243l-.76 1.78l-1.936.176q-.273.025-.354.27t.13.432l1.47 1.263l-.442 1.886q-.056.268.161.427t.435.022z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightReviewsRounded(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="m6.077 17l-2.38 2.38q-.193.193-.445.097T3 19.107V4.617q0-.691.463-1.153T4.615 3h14.77q.69 0 1.152.463T21 4.616v10.769q0 .69-.463 1.153T19.385 17zM12 12.167l1.67 1.016q.216.136.434-.022q.217-.159.162-.426l-.443-1.887l1.47-1.263q.21-.187.13-.432t-.354-.27l-1.936-.175l-.76-1.781q-.106-.243-.373-.243t-.373.243l-.76 1.78l-1.936.176q-.273.025-.354.27t.13.432l1.47 1.263l-.442 1.886q-.056.268.161.427t.435.022z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m6.077 17l-2.38 2.38q-.193.193-.445.097T3 19.107V4.617q0-.691.463-1.153T4.615 3h14.77q.69 0 1.152.463T21 4.616v10.769q0 .69-.463 1.153T19.385 17zM12 12.167l1.67 1.016q.216.136.434-.022q.217-.159.162-.426l-.443-1.887l1.47-1.263q.21-.187.13-.432t-.354-.27l-1.936-.175l-.76-1.781q-.106-.243-.373-.243t-.373.243l-.76 1.78l-1.936.176q-.273.025-.354.27t.13.432l1.47 1.263l-.442 1.886q-.056.268.161.427t.435.022z"/></svg> </template>
CSS
.icon-reviews-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%22m6.077%2017l-2.38%202.38q-.193.193-.445.097T3%2019.107V4.617q0-.691.463-1.153T4.615%203h14.77q.69%200%201.152.463T21%204.616v10.769q0%20.69-.463%201.153T19.385%2017zM12%2012.167l1.67%201.016q.216.136.434-.022q.217-.159.162-.426l-.443-1.887l1.47-1.263q.21-.187.13-.432t-.354-.27l-1.936-.175l-.76-1.781q-.106-.243-.373-.243t-.373.243l-.76%201.78l-1.936.176q-.273.025-.354.27t.13.432l1.47%201.263l-.442%201.886q-.056.268.161.427t.435.022z%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%22m6.077%2017l-2.38%202.38q-.193.193-.445.097T3%2019.107V4.617q0-.691.463-1.153T4.615%203h14.77q.69%200%201.152.463T21%204.616v10.769q0%20.69-.463%201.153T19.385%2017zM12%2012.167l1.67%201.016q.216.136.434-.022q.217-.159.162-.426l-.443-1.887l1.47-1.263q.21-.187.13-.432t-.354-.27l-1.936-.175l-.76-1.781q-.106-.243-.373-.243t-.373.243l-.76%201.78l-1.936.176q-.273.025-.354.27t.13.432l1.47%201.263l-.442%201.886q-.056.268.161.427t.435.022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/reviews-rounded.svg?color=%231a73e8&size=48