chip extraction icon
chip-extraction from Material Symbols Light by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- chip-extraction
- Set
- Material Symbols Light
- 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 Light
The same icon in other sets
More ui actions icons from Material Symbols Light
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 20q-1.664 0-3.118-.626T6.34 17.66t-1.714-2.542T4 12t.626-3.118T6.34 6.34t2.542-1.714T12 4v1Q9.075 5 7.038 7.038T5 12t2.038 4.963T12 19zm4-3.712l-.708-.713l3.095-3.075H9.5v-1h8.867l-3.075-3.1l.708-.689L20.288 12z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightChipExtraction(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 20q-1.664 0-3.118-.626T6.34 17.66t-1.714-2.542T4 12t.626-3.118T6.34 6.34t2.542-1.714T12 4v1Q9.075 5 7.038 7.038T5 12t2.038 4.963T12 19zm4-3.712l-.708-.713l3.095-3.075H9.5v-1h8.867l-3.075-3.1l.708-.689L20.288 12z"/></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 20q-1.664 0-3.118-.626T6.34 17.66t-1.714-2.542T4 12t.626-3.118T6.34 6.34t2.542-1.714T12 4v1Q9.075 5 7.038 7.038T5 12t2.038 4.963T12 19zm4-3.712l-.708-.713l3.095-3.075H9.5v-1h8.867l-3.075-3.1l.708-.689L20.288 12z"/></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%2020q-1.664%200-3.118-.626T6.34%2017.66t-1.714-2.542T4%2012t.626-3.118T6.34%206.34t2.542-1.714T12%204v1Q9.075%205%207.038%207.038T5%2012t2.038%204.963T12%2019zm4-3.712l-.708-.713l3.095-3.075H9.5v-1h8.867l-3.075-3.1l.708-.689L20.288%2012z%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%2020q-1.664%200-3.118-.626T6.34%2017.66t-1.714-2.542T4%2012t.626-3.118T6.34%206.34t2.542-1.714T12%204v1Q9.075%205%207.038%207.038T5%2012t2.038%204.963T12%2019zm4-3.712l-.708-.713l3.095-3.075H9.5v-1h8.867l-3.075-3.1l.708-.689L20.288%2012z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/chip-extraction.svg?color=%231a73e8&size=48