interests icon
interests-outline-rounded from Material Symbols by Google · Outline Rounded · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- interests-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More actions icons from Material Symbols
Use the interests icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2.825 9.525l3.3-5.95q.15-.275.375-.4T7 3.05t.5.125t.375.4l3.3 5.95q.125.25.113.5t-.138.475t-.35.363t-.5.137H3.7q-.275 0-.5-.137t-.35-.363t-.137-.475t.112-.5m1.35 10.3Q3 18.65 3 17q0-1.675 1.175-2.837T7 13t2.825 1.175T11 17t-1.175 2.825T7 21t-2.825-1.175m4.237-1.412Q9 17.824 9 17t-.587-1.412T7 15t-1.412.588T5 17t.588 1.413T7 19t1.413-.587M5.4 9h3.2L7 6.125zM13 20v-6q0-.425.288-.712T14 13h6q.425 0 .713.288T21 14v6q0 .425-.288.713T20 21h-6q-.425 0-.712-.288T13 20m2-1h4v-4h-4zm1.35-8.55l-1.325-1.125Q13.3 7.875 12.65 7.038T12 5.175q0-1.125.788-1.9T14.75 2.5q.675 0 1.263.313t.987.862q.4-.55.988-.862T19.25 2.5q1.175 0 1.963.775t.787 1.9q0 1.025-.65 1.863t-2.375 2.287L17.65 10.45q-.275.25-.65.25t-.65-.25M17 8.375q1.8-1.5 2.4-2.125t.6-1.025q0-.325-.187-.525t-.513-.2q-.25 0-.487.137t-.588.488L17 6.3l-1.225-1.175q-.35-.35-.587-.488T14.7 4.5q-.325 0-.512.2T14 5.225q0 .4.6 1.025T17 8.375M17 17"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsInterestsOutlineRounded(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.825 9.525l3.3-5.95q.15-.275.375-.4T7 3.05t.5.125t.375.4l3.3 5.95q.125.25.113.5t-.138.475t-.35.363t-.5.137H3.7q-.275 0-.5-.137t-.35-.363t-.137-.475t.112-.5m1.35 10.3Q3 18.65 3 17q0-1.675 1.175-2.837T7 13t2.825 1.175T11 17t-1.175 2.825T7 21t-2.825-1.175m4.237-1.412Q9 17.824 9 17t-.587-1.412T7 15t-1.412.588T5 17t.588 1.413T7 19t1.413-.587M5.4 9h3.2L7 6.125zM13 20v-6q0-.425.288-.712T14 13h6q.425 0 .713.288T21 14v6q0 .425-.288.713T20 21h-6q-.425 0-.712-.288T13 20m2-1h4v-4h-4zm1.35-8.55l-1.325-1.125Q13.3 7.875 12.65 7.038T12 5.175q0-1.125.788-1.9T14.75 2.5q.675 0 1.263.313t.987.862q.4-.55.988-.862T19.25 2.5q1.175 0 1.963.775t.787 1.9q0 1.025-.65 1.863t-2.375 2.287L17.65 10.45q-.275.25-.65.25t-.65-.25M17 8.375q1.8-1.5 2.4-2.125t.6-1.025q0-.325-.187-.525t-.513-.2q-.25 0-.487.137t-.588.488L17 6.3l-1.225-1.175q-.35-.35-.587-.488T14.7 4.5q-.325 0-.512.2T14 5.225q0 .4.6 1.025T17 8.375M17 17"/></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.825 9.525l3.3-5.95q.15-.275.375-.4T7 3.05t.5.125t.375.4l3.3 5.95q.125.25.113.5t-.138.475t-.35.363t-.5.137H3.7q-.275 0-.5-.137t-.35-.363t-.137-.475t.112-.5m1.35 10.3Q3 18.65 3 17q0-1.675 1.175-2.837T7 13t2.825 1.175T11 17t-1.175 2.825T7 21t-2.825-1.175m4.237-1.412Q9 17.824 9 17t-.587-1.412T7 15t-1.412.588T5 17t.588 1.413T7 19t1.413-.587M5.4 9h3.2L7 6.125zM13 20v-6q0-.425.288-.712T14 13h6q.425 0 .713.288T21 14v6q0 .425-.288.713T20 21h-6q-.425 0-.712-.288T13 20m2-1h4v-4h-4zm1.35-8.55l-1.325-1.125Q13.3 7.875 12.65 7.038T12 5.175q0-1.125.788-1.9T14.75 2.5q.675 0 1.263.313t.987.862q.4-.55.988-.862T19.25 2.5q1.175 0 1.963.775t.787 1.9q0 1.025-.65 1.863t-2.375 2.287L17.65 10.45q-.275.25-.65.25t-.65-.25M17 8.375q1.8-1.5 2.4-2.125t.6-1.025q0-.325-.187-.525t-.513-.2q-.25 0-.487.137t-.588.488L17 6.3l-1.225-1.175q-.35-.35-.587-.488T14.7 4.5q-.325 0-.512.2T14 5.225q0 .4.6 1.025T17 8.375M17 17"/></svg> </template>
CSS
.icon-interests-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%22m2.825%209.525l3.3-5.95q.15-.275.375-.4T7%203.05t.5.125t.375.4l3.3%205.95q.125.25.113.5t-.138.475t-.35.363t-.5.137H3.7q-.275%200-.5-.137t-.35-.363t-.137-.475t.112-.5m1.35%2010.3Q3%2018.65%203%2017q0-1.675%201.175-2.837T7%2013t2.825%201.175T11%2017t-1.175%202.825T7%2021t-2.825-1.175m4.237-1.412Q9%2017.824%209%2017t-.587-1.412T7%2015t-1.412.588T5%2017t.588%201.413T7%2019t1.413-.587M5.4%209h3.2L7%206.125zM13%2020v-6q0-.425.288-.712T14%2013h6q.425%200%20.713.288T21%2014v6q0%20.425-.288.713T20%2021h-6q-.425%200-.712-.288T13%2020m2-1h4v-4h-4zm1.35-8.55l-1.325-1.125Q13.3%207.875%2012.65%207.038T12%205.175q0-1.125.788-1.9T14.75%202.5q.675%200%201.263.313t.987.862q.4-.55.988-.862T19.25%202.5q1.175%200%201.963.775t.787%201.9q0%201.025-.65%201.863t-2.375%202.287L17.65%2010.45q-.275.25-.65.25t-.65-.25M17%208.375q1.8-1.5%202.4-2.125t.6-1.025q0-.325-.187-.525t-.513-.2q-.25%200-.487.137t-.588.488L17%206.3l-1.225-1.175q-.35-.35-.587-.488T14.7%204.5q-.325%200-.512.2T14%205.225q0%20.4.6%201.025T17%208.375M17%2017%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.825%209.525l3.3-5.95q.15-.275.375-.4T7%203.05t.5.125t.375.4l3.3%205.95q.125.25.113.5t-.138.475t-.35.363t-.5.137H3.7q-.275%200-.5-.137t-.35-.363t-.137-.475t.112-.5m1.35%2010.3Q3%2018.65%203%2017q0-1.675%201.175-2.837T7%2013t2.825%201.175T11%2017t-1.175%202.825T7%2021t-2.825-1.175m4.237-1.412Q9%2017.824%209%2017t-.587-1.412T7%2015t-1.412.588T5%2017t.588%201.413T7%2019t1.413-.587M5.4%209h3.2L7%206.125zM13%2020v-6q0-.425.288-.712T14%2013h6q.425%200%20.713.288T21%2014v6q0%20.425-.288.713T20%2021h-6q-.425%200-.712-.288T13%2020m2-1h4v-4h-4zm1.35-8.55l-1.325-1.125Q13.3%207.875%2012.65%207.038T12%205.175q0-1.125.788-1.9T14.75%202.5q.675%200%201.263.313t.987.862q.4-.55.988-.862T19.25%202.5q1.175%200%201.963.775t.787%201.9q0%201.025-.65%201.863t-2.375%202.287L17.65%2010.45q-.275.25-.65.25t-.65-.25M17%208.375q1.8-1.5%202.4-2.125t.6-1.025q0-.325-.187-.525t-.513-.2q-.25%200-.487.137t-.588.488L17%206.3l-1.225-1.175q-.35-.35-.587-.488T14.7%204.5q-.325%200-.512.2T14%205.225q0%20.4.6%201.025T17%208.375M17%2017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/interests-outline-rounded.svg?color=%231a73e8&size=48