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

Name
eda-rounded
Set
Material Symbols Light
Style
Rounded
Category
Activities
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More activities icons from Material Symbols Light

Use the eda icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 22.27q-1.458 0-2.479-1.022Q4 20.227 4 18.769v-2.846h3.93q.155 0 .28.068q.124.067.22.182l1.91 2.56q.454.59 1.181.646t1.262-.479l3.454-3.454l2.686-1.615q.423-.248.918-.217q.493.03.878.323q.414.32.444.827t-.327.863l-5.901 5.902q-.368.367-.812.554t-.948.186zM4 14.922V5.269q0-.213.143-.356t.357-.144t.357.144t.143.356v6.5h2.673v-8.5q0-.213.143-.356t.357-.144t.357.144t.143.356v8.5h2.654v-9.5q0-.213.143-.356t.357-.144t.357.144t.143.356v9.5H15v-7.5q0-.213.143-.357t.357-.143t.357.143t.143.357v10.018l-3.93 3.919q-.212.211-.482.183q-.269-.03-.442-.26l-1.923-2.56q-.217-.298-.565-.472q-.349-.174-.727-.174z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightEdaRounded(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="M7.5 22.27q-1.458 0-2.479-1.022Q4 20.227 4 18.769v-2.846h3.93q.155 0 .28.068q.124.067.22.182l1.91 2.56q.454.59 1.181.646t1.262-.479l3.454-3.454l2.686-1.615q.423-.248.918-.217q.493.03.878.323q.414.32.444.827t-.327.863l-5.901 5.902q-.368.367-.812.554t-.948.186zM4 14.922V5.269q0-.213.143-.356t.357-.144t.357.144t.143.356v6.5h2.673v-8.5q0-.213.143-.356t.357-.144t.357.144t.143.356v8.5h2.654v-9.5q0-.213.143-.356t.357-.144t.357.144t.143.356v9.5H15v-7.5q0-.213.143-.357t.357-.143t.357.143t.143.357v10.018l-3.93 3.919q-.212.211-.482.183q-.269-.03-.442-.26l-1.923-2.56q-.217-.298-.565-.472q-.349-.174-.727-.174z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.5 22.27q-1.458 0-2.479-1.022Q4 20.227 4 18.769v-2.846h3.93q.155 0 .28.068q.124.067.22.182l1.91 2.56q.454.59 1.181.646t1.262-.479l3.454-3.454l2.686-1.615q.423-.248.918-.217q.493.03.878.323q.414.32.444.827t-.327.863l-5.901 5.902q-.368.367-.812.554t-.948.186zM4 14.922V5.269q0-.213.143-.356t.357-.144t.357.144t.143.356v6.5h2.673v-8.5q0-.213.143-.356t.357-.144t.357.144t.143.356v8.5h2.654v-9.5q0-.213.143-.356t.357-.144t.357.144t.143.356v9.5H15v-7.5q0-.213.143-.357t.357-.143t.357.143t.143.357v10.018l-3.93 3.919q-.212.211-.482.183q-.269-.03-.442-.26l-1.923-2.56q-.217-.298-.565-.472q-.349-.174-.727-.174z"/></svg>
</template>

CSS

.icon-eda-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%22M7.5%2022.27q-1.458%200-2.479-1.022Q4%2020.227%204%2018.769v-2.846h3.93q.155%200%20.28.068q.124.067.22.182l1.91%202.56q.454.59%201.181.646t1.262-.479l3.454-3.454l2.686-1.615q.423-.248.918-.217q.493.03.878.323q.414.32.444.827t-.327.863l-5.901%205.902q-.368.367-.812.554t-.948.186zM4%2014.922V5.269q0-.213.143-.356t.357-.144t.357.144t.143.356v6.5h2.673v-8.5q0-.213.143-.356t.357-.144t.357.144t.143.356v8.5h2.654v-9.5q0-.213.143-.356t.357-.144t.357.144t.143.356v9.5H15v-7.5q0-.213.143-.357t.357-.143t.357.143t.143.357v10.018l-3.93%203.919q-.212.211-.482.183q-.269-.03-.442-.26l-1.923-2.56q-.217-.298-.565-.472q-.349-.174-.727-.174z%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%22M7.5%2022.27q-1.458%200-2.479-1.022Q4%2020.227%204%2018.769v-2.846h3.93q.155%200%20.28.068q.124.067.22.182l1.91%202.56q.454.59%201.181.646t1.262-.479l3.454-3.454l2.686-1.615q.423-.248.918-.217q.493.03.878.323q.414.32.444.827t-.327.863l-5.901%205.902q-.368.367-.812.554t-.948.186zM4%2014.922V5.269q0-.213.143-.356t.357-.144t.357.144t.143.356v6.5h2.673v-8.5q0-.213.143-.356t.357-.144t.357.144t.143.356v8.5h2.654v-9.5q0-.213.143-.356t.357-.144t.357.144t.143.356v9.5H15v-7.5q0-.213.143-.357t.357-.143t.357.143t.143.357v10.018l-3.93%203.919q-.212.211-.482.183q-.269-.03-.442-.26l-1.923-2.56q-.217-.298-.565-.472q-.349-.174-.727-.174z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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