Cdisplayex Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cdisplayex 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/323535.svg" alt="Cdisplayex icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323535.svg" alt="Cdisplayex icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323535.svg" alt="Cdisplayex icon" :width="24" :height="24" />
CSS background
.icon-cdisplayex {
background-image: url('https://proicons.com/icon/323535.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M16.7992,34.8007c2.3417,.6679,4.7657,1.0036,7.2008,.9973,10.7695,0,19.5-6.3388,19.5-14.1575S34.7695,7.4829,24,7.4829,4.5,13.8217,4.5,21.6404c0,4.2882,2.6258,8.1303,6.7734,10.7268,0,0-.0588,3.8733-3.6569,8.1499,6.1536-1.0427,9.1828-5.7164,9.1828-5.7164Z"/></svg>
Copied!