Ch7hd Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ch7hd 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/323574.svg" alt="Ch7hd icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323574.svg" alt="Ch7hd icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323574.svg" alt="Ch7hd icon" :width="24" :height="24" />
CSS background
.icon-ch7hd {
background-image: url('https://proicons.com/icon/323574.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m21.098,20.565c.282-.807,1.765-1.228,3.044-.473,1.149.679,2.047-.08,3.035-.67v1.618c0,1.434-2.934,2.655-2.934,4.266v1.43m-3.288-5.347v-2.023m15.31,9.996c-.0006,6.7735-5.4915,12.2644-12.265,12.265-6.7739,0-12.2654-5.4911-12.266-12.265,0-6.7743,5.4917-12.266,12.266-12.266s12.266,5.4917,12.266,12.266h-.001Zm-6.234-10.724c0,6.7739-5.4911,12.2654-12.265,12.266-6.7743,0-12.266-5.4917-12.266-12.266.0006-6.7739,5.4921-12.265,12.266-12.265,6.7732.0011,12.2634,5.4918,12.264,12.265h.001Zm12.469,0c0,6.7743-5.4917,12.266-12.266,12.266-6.7735-.0011-12.264-5.4925-12.264-12.266.0006-6.7732,5.4908-12.2639,12.264-12.265,6.7739,0,12.2654,5.4911,12.266,12.265Z"/></svg>
Copied!