looks icon
looks-rounded from Material Symbols by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- looks-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- looks-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More images icons from Material Symbols
Use the looks icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 8q-3.5 0-6.05 2.35t-2.9 5.775q-.05.4-.35.638T2 17q-.425 0-.725-.262t-.25-.638q.175-2.1 1.1-3.95t2.4-3.212t3.4-2.15T12 6t4.075.788t3.4 2.15t2.4 3.212t1.1 3.95q.05.375-.25.638T22 17q-.4 0-.7-.238t-.35-.637q-.35-3.425-2.9-5.775T12 8m0 4q-1.875 0-3.25 1.2t-1.675 3q-.05.375-.362.588T6 17q-.425 0-.712-.262T5.05 16.1q.35-2.575 2.313-4.337T12 10t4.638 1.763T18.95 16.1q.05.375-.238.638T18 17q-.4 0-.712-.213t-.363-.587q-.3-1.8-1.675-3T12 12"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLooksRounded(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 8q-3.5 0-6.05 2.35t-2.9 5.775q-.05.4-.35.638T2 17q-.425 0-.725-.262t-.25-.638q.175-2.1 1.1-3.95t2.4-3.212t3.4-2.15T12 6t4.075.788t3.4 2.15t2.4 3.212t1.1 3.95q.05.375-.25.638T22 17q-.4 0-.7-.238t-.35-.637q-.35-3.425-2.9-5.775T12 8m0 4q-1.875 0-3.25 1.2t-1.675 3q-.05.375-.362.588T6 17q-.425 0-.712-.262T5.05 16.1q.35-2.575 2.313-4.337T12 10t4.638 1.763T18.95 16.1q.05.375-.238.638T18 17q-.4 0-.712-.213t-.363-.587q-.3-1.8-1.675-3T12 12"/></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 8q-3.5 0-6.05 2.35t-2.9 5.775q-.05.4-.35.638T2 17q-.425 0-.725-.262t-.25-.638q.175-2.1 1.1-3.95t2.4-3.212t3.4-2.15T12 6t4.075.788t3.4 2.15t2.4 3.212t1.1 3.95q.05.375-.25.638T22 17q-.4 0-.7-.238t-.35-.637q-.35-3.425-2.9-5.775T12 8m0 4q-1.875 0-3.25 1.2t-1.675 3q-.05.375-.362.588T6 17q-.425 0-.712-.262T5.05 16.1q.35-2.575 2.313-4.337T12 10t4.638 1.763T18.95 16.1q.05.375-.238.638T18 17q-.4 0-.712-.213t-.363-.587q-.3-1.8-1.675-3T12 12"/></svg> </template>
CSS
.icon-looks-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%22M12%208q-3.5%200-6.05%202.35t-2.9%205.775q-.05.4-.35.638T2%2017q-.425%200-.725-.262t-.25-.638q.175-2.1%201.1-3.95t2.4-3.212t3.4-2.15T12%206t4.075.788t3.4%202.15t2.4%203.212t1.1%203.95q.05.375-.25.638T22%2017q-.4%200-.7-.238t-.35-.637q-.35-3.425-2.9-5.775T12%208m0%204q-1.875%200-3.25%201.2t-1.675%203q-.05.375-.362.588T6%2017q-.425%200-.712-.262T5.05%2016.1q.35-2.575%202.313-4.337T12%2010t4.638%201.763T18.95%2016.1q.05.375-.238.638T18%2017q-.4%200-.712-.213t-.363-.587q-.3-1.8-1.675-3T12%2012%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%208q-3.5%200-6.05%202.35t-2.9%205.775q-.05.4-.35.638T2%2017q-.425%200-.725-.262t-.25-.638q.175-2.1%201.1-3.95t2.4-3.212t3.4-2.15T12%206t4.075.788t3.4%202.15t2.4%203.212t1.1%203.95q.05.375-.25.638T22%2017q-.4%200-.7-.238t-.35-.637q-.35-3.425-2.9-5.775T12%208m0%204q-1.875%200-3.25%201.2t-1.675%203q-.05.375-.362.588T6%2017q-.425%200-.712-.262T5.05%2016.1q.35-2.575%202.313-4.337T12%2010t4.638%201.763T18.95%2016.1q.05.375-.238.638T18%2017q-.4%200-.712-.213t-.363-.587q-.3-1.8-1.675-3T12%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/looks-rounded.svg?color=%231a73e8&size=48