chip extraction icon

chip-extraction-rounded from Material Symbols by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
chip-extraction-rounded
Set
Material Symbols
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
chip-extraction-outline-rounded

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="M6.725 16.625q1.725 1.975 4.35 2.325q.4.05.663.35T12 20q0 .425-.363.7t-.812.225q-3.375-.425-5.6-2.963T3 12q0-3.4 2.213-5.937T10.8 3.075q.475-.05.838.213T12 4q0 .4-.262.7t-.663.35q-2.625.35-4.35 2.325T5 12t1.725 4.625M17.175 13H10q-.425 0-.712-.288T9 12t.288-.712T10 11h7.175L15.3 9.125q-.3-.3-.3-.712t.3-.713t.7-.3t.7.3l3.6 3.6q.3.3.3.7t-.3.7l-3.6 3.6q-.3.3-.7.288t-.7-.313t-.3-.7t.3-.7z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsChipExtractionRounded(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.725 16.625q1.725 1.975 4.35 2.325q.4.05.663.35T12 20q0 .425-.363.7t-.812.225q-3.375-.425-5.6-2.963T3 12q0-3.4 2.213-5.937T10.8 3.075q.475-.05.838.213T12 4q0 .4-.262.7t-.663.35q-2.625.35-4.35 2.325T5 12t1.725 4.625M17.175 13H10q-.425 0-.712-.288T9 12t.288-.712T10 11h7.175L15.3 9.125q-.3-.3-.3-.712t.3-.713t.7-.3t.7.3l3.6 3.6q.3.3.3.7t-.3.7l-3.6 3.6q-.3.3-.7.288t-.7-.313t-.3-.7t.3-.7z"/></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.725 16.625q1.725 1.975 4.35 2.325q.4.05.663.35T12 20q0 .425-.363.7t-.812.225q-3.375-.425-5.6-2.963T3 12q0-3.4 2.213-5.937T10.8 3.075q.475-.05.838.213T12 4q0 .4-.262.7t-.663.35q-2.625.35-4.35 2.325T5 12t1.725 4.625M17.175 13H10q-.425 0-.712-.288T9 12t.288-.712T10 11h7.175L15.3 9.125q-.3-.3-.3-.712t.3-.713t.7-.3t.7.3l3.6 3.6q.3.3.3.7t-.3.7l-3.6 3.6q-.3.3-.7.288t-.7-.313t-.3-.7t.3-.7z"/></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.725%2016.625q1.725%201.975%204.35%202.325q.4.05.663.35T12%2020q0%20.425-.363.7t-.812.225q-3.375-.425-5.6-2.963T3%2012q0-3.4%202.213-5.937T10.8%203.075q.475-.05.838.213T12%204q0%20.4-.262.7t-.663.35q-2.625.35-4.35%202.325T5%2012t1.725%204.625M17.175%2013H10q-.425%200-.712-.288T9%2012t.288-.712T10%2011h7.175L15.3%209.125q-.3-.3-.3-.712t.3-.713t.7-.3t.7.3l3.6%203.6q.3.3.3.7t-.3.7l-3.6%203.6q-.3.3-.7.288t-.7-.313t-.3-.7t.3-.7z%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.725%2016.625q1.725%201.975%204.35%202.325q.4.05.663.35T12%2020q0%20.425-.363.7t-.812.225q-3.375-.425-5.6-2.963T3%2012q0-3.4%202.213-5.937T10.8%203.075q.475-.05.838.213T12%204q0%20.4-.262.7t-.663.35q-2.625.35-4.35%202.325T5%2012t1.725%204.625M17.175%2013H10q-.425%200-.712-.288T9%2012t.288-.712T10%2011h7.175L15.3%209.125q-.3-.3-.3-.712t.3-.713t.7-.3t.7.3l3.6%203.6q.3.3.3.7t-.3.7l-3.6%203.6q-.3.3-.7.288t-.7-.313t-.3-.7t.3-.7z%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-rounded.svg?color=%231a73e8&size=48