browse activity icon
browse-activity-outline-rounded from Material Symbols Light by Google · Outline Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- browse-activity-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline 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="M3 9.962V6.077q0-.69.463-1.153t1.152-.462h14.77q.69 0 1.152.462T21 6.077v3.885h-1V6.077q0-.23-.192-.423q-.193-.192-.424-.192H4.616q-.231 0-.424.192T4 6.077v3.885zm1.616 7.5q-.691 0-1.153-.463T3 15.846v-4.884h1v4.884q0 .231.192.423t.423.193h14.77q.23 0 .423-.193t.192-.423v-4.884h1v4.884q0 .69-.462 1.153t-1.153.463zm-2.347 2q-.213 0-.357-.144t-.143-.356t.144-.357t.356-.144h19.462q.213 0 .356.144t.144.356t-.144.357t-.356.144zm.731-8.5v-1h5q.14 0 .266.073q.124.073.192.207l1.617 3.23l3.479-6.241q.067-.129.187-.18Q13.86 7 14 7t.266.051t.192.191l1.36 2.72H21v1h-5.308q-.217 0-.419-.119q-.202-.118-.307-.335L13.95 8.49l-3.498 6.201q-.067.135-.192.202t-.266.068t-.262-.073t-.19-.208l-1.86-3.72z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightBrowseActivityOutlineRounded(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="M3 9.962V6.077q0-.69.463-1.153t1.152-.462h14.77q.69 0 1.152.462T21 6.077v3.885h-1V6.077q0-.23-.192-.423q-.193-.192-.424-.192H4.616q-.231 0-.424.192T4 6.077v3.885zm1.616 7.5q-.691 0-1.153-.463T3 15.846v-4.884h1v4.884q0 .231.192.423t.423.193h14.77q.23 0 .423-.193t.192-.423v-4.884h1v4.884q0 .69-.462 1.153t-1.153.463zm-2.347 2q-.213 0-.357-.144t-.143-.356t.144-.357t.356-.144h19.462q.213 0 .356.144t.144.356t-.144.357t-.356.144zm.731-8.5v-1h5q.14 0 .266.073q.124.073.192.207l1.617 3.23l3.479-6.241q.067-.129.187-.18Q13.86 7 14 7t.266.051t.192.191l1.36 2.72H21v1h-5.308q-.217 0-.419-.119q-.202-.118-.307-.335L13.95 8.49l-3.498 6.201q-.067.135-.192.202t-.266.068t-.262-.073t-.19-.208l-1.86-3.72z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 9.962V6.077q0-.69.463-1.153t1.152-.462h14.77q.69 0 1.152.462T21 6.077v3.885h-1V6.077q0-.23-.192-.423q-.193-.192-.424-.192H4.616q-.231 0-.424.192T4 6.077v3.885zm1.616 7.5q-.691 0-1.153-.463T3 15.846v-4.884h1v4.884q0 .231.192.423t.423.193h14.77q.23 0 .423-.193t.192-.423v-4.884h1v4.884q0 .69-.462 1.153t-1.153.463zm-2.347 2q-.213 0-.357-.144t-.143-.356t.144-.357t.356-.144h19.462q.213 0 .356.144t.144.356t-.144.357t-.356.144zm.731-8.5v-1h5q.14 0 .266.073q.124.073.192.207l1.617 3.23l3.479-6.241q.067-.129.187-.18Q13.86 7 14 7t.266.051t.192.191l1.36 2.72H21v1h-5.308q-.217 0-.419-.119q-.202-.118-.307-.335L13.95 8.49l-3.498 6.201q-.067.135-.192.202t-.266.068t-.262-.073t-.19-.208l-1.86-3.72z"/></svg> </template>
CSS
.icon-browse-activity-outline-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%22M3%209.962V6.077q0-.69.463-1.153t1.152-.462h14.77q.69%200%201.152.462T21%206.077v3.885h-1V6.077q0-.23-.192-.423q-.193-.192-.424-.192H4.616q-.231%200-.424.192T4%206.077v3.885zm1.616%207.5q-.691%200-1.153-.463T3%2015.846v-4.884h1v4.884q0%20.231.192.423t.423.193h14.77q.23%200%20.423-.193t.192-.423v-4.884h1v4.884q0%20.69-.462%201.153t-1.153.463zm-2.347%202q-.213%200-.357-.144t-.143-.356t.144-.357t.356-.144h19.462q.213%200%20.356.144t.144.356t-.144.357t-.356.144zm.731-8.5v-1h5q.14%200%20.266.073q.124.073.192.207l1.617%203.23l3.479-6.241q.067-.129.187-.18Q13.86%207%2014%207t.266.051t.192.191l1.36%202.72H21v1h-5.308q-.217%200-.419-.119q-.202-.118-.307-.335L13.95%208.49l-3.498%206.201q-.067.135-.192.202t-.266.068t-.262-.073t-.19-.208l-1.86-3.72z%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%22M3%209.962V6.077q0-.69.463-1.153t1.152-.462h14.77q.69%200%201.152.462T21%206.077v3.885h-1V6.077q0-.23-.192-.423q-.193-.192-.424-.192H4.616q-.231%200-.424.192T4%206.077v3.885zm1.616%207.5q-.691%200-1.153-.463T3%2015.846v-4.884h1v4.884q0%20.231.192.423t.423.193h14.77q.23%200%20.423-.193t.192-.423v-4.884h1v4.884q0%20.69-.462%201.153t-1.153.463zm-2.347%202q-.213%200-.357-.144t-.143-.356t.144-.357t.356-.144h19.462q.213%200%20.356.144t.144.356t-.144.357t-.356.144zm.731-8.5v-1h5q.14%200%20.266.073q.124.073.192.207l1.617%203.23l3.479-6.241q.067-.129.187-.18Q13.86%207%2014%207t.266.051t.192.191l1.36%202.72H21v1h-5.308q-.217%200-.419-.119q-.202-.118-.307-.335L13.95%208.49l-3.498%206.201q-.067.135-.192.202t-.266.068t-.262-.073t-.19-.208l-1.86-3.72z%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-outline-rounded.svg?color=%231a73e8&size=48