flaky from Material Symbols by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.

Name
flaky
Set
Material Symbols
Style
Regular
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
flaky-outline, flaky-outline-sharp, flaky-sharp

1 other variant in Material Symbols

The same icon in other sets

More images icons from Material Symbols

Use the flaky icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22M7.35 11.225L8.75 9.8l1.4 1.425l1.075-1.075L9.8 8.75l1.425-1.4l-1.075-1.075L8.75 7.7l-1.4-1.425L6.275 7.35L7.7 8.75l-1.425 1.4zM12 20q3.325 0 5.663-2.337T20 12q0-1.65-.625-3.1T17.65 6.35l-11.3 11.3q1.1 1.1 2.55 1.725T12 20m2.05-2.4l-2.4-2.4l1.05-1.075l1.35 1.35L16.55 13l1.05 1.05z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFlaky(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="M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22M7.35 11.225L8.75 9.8l1.4 1.425l1.075-1.075L9.8 8.75l1.425-1.4l-1.075-1.075L8.75 7.7l-1.4-1.425L6.275 7.35L7.7 8.75l-1.425 1.4zM12 20q3.325 0 5.663-2.337T20 12q0-1.65-.625-3.1T17.65 6.35l-11.3 11.3q1.1 1.1 2.55 1.725T12 20m2.05-2.4l-2.4-2.4l1.05-1.075l1.35 1.35L16.55 13l1.05 1.05z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22M7.35 11.225L8.75 9.8l1.4 1.425l1.075-1.075L9.8 8.75l1.425-1.4l-1.075-1.075L8.75 7.7l-1.4-1.425L6.275 7.35L7.7 8.75l-1.425 1.4zM12 20q3.325 0 5.663-2.337T20 12q0-1.65-.625-3.1T17.65 6.35l-11.3 11.3q1.1 1.1 2.55 1.725T12 20m2.05-2.4l-2.4-2.4l1.05-1.075l1.35 1.35L16.55 13l1.05 1.05z"/></svg>
</template>

CSS

.icon-flaky {
  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%22M12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202t3.9.788t3.175%202.137T21.213%208.1T22%2012t-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022M7.35%2011.225L8.75%209.8l1.4%201.425l1.075-1.075L9.8%208.75l1.425-1.4l-1.075-1.075L8.75%207.7l-1.4-1.425L6.275%207.35L7.7%208.75l-1.425%201.4zM12%2020q3.325%200%205.663-2.337T20%2012q0-1.65-.625-3.1T17.65%206.35l-11.3%2011.3q1.1%201.1%202.55%201.725T12%2020m2.05-2.4l-2.4-2.4l1.05-1.075l1.35%201.35L16.55%2013l1.05%201.05z%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%22M12%2022q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202t3.9.788t3.175%202.137T21.213%208.1T22%2012t-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022M7.35%2011.225L8.75%209.8l1.4%201.425l1.075-1.075L9.8%208.75l1.425-1.4l-1.075-1.075L8.75%207.7l-1.4-1.425L6.275%207.35L7.7%208.75l-1.425%201.4zM12%2020q3.325%200%205.663-2.337T20%2012q0-1.65-.625-3.1T17.65%206.35l-11.3%2011.3q1.1%201.1%202.55%201.725T12%2020m2.05-2.4l-2.4-2.4l1.05-1.075l1.35%201.35L16.55%2013l1.05%201.05z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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