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

Name
interests-rounded
Set
Material Symbols Light
Style
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.281Q3.539 18.477 3.539 17t1.02-2.498q1.022-1.021 2.499-1.021t2.498 1.021T10.577 17t-1.021 2.498t-2.498 1.021t-2.499-1.021m8.96.214v-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-.575m3.004-9.704l-.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-.192"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightInterestsRounded(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.281Q3.539 18.477 3.539 17t1.02-2.498q1.022-1.021 2.499-1.021t2.498 1.021T10.577 17t-1.021 2.498t-2.498 1.021t-2.499-1.021m8.96.214v-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-.575m3.004-9.704l-.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-.192"/></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.281Q3.539 18.477 3.539 17t1.02-2.498q1.022-1.021 2.499-1.021t2.498 1.021T10.577 17t-1.021 2.498t-2.498 1.021t-2.499-1.021m8.96.214v-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-.575m3.004-9.704l-.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-.192"/></svg>
</template>

CSS

.icon-interests-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.281Q3.539%2018.477%203.539%2017t1.02-2.498q1.022-1.021%202.499-1.021t2.498%201.021T10.577%2017t-1.021%202.498t-2.498%201.021t-2.499-1.021m8.96.214v-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-.575m3.004-9.704l-.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-.192%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.281Q3.539%2018.477%203.539%2017t1.02-2.498q1.022-1.021%202.499-1.021t2.498%201.021T10.577%2017t-1.021%202.498t-2.498%201.021t-2.499-1.021m8.96.214v-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-.575m3.004-9.704l-.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-.192%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-rounded.svg?color=%231a73e8&size=48