Chip Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Chip icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/338216.svg" alt="Chip icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338216.svg" alt="Chip icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338216.svg" alt="Chip icon" :width="24" :height="24" />
CSS background
.icon-chip {
background-image: url('https://proicons.com/icon/338216.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M35.5,4.5H12.5c-2.2091,0-4,1.7909-4,4v31c0,2.2091,1.7909,4,4,4h23c2.2091,0,4-1.7909,4-4V8.5c0-2.2091-1.7909-4-4-4ZM18.115,8.5012c.0097-.0005.0194-.0005.0291,0h5.6759c.1645.0003.2978.1336.2982.2982v4.0942c0,.0782-.0307.1533-.0854.2091l-2.8379,2.878c-.1158.1175-.305.1188-.4225.003-.001-.001-.002-.002-.003-.003l-2.8379-2.878c-.0547-.0558-.0854-.1309-.0854-.2091v-4.0942c-.0005-.1538.116-.2829.2691-.2982ZM12.4936,14.1226c.0097-.0005.0194-.0005.0291,0h4.0942c.0788-.0005.1546.0303.2109.0854l2.8761,2.8379c.1175.1158.1188.305.003.4225-.001.001-.002.002-.003.003l-2.8761,2.8379c-.0563.0552-.1321.0859-.2109.0854h-4.0942c-.1645-.0003-.2978-.1336-.2982-.2982v-5.6759c-.0005-.1538.116-.2829.2691-.2982ZM25.3159,14.1226c.0097-.0005.0194-.0005.0291,0h4.0942c.1645.0003.2978.1336.2982.2982v5.6759c-.0003.1645-.1336.2978-.2982.2982h-4.0942c-.0782,0-.1533-.0307-.2091-.0854l-2.878-2.8379c-.1175-.1158-.1188-.305-.003-.4225.001-.001.002-.002.003-.003l2.878-2.8379c.0484-.0482.112-.0784.18-.0854ZM20.978,18.4459c.0812-.001.1593.0312.2163.0891l2.8379,2.878c.0547.0558.0854.1309.0854.2091v4.0942c-.0003.1645-.1336.2978-.2982.2982h-5.6759c-.1645-.0003-.2978-.1336-.2982-.2982v-4.0942c0-.0782.0307-.1533.0854-.2091l2.8379-2.878c.0552-.0561.1304-.0881.2091-.0891ZM31.6482,28.1723c1.8803.0721,3.4944,1.3605,3.9815,3.178.6141,2.2897-.7443,4.6436-3.0339,5.2576-.0001,0-.0003,0-.0004.0001-2.2897.6138-4.6435-.7448-5.2573-3.0345-.0001-.0005-.0003-.0011-.0004-.0016-.613-2.2893.7454-4.6421,3.0344-5.256.4158-.1116.8461-.16,1.2763-.1436ZM21.3978,30.9175c1.8808.0723,3.495,1.3615,3.9815,3.1798.613,2.2893-.7454,4.6421-3.0344,5.256-2.2897.6141-4.6436-.7443-5.2576-3.0339,0-.0001,0-.0003-.0001-.0004-.6138-2.2897.7448-4.6435,3.0345-5.2573.0005-.0001.0011-.0003.0016-.0004.4152-.1114.8448-.1598,1.2744-.1436h0Z"/></svg>
Chip in other icon packs
Copied!