read more icon
read-more-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- read-more-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- read-more-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More text icons from Material Symbols Light
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
Use the read more icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.267 12.5H3.5q-.213 0-.356-.144T3 11.999t.144-.356t.356-.143h6.767l-3.17-3.216q-.141-.14-.134-.34t.153-.351q.133-.137.34-.137t.348.14l3.819 3.838q.243.243.243.566t-.243.566l-3.838 3.838q-.14.14-.342.133t-.35-.156q-.137-.137-.137-.331t.14-.335zm3.156 3.77q-.212 0-.356-.145t-.144-.356t.144-.356t.356-.144H20.5q.213 0 .356.144q.144.144.144.357t-.144.356t-.356.143zm0-7.54q-.212 0-.356-.143q-.144-.144-.144-.357t.144-.356t.356-.143H20.5q.213 0 .356.144T21 8.23t-.144.357t-.356.143zm3 3.77q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143H20.5q.213 0 .356.144t.144.357t-.144.356t-.356.143z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightReadMoreRounded(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="M10.267 12.5H3.5q-.213 0-.356-.144T3 11.999t.144-.356t.356-.143h6.767l-3.17-3.216q-.141-.14-.134-.34t.153-.351q.133-.137.34-.137t.348.14l3.819 3.838q.243.243.243.566t-.243.566l-3.838 3.838q-.14.14-.342.133t-.35-.156q-.137-.137-.137-.331t.14-.335zm3.156 3.77q-.212 0-.356-.145t-.144-.356t.144-.356t.356-.144H20.5q.213 0 .356.144q.144.144.144.357t-.144.356t-.356.143zm0-7.54q-.212 0-.356-.143q-.144-.144-.144-.357t.144-.356t.356-.143H20.5q.213 0 .356.144T21 8.23t-.144.357t-.356.143zm3 3.77q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143H20.5q.213 0 .356.144t.144.357t-.144.356t-.356.143z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.267 12.5H3.5q-.213 0-.356-.144T3 11.999t.144-.356t.356-.143h6.767l-3.17-3.216q-.141-.14-.134-.34t.153-.351q.133-.137.34-.137t.348.14l3.819 3.838q.243.243.243.566t-.243.566l-3.838 3.838q-.14.14-.342.133t-.35-.156q-.137-.137-.137-.331t.14-.335zm3.156 3.77q-.212 0-.356-.145t-.144-.356t.144-.356t.356-.144H20.5q.213 0 .356.144q.144.144.144.357t-.144.356t-.356.143zm0-7.54q-.212 0-.356-.143q-.144-.144-.144-.357t.144-.356t.356-.143H20.5q.213 0 .356.144T21 8.23t-.144.357t-.356.143zm3 3.77q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143H20.5q.213 0 .356.144t.144.357t-.144.356t-.356.143z"/></svg> </template>
CSS
.icon-read-more-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%22M10.267%2012.5H3.5q-.213%200-.356-.144T3%2011.999t.144-.356t.356-.143h6.767l-3.17-3.216q-.141-.14-.134-.34t.153-.351q.133-.137.34-.137t.348.14l3.819%203.838q.243.243.243.566t-.243.566l-3.838%203.838q-.14.14-.342.133t-.35-.156q-.137-.137-.137-.331t.14-.335zm3.156%203.77q-.212%200-.356-.145t-.144-.356t.144-.356t.356-.144H20.5q.213%200%20.356.144q.144.144.144.357t-.144.356t-.356.143zm0-7.54q-.212%200-.356-.143q-.144-.144-.144-.357t.144-.356t.356-.143H20.5q.213%200%20.356.144T21%208.23t-.144.357t-.356.143zm3%203.77q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143H20.5q.213%200%20.356.144t.144.357t-.144.356t-.356.143z%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%22M10.267%2012.5H3.5q-.213%200-.356-.144T3%2011.999t.144-.356t.356-.143h6.767l-3.17-3.216q-.141-.14-.134-.34t.153-.351q.133-.137.34-.137t.348.14l3.819%203.838q.243.243.243.566t-.243.566l-3.838%203.838q-.14.14-.342.133t-.35-.156q-.137-.137-.137-.331t.14-.335zm3.156%203.77q-.212%200-.356-.145t-.144-.356t.144-.356t.356-.144H20.5q.213%200%20.356.144q.144.144.144.357t-.144.356t-.356.143zm0-7.54q-.212%200-.356-.143q-.144-.144-.144-.357t.144-.356t.356-.143H20.5q.213%200%20.356.144T21%208.23t-.144.357t-.356.143zm3%203.77q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143H20.5q.213%200%20.356.144t.144.357t-.144.356t-.356.143z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/read-more-rounded.svg?color=%231a73e8&size=48