chip extraction icon
chip-extraction-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- chip-extraction-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- chip-extraction-outline-rounded
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="M6.85 16.75q1.85 1.985 4.59 2.22q.208.03.355.176t.147.354q0 .214-.17.354t-.409.11q-3.124-.252-5.244-2.53T4 12q0-3.111 2.078-5.399t5.184-2.565q.263-.03.462.098q.199.127.199.366q0 .208-.137.354q-.138.146-.345.177Q8.7 5.266 6.85 7.25T5 12t1.85 4.75m11.537-4.25H10q-.213 0-.357-.143T9.5 12t.143-.357T10 11.5h8.367l-2.72-2.74q-.147-.146-.147-.348t.146-.347T16 7.92t.354.147l3.369 3.368q.243.243.243.566t-.243.566l-3.37 3.368q-.145.147-.353.144t-.354-.15q-.146-.145-.146-.353t.146-.354z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightChipExtractionRounded(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="M6.85 16.75q1.85 1.985 4.59 2.22q.208.03.355.176t.147.354q0 .214-.17.354t-.409.11q-3.124-.252-5.244-2.53T4 12q0-3.111 2.078-5.399t5.184-2.565q.263-.03.462.098q.199.127.199.366q0 .208-.137.354q-.138.146-.345.177Q8.7 5.266 6.85 7.25T5 12t1.85 4.75m11.537-4.25H10q-.213 0-.357-.143T9.5 12t.143-.357T10 11.5h8.367l-2.72-2.74q-.147-.146-.147-.348t.146-.347T16 7.92t.354.147l3.369 3.368q.243.243.243.566t-.243.566l-3.37 3.368q-.145.147-.353.144t-.354-.15q-.146-.145-.146-.353t.146-.354z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.85 16.75q1.85 1.985 4.59 2.22q.208.03.355.176t.147.354q0 .214-.17.354t-.409.11q-3.124-.252-5.244-2.53T4 12q0-3.111 2.078-5.399t5.184-2.565q.263-.03.462.098q.199.127.199.366q0 .208-.137.354q-.138.146-.345.177Q8.7 5.266 6.85 7.25T5 12t1.85 4.75m11.537-4.25H10q-.213 0-.357-.143T9.5 12t.143-.357T10 11.5h8.367l-2.72-2.74q-.147-.146-.147-.348t.146-.347T16 7.92t.354.147l3.369 3.368q.243.243.243.566t-.243.566l-3.37 3.368q-.145.147-.353.144t-.354-.15q-.146-.145-.146-.353t.146-.354z"/></svg> </template>
CSS
.icon-chip-extraction-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%22M6.85%2016.75q1.85%201.985%204.59%202.22q.208.03.355.176t.147.354q0%20.214-.17.354t-.409.11q-3.124-.252-5.244-2.53T4%2012q0-3.111%202.078-5.399t5.184-2.565q.263-.03.462.098q.199.127.199.366q0%20.208-.137.354q-.138.146-.345.177Q8.7%205.266%206.85%207.25T5%2012t1.85%204.75m11.537-4.25H10q-.213%200-.357-.143T9.5%2012t.143-.357T10%2011.5h8.367l-2.72-2.74q-.147-.146-.147-.348t.146-.347T16%207.92t.354.147l3.369%203.368q.243.243.243.566t-.243.566l-3.37%203.368q-.145.147-.353.144t-.354-.15q-.146-.145-.146-.353t.146-.354z%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%22M6.85%2016.75q1.85%201.985%204.59%202.22q.208.03.355.176t.147.354q0%20.214-.17.354t-.409.11q-3.124-.252-5.244-2.53T4%2012q0-3.111%202.078-5.399t5.184-2.565q.263-.03.462.098q.199.127.199.366q0%20.208-.137.354q-.138.146-.345.177Q8.7%205.266%206.85%207.25T5%2012t1.85%204.75m11.537-4.25H10q-.213%200-.357-.143T9.5%2012t.143-.357T10%2011.5h8.367l-2.72-2.74q-.147-.146-.147-.348t.146-.347T16%207.92t.354.147l3.369%203.368q.243.243.243.566t-.243.566l-3.37%203.368q-.145.147-.353.144t-.354-.15q-.146-.145-.146-.353t.146-.354z%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-rounded.svg?color=%231a73e8&size=48