browse activity icon
browse-activity-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- browse-activity-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More ui actions icons from Material Symbols Light
Use the browse activity icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.27 19.462q-.214 0-.358-.144t-.143-.356t.144-.357t.356-.144h19.462q.213 0 .356.144t.144.356t-.144.357t-.356.144zm2.346-2q-.691 0-1.153-.463T3 15.846v-4.884h4.683l1.86 3.719q.067.135.189.208t.262.073t.266-.068t.192-.202l3.498-6.201l1.016 2.017q.105.217.307.335t.42.119H21v4.884q0 .69-.462 1.153t-1.153.463zm5.459-3.99l-1.617-3.23q-.067-.134-.192-.207T8 9.962H3V6.077q0-.69.463-1.153t1.152-.462h14.77q.69 0 1.152.462T21 6.077v3.885h-5.183l-1.36-2.72q-.066-.14-.191-.191T14 7t-.26.051t-.186.18z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightBrowseActivityRounded(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="M2.27 19.462q-.214 0-.358-.144t-.143-.356t.144-.357t.356-.144h19.462q.213 0 .356.144t.144.356t-.144.357t-.356.144zm2.346-2q-.691 0-1.153-.463T3 15.846v-4.884h4.683l1.86 3.719q.067.135.189.208t.262.073t.266-.068t.192-.202l3.498-6.201l1.016 2.017q.105.217.307.335t.42.119H21v4.884q0 .69-.462 1.153t-1.153.463zm5.459-3.99l-1.617-3.23q-.067-.134-.192-.207T8 9.962H3V6.077q0-.69.463-1.153t1.152-.462h14.77q.69 0 1.152.462T21 6.077v3.885h-5.183l-1.36-2.72q-.066-.14-.191-.191T14 7t-.26.051t-.186.18z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.27 19.462q-.214 0-.358-.144t-.143-.356t.144-.357t.356-.144h19.462q.213 0 .356.144t.144.356t-.144.357t-.356.144zm2.346-2q-.691 0-1.153-.463T3 15.846v-4.884h4.683l1.86 3.719q.067.135.189.208t.262.073t.266-.068t.192-.202l3.498-6.201l1.016 2.017q.105.217.307.335t.42.119H21v4.884q0 .69-.462 1.153t-1.153.463zm5.459-3.99l-1.617-3.23q-.067-.134-.192-.207T8 9.962H3V6.077q0-.69.463-1.153t1.152-.462h14.77q.69 0 1.152.462T21 6.077v3.885h-5.183l-1.36-2.72q-.066-.14-.191-.191T14 7t-.26.051t-.186.18z"/></svg> </template>
CSS
.icon-browse-activity-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%22M2.27%2019.462q-.214%200-.358-.144t-.143-.356t.144-.357t.356-.144h19.462q.213%200%20.356.144t.144.356t-.144.357t-.356.144zm2.346-2q-.691%200-1.153-.463T3%2015.846v-4.884h4.683l1.86%203.719q.067.135.189.208t.262.073t.266-.068t.192-.202l3.498-6.201l1.016%202.017q.105.217.307.335t.42.119H21v4.884q0%20.69-.462%201.153t-1.153.463zm5.459-3.99l-1.617-3.23q-.067-.134-.192-.207T8%209.962H3V6.077q0-.69.463-1.153t1.152-.462h14.77q.69%200%201.152.462T21%206.077v3.885h-5.183l-1.36-2.72q-.066-.14-.191-.191T14%207t-.26.051t-.186.18z%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%22M2.27%2019.462q-.214%200-.358-.144t-.143-.356t.144-.357t.356-.144h19.462q.213%200%20.356.144t.144.356t-.144.357t-.356.144zm2.346-2q-.691%200-1.153-.463T3%2015.846v-4.884h4.683l1.86%203.719q.067.135.189.208t.262.073t.266-.068t.192-.202l3.498-6.201l1.016%202.017q.105.217.307.335t.42.119H21v4.884q0%20.69-.462%201.153t-1.153.463zm5.459-3.99l-1.617-3.23q-.067-.134-.192-.207T8%209.962H3V6.077q0-.69.463-1.153t1.152-.462h14.77q.69%200%201.152.462T21%206.077v3.885h-5.183l-1.36-2.72q-.066-.14-.191-.191T14%207t-.26.051t-.186.18z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/browse-activity-rounded.svg?color=%231a73e8&size=48