interests-outline from Material Symbols by Google · Outline · Actions · Apache-2.0 Free for personal and commercial use.

Name
interests-outline
Set
Material Symbols
Style
Outline
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
interests-outline-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 9zm2.175 8.825Q3 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 21v-8h8v8zm2-2h4v-4h-4zm2-8q-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 11m0-2.625q1.8-1.5 2.4-2.125t.6-1.025q0-.325-.187-.525t-.513-.2q-.25 0-.488.137t-.587.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 MaterialSymbolsInterestsOutline(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 9zm2.175 8.825Q3 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 21v-8h8v8zm2-2h4v-4h-4zm2-8q-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 11m0-2.625q1.8-1.5 2.4-2.125t.6-1.025q0-.325-.187-.525t-.513-.2q-.25 0-.488.137t-.587.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 11l5-9l5 9zm2.175 8.825Q3 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 21v-8h8v8zm2-2h4v-4h-4zm2-8q-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 11m0-2.625q1.8-1.5 2.4-2.125t.6-1.025q0-.325-.187-.525t-.513-.2q-.25 0-.488.137t-.587.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 {
  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%209zm2.175%208.825Q3%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%2021v-8h8v8zm2-2h4v-4h-4zm2-8q-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%2011m0-2.625q1.8-1.5%202.4-2.125t.6-1.025q0-.325-.187-.525t-.513-.2q-.25%200-.488.137t-.587.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%2011l5-9l5%209zm2.175%208.825Q3%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%2021v-8h8v8zm2-2h4v-4h-4zm2-8q-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%2011m0-2.625q1.8-1.5%202.4-2.125t.6-1.025q0-.325-.187-.525t-.513-.2q-.25%200-.488.137t-.587.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.svg?color=%231a73e8&size=48