eda icon
eda-rounded from Material Symbols by Google · Rounded · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- eda-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More activities icons from Material Symbols
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 23q-1.65 0-2.825-1.175T3 19v-3h5.45l2.025 2.675q.55.725 1.45.8t1.55-.575l4.55-4.55l1.225-.75q.5-.325 1.1-.275t1.1.4q.625.475.675 1.25t-.5 1.325L15.8 22.125q-.425.425-.975.65t-1.15.225zm-4-9V5q0-.425.288-.712T4 4t.713.288T5 5v7h2V3q0-.425.288-.712T8 2t.713.288T9 3v9h2V2q0-.425.288-.712T12 1t.713.288T13 2v10h2V4q0-.425.288-.712T16 3t.713.288T17 4v8.575l-4.95 4.9l-2-2.675q-.275-.375-.7-.587T8.45 14z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsEdaRounded(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 23q-1.65 0-2.825-1.175T3 19v-3h5.45l2.025 2.675q.55.725 1.45.8t1.55-.575l4.55-4.55l1.225-.75q.5-.325 1.1-.275t1.1.4q.625.475.675 1.25t-.5 1.325L15.8 22.125q-.425.425-.975.65t-1.15.225zm-4-9V5q0-.425.288-.712T4 4t.713.288T5 5v7h2V3q0-.425.288-.712T8 2t.713.288T9 3v9h2V2q0-.425.288-.712T12 1t.713.288T13 2v10h2V4q0-.425.288-.712T16 3t.713.288T17 4v8.575l-4.95 4.9l-2-2.675q-.275-.375-.7-.587T8.45 14z"/></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 23q-1.65 0-2.825-1.175T3 19v-3h5.45l2.025 2.675q.55.725 1.45.8t1.55-.575l4.55-4.55l1.225-.75q.5-.325 1.1-.275t1.1.4q.625.475.675 1.25t-.5 1.325L15.8 22.125q-.425.425-.975.65t-1.15.225zm-4-9V5q0-.425.288-.712T4 4t.713.288T5 5v7h2V3q0-.425.288-.712T8 2t.713.288T9 3v9h2V2q0-.425.288-.712T12 1t.713.288T13 2v10h2V4q0-.425.288-.712T16 3t.713.288T17 4v8.575l-4.95 4.9l-2-2.675q-.275-.375-.7-.587T8.45 14z"/></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%2023q-1.65%200-2.825-1.175T3%2019v-3h5.45l2.025%202.675q.55.725%201.45.8t1.55-.575l4.55-4.55l1.225-.75q.5-.325%201.1-.275t1.1.4q.625.475.675%201.25t-.5%201.325L15.8%2022.125q-.425.425-.975.65t-1.15.225zm-4-9V5q0-.425.288-.712T4%204t.713.288T5%205v7h2V3q0-.425.288-.712T8%202t.713.288T9%203v9h2V2q0-.425.288-.712T12%201t.713.288T13%202v10h2V4q0-.425.288-.712T16%203t.713.288T17%204v8.575l-4.95%204.9l-2-2.675q-.275-.375-.7-.587T8.45%2014z%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%2023q-1.65%200-2.825-1.175T3%2019v-3h5.45l2.025%202.675q.55.725%201.45.8t1.55-.575l4.55-4.55l1.225-.75q.5-.325%201.1-.275t1.1.4q.625.475.675%201.25t-.5%201.325L15.8%2022.125q-.425.425-.975.65t-1.15.225zm-4-9V5q0-.425.288-.712T4%204t.713.288T5%205v7h2V3q0-.425.288-.712T8%202t.713.288T9%203v9h2V2q0-.425.288-.712T12%201t.713.288T13%202v10h2V4q0-.425.288-.712T16%203t.713.288T17%204v8.575l-4.95%204.9l-2-2.675q-.275-.375-.7-.587T8.45%2014z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/eda-rounded.svg?color=%231a73e8&size=48