interests icon
interests from Material Symbols by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- interests
- Set
- Material Symbols
- Style
- Regular
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- interests-sharp
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 11l5-9l5 9zm5 10q-1.65 0-2.825-1.175T3 17t1.175-2.825T7 13t2.825 1.175T11 17t-1.175 2.825T7 21m6 0v-8h8v8zm4-10q-1.425-1.2-2.387-2.025t-1.538-1.45t-.825-1.175T12 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 .625-.25 1.175t-.825 1.175t-1.537 1.45T17 11"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsInterests(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 11l5-9l5 9zm5 10q-1.65 0-2.825-1.175T3 17t1.175-2.825T7 13t2.825 1.175T11 17t-1.175 2.825T7 21m6 0v-8h8v8zm4-10q-1.425-1.2-2.387-2.025t-1.538-1.45t-.825-1.175T12 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 .625-.25 1.175t-.825 1.175t-1.537 1.45T17 11"/></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 11l5-9l5 9zm5 10q-1.65 0-2.825-1.175T3 17t1.175-2.825T7 13t2.825 1.175T11 17t-1.175 2.825T7 21m6 0v-8h8v8zm4-10q-1.425-1.2-2.387-2.025t-1.538-1.45t-.825-1.175T12 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 .625-.25 1.175t-.825 1.175t-1.537 1.45T17 11"/></svg> </template>
CSS
.icon-interests {
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%2011l5-9l5%209zm5%2010q-1.65%200-2.825-1.175T3%2017t1.175-2.825T7%2013t2.825%201.175T11%2017t-1.175%202.825T7%2021m6%200v-8h8v8zm4-10q-1.425-1.2-2.387-2.025t-1.538-1.45t-.825-1.175T12%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%20.625-.25%201.175t-.825%201.175t-1.537%201.45T17%2011%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%2011l5-9l5%209zm5%2010q-1.65%200-2.825-1.175T3%2017t1.175-2.825T7%2013t2.825%201.175T11%2017t-1.175%202.825T7%2021m6%200v-8h8v8zm4-10q-1.425-1.2-2.387-2.025t-1.538-1.45t-.825-1.175T12%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%20.625-.25%201.175t-.825%201.175t-1.537%201.45T17%2011%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/interests.svg?color=%231a73e8&size=48