chip extraction icon
chip-extraction from Material Symbols by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- chip-extraction
- Set
- Material Symbols
- Style
- Regular
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- chip-extraction-outline, chip-extraction-outline-sharp, chip-extraction-sharp
1 other variant in Material Symbols
The same icon in other sets
More ui actions icons from Material Symbols
Use the chip extraction icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-1.875 0-3.512-.712t-2.85-1.925t-1.925-2.85T3 12t.713-3.512t1.924-2.85t2.85-1.925T12 3v2Q9.075 5 7.038 7.038T5 12t2.038 4.963T12 19zm4-4l-1.4-1.425L17.175 13H9v-2h8.175L14.6 8.4L16 7l5 5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsChipExtraction(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 21q-1.875 0-3.512-.712t-2.85-1.925t-1.925-2.85T3 12t.713-3.512t1.924-2.85t2.85-1.925T12 3v2Q9.075 5 7.038 7.038T5 12t2.038 4.963T12 19zm4-4l-1.4-1.425L17.175 13H9v-2h8.175L14.6 8.4L16 7l5 5z"/></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 21q-1.875 0-3.512-.712t-2.85-1.925t-1.925-2.85T3 12t.713-3.512t1.924-2.85t2.85-1.925T12 3v2Q9.075 5 7.038 7.038T5 12t2.038 4.963T12 19zm4-4l-1.4-1.425L17.175 13H9v-2h8.175L14.6 8.4L16 7l5 5z"/></svg> </template>
CSS
.icon-chip-extraction {
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%2021q-1.875%200-3.512-.712t-2.85-1.925t-1.925-2.85T3%2012t.713-3.512t1.924-2.85t2.85-1.925T12%203v2Q9.075%205%207.038%207.038T5%2012t2.038%204.963T12%2019zm4-4l-1.4-1.425L17.175%2013H9v-2h8.175L14.6%208.4L16%207l5%205z%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%2021q-1.875%200-3.512-.712t-2.85-1.925t-1.925-2.85T3%2012t.713-3.512t1.924-2.85t2.85-1.925T12%203v2Q9.075%205%207.038%207.038T5%2012t2.038%204.963T12%2019zm4-4l-1.4-1.425L17.175%2013H9v-2h8.175L14.6%208.4L16%207l5%205z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/chip-extraction.svg?color=%231a73e8&size=48