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

Name
interests-outline
Set
Material Symbols Light
Style
Outline
Category
Actions
Viewbox
24×24
License
Apache 2.0
Aliases
interests-outline-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

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.77 10.423l4.269-7.442l4.269 7.442zm1.79 9.075q-1.021-1.021-1.021-2.49q0-1.49 1.02-2.509q1.022-1.018 2.499-1.018t2.498 1.021T10.577 17t-1.021 2.498t-2.498 1.021t-2.499-1.021m4.286-.71q.732-.732.732-1.788t-.732-1.787t-1.787-.732t-1.788.732T4.54 17t.731 1.788t1.788.731t1.787-.731m-4.35-9.365H9.6L7.039 5.01zm9.023 11.096v-7.038h7.039v7.038zm1-1h5.039v-5.038h-5.039zm2.52-9.096q-.925-.739-1.696-1.371q-.77-.633-1.326-1.229q-.555-.596-.863-1.185q-.308-.588-.308-1.232q0-.895.586-1.477q.585-.583 1.491-.583q.598 0 1.118.293t.998.882q.477-.569 1.016-.872q.54-.303 1.118-.303q.88 0 1.469.613q.589.614.589 1.504q0 .625-.308 1.204q-.307.58-.863 1.166t-1.326 1.219t-1.695 1.371m0-1.298q1.742-1.346 2.467-2.183t.725-1.486q0-.479-.303-.795q-.303-.315-.762-.315q-.323 0-.63.195t-.85.738l-.647.636l-.648-.636q-.562-.562-.857-.747q-.295-.186-.622-.186q-.48 0-.772.287t-.294.784q0 .689.725 1.525t2.467 2.183m0 7.875"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightInterestsOutline(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.77 10.423l4.269-7.442l4.269 7.442zm1.79 9.075q-1.021-1.021-1.021-2.49q0-1.49 1.02-2.509q1.022-1.018 2.499-1.018t2.498 1.021T10.577 17t-1.021 2.498t-2.498 1.021t-2.499-1.021m4.286-.71q.732-.732.732-1.788t-.732-1.787t-1.787-.732t-1.788.732T4.54 17t.731 1.788t1.788.731t1.787-.731m-4.35-9.365H9.6L7.039 5.01zm9.023 11.096v-7.038h7.039v7.038zm1-1h5.039v-5.038h-5.039zm2.52-9.096q-.925-.739-1.696-1.371q-.77-.633-1.326-1.229q-.555-.596-.863-1.185q-.308-.588-.308-1.232q0-.895.586-1.477q.585-.583 1.491-.583q.598 0 1.118.293t.998.882q.477-.569 1.016-.872q.54-.303 1.118-.303q.88 0 1.469.613q.589.614.589 1.504q0 .625-.308 1.204q-.307.58-.863 1.166t-1.326 1.219t-1.695 1.371m0-1.298q1.742-1.346 2.467-2.183t.725-1.486q0-.479-.303-.795q-.303-.315-.762-.315q-.323 0-.63.195t-.85.738l-.647.636l-.648-.636q-.562-.562-.857-.747q-.295-.186-.622-.186q-.48 0-.772.287t-.294.784q0 .689.725 1.525t2.467 2.183m0 7.875"/></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.77 10.423l4.269-7.442l4.269 7.442zm1.79 9.075q-1.021-1.021-1.021-2.49q0-1.49 1.02-2.509q1.022-1.018 2.499-1.018t2.498 1.021T10.577 17t-1.021 2.498t-2.498 1.021t-2.499-1.021m4.286-.71q.732-.732.732-1.788t-.732-1.787t-1.787-.732t-1.788.732T4.54 17t.731 1.788t1.788.731t1.787-.731m-4.35-9.365H9.6L7.039 5.01zm9.023 11.096v-7.038h7.039v7.038zm1-1h5.039v-5.038h-5.039zm2.52-9.096q-.925-.739-1.696-1.371q-.77-.633-1.326-1.229q-.555-.596-.863-1.185q-.308-.588-.308-1.232q0-.895.586-1.477q.585-.583 1.491-.583q.598 0 1.118.293t.998.882q.477-.569 1.016-.872q.54-.303 1.118-.303q.88 0 1.469.613q.589.614.589 1.504q0 .625-.308 1.204q-.307.58-.863 1.166t-1.326 1.219t-1.695 1.371m0-1.298q1.742-1.346 2.467-2.183t.725-1.486q0-.479-.303-.795q-.303-.315-.762-.315q-.323 0-.63.195t-.85.738l-.647.636l-.648-.636q-.562-.562-.857-.747q-.295-.186-.622-.186q-.48 0-.772.287t-.294.784q0 .689.725 1.525t2.467 2.183m0 7.875"/></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.77%2010.423l4.269-7.442l4.269%207.442zm1.79%209.075q-1.021-1.021-1.021-2.49q0-1.49%201.02-2.509q1.022-1.018%202.499-1.018t2.498%201.021T10.577%2017t-1.021%202.498t-2.498%201.021t-2.499-1.021m4.286-.71q.732-.732.732-1.788t-.732-1.787t-1.787-.732t-1.788.732T4.54%2017t.731%201.788t1.788.731t1.787-.731m-4.35-9.365H9.6L7.039%205.01zm9.023%2011.096v-7.038h7.039v7.038zm1-1h5.039v-5.038h-5.039zm2.52-9.096q-.925-.739-1.696-1.371q-.77-.633-1.326-1.229q-.555-.596-.863-1.185q-.308-.588-.308-1.232q0-.895.586-1.477q.585-.583%201.491-.583q.598%200%201.118.293t.998.882q.477-.569%201.016-.872q.54-.303%201.118-.303q.88%200%201.469.613q.589.614.589%201.504q0%20.625-.308%201.204q-.307.58-.863%201.166t-1.326%201.219t-1.695%201.371m0-1.298q1.742-1.346%202.467-2.183t.725-1.486q0-.479-.303-.795q-.303-.315-.762-.315q-.323%200-.63.195t-.85.738l-.647.636l-.648-.636q-.562-.562-.857-.747q-.295-.186-.622-.186q-.48%200-.772.287t-.294.784q0%20.689.725%201.525t2.467%202.183m0%207.875%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.77%2010.423l4.269-7.442l4.269%207.442zm1.79%209.075q-1.021-1.021-1.021-2.49q0-1.49%201.02-2.509q1.022-1.018%202.499-1.018t2.498%201.021T10.577%2017t-1.021%202.498t-2.498%201.021t-2.499-1.021m4.286-.71q.732-.732.732-1.788t-.732-1.787t-1.787-.732t-1.788.732T4.54%2017t.731%201.788t1.788.731t1.787-.731m-4.35-9.365H9.6L7.039%205.01zm9.023%2011.096v-7.038h7.039v7.038zm1-1h5.039v-5.038h-5.039zm2.52-9.096q-.925-.739-1.696-1.371q-.77-.633-1.326-1.229q-.555-.596-.863-1.185q-.308-.588-.308-1.232q0-.895.586-1.477q.585-.583%201.491-.583q.598%200%201.118.293t.998.882q.477-.569%201.016-.872q.54-.303%201.118-.303q.88%200%201.469.613q.589.614.589%201.504q0%20.625-.308%201.204q-.307.58-.863%201.166t-1.326%201.219t-1.695%201.371m0-1.298q1.742-1.346%202.467-2.183t.725-1.486q0-.479-.303-.795q-.303-.315-.762-.315q-.323%200-.63.195t-.85.738l-.647.636l-.648-.636q-.562-.562-.857-.747q-.295-.186-.622-.186q-.48%200-.772.287t-.294.784q0%20.689.725%201.525t2.467%202.183m0%207.875%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/interests-outline.svg?color=%231a73e8&size=48