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

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

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="M3.46 9.217L6.337 4.21q.13-.217.308-.313q.177-.096.394-.096t.394.096t.308.313l2.876 5.008q.125.205.113.409q-.013.205-.12.388q-.109.184-.283.297q-.175.112-.414.112H4.165q-.24 0-.414-.112q-.175-.113-.283-.297q-.108-.183-.121-.388q-.012-.204.113-.409m1.1 10.281q-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 10.289v-5.424q0-.343.232-.575t.576-.232h5.423q.343 0 .576.232t.232.576v5.423q0 .343-.232.575t-.576.232h-5.423q-.343 0-.575-.232t-.233-.575m1-.193h5.039v-5.038h-5.039zm2.004-9.511l-.863-.702q-1.302-1.047-2.058-1.951t-.756-1.95q0-.894.586-1.476q.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 1.025-.756 1.911t-2.058 1.932l-.863.702q-.218.192-.516.192t-.515-.192m.515-.883q1.743-1.346 2.468-2.183t.725-1.486q0-.479-.303-.795q-.303-.315-.763-.315q-.322 0-.63.195q-.306.195-.848.738l-.649.636l-.648-.636q-.561-.562-.856-.747q-.296-.186-.623-.186q-.478 0-.771.287t-.294.784q0 .689.725 1.525t2.467 2.183m0 7.875"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightInterestsOutlineRounded(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="M3.46 9.217L6.337 4.21q.13-.217.308-.313q.177-.096.394-.096t.394.096t.308.313l2.876 5.008q.125.205.113.409q-.013.205-.12.388q-.109.184-.283.297q-.175.112-.414.112H4.165q-.24 0-.414-.112q-.175-.113-.283-.297q-.108-.183-.121-.388q-.012-.204.113-.409m1.1 10.281q-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 10.289v-5.424q0-.343.232-.575t.576-.232h5.423q.343 0 .576.232t.232.576v5.423q0 .343-.232.575t-.576.232h-5.423q-.343 0-.575-.232t-.233-.575m1-.193h5.039v-5.038h-5.039zm2.004-9.511l-.863-.702q-1.302-1.047-2.058-1.951t-.756-1.95q0-.894.586-1.476q.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 1.025-.756 1.911t-2.058 1.932l-.863.702q-.218.192-.516.192t-.515-.192m.515-.883q1.743-1.346 2.468-2.183t.725-1.486q0-.479-.303-.795q-.303-.315-.763-.315q-.322 0-.63.195q-.306.195-.848.738l-.649.636l-.648-.636q-.561-.562-.856-.747q-.296-.186-.623-.186q-.478 0-.771.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="M3.46 9.217L6.337 4.21q.13-.217.308-.313q.177-.096.394-.096t.394.096t.308.313l2.876 5.008q.125.205.113.409q-.013.205-.12.388q-.109.184-.283.297q-.175.112-.414.112H4.165q-.24 0-.414-.112q-.175-.113-.283-.297q-.108-.183-.121-.388q-.012-.204.113-.409m1.1 10.281q-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 10.289v-5.424q0-.343.232-.575t.576-.232h5.423q.343 0 .576.232t.232.576v5.423q0 .343-.232.575t-.576.232h-5.423q-.343 0-.575-.232t-.233-.575m1-.193h5.039v-5.038h-5.039zm2.004-9.511l-.863-.702q-1.302-1.047-2.058-1.951t-.756-1.95q0-.894.586-1.476q.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 1.025-.756 1.911t-2.058 1.932l-.863.702q-.218.192-.516.192t-.515-.192m.515-.883q1.743-1.346 2.468-2.183t.725-1.486q0-.479-.303-.795q-.303-.315-.763-.315q-.322 0-.63.195q-.306.195-.848.738l-.649.636l-.648-.636q-.561-.562-.856-.747q-.296-.186-.623-.186q-.478 0-.771.287t-.294.784q0 .689.725 1.525t2.467 2.183m0 7.875"/></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%22M3.46%209.217L6.337%204.21q.13-.217.308-.313q.177-.096.394-.096t.394.096t.308.313l2.876%205.008q.125.205.113.409q-.013.205-.12.388q-.109.184-.283.297q-.175.112-.414.112H4.165q-.24%200-.414-.112q-.175-.113-.283-.297q-.108-.183-.121-.388q-.012-.204.113-.409m1.1%2010.281q-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%2010.289v-5.424q0-.343.232-.575t.576-.232h5.423q.343%200%20.576.232t.232.576v5.423q0%20.343-.232.575t-.576.232h-5.423q-.343%200-.575-.232t-.233-.575m1-.193h5.039v-5.038h-5.039zm2.004-9.511l-.863-.702q-1.302-1.047-2.058-1.951t-.756-1.95q0-.894.586-1.476q.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%201.025-.756%201.911t-2.058%201.932l-.863.702q-.218.192-.516.192t-.515-.192m.515-.883q1.743-1.346%202.468-2.183t.725-1.486q0-.479-.303-.795q-.303-.315-.763-.315q-.322%200-.63.195q-.306.195-.848.738l-.649.636l-.648-.636q-.561-.562-.856-.747q-.296-.186-.623-.186q-.478%200-.771.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%22M3.46%209.217L6.337%204.21q.13-.217.308-.313q.177-.096.394-.096t.394.096t.308.313l2.876%205.008q.125.205.113.409q-.013.205-.12.388q-.109.184-.283.297q-.175.112-.414.112H4.165q-.24%200-.414-.112q-.175-.113-.283-.297q-.108-.183-.121-.388q-.012-.204.113-.409m1.1%2010.281q-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%2010.289v-5.424q0-.343.232-.575t.576-.232h5.423q.343%200%20.576.232t.232.576v5.423q0%20.343-.232.575t-.576.232h-5.423q-.343%200-.575-.232t-.233-.575m1-.193h5.039v-5.038h-5.039zm2.004-9.511l-.863-.702q-1.302-1.047-2.058-1.951t-.756-1.95q0-.894.586-1.476q.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%201.025-.756%201.911t-2.058%201.932l-.863.702q-.218.192-.516.192t-.515-.192m.515-.883q1.743-1.346%202.468-2.183t.725-1.486q0-.479-.303-.795q-.303-.315-.763-.315q-.322%200-.63.195q-.306.195-.848.738l-.649.636l-.648-.636q-.561-.562-.856-.747q-.296-.186-.623-.186q-.478%200-.771.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-rounded.svg?color=%231a73e8&size=48