Cinexplore Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cinexplore 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/338279.svg" alt="Cinexplore icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338279.svg" alt="Cinexplore icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338279.svg" alt="Cinexplore icon" :width="24" :height="24" />
CSS background
.icon-cinexplore {
background-image: url('https://proicons.com/icon/338279.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="a" x1="40.9065" y1="30.1494" x2="7.0996" y2="10.6309"/><line class="a" x1="7.0935" y1="37.3287" x2="40.9065" y2="17.8068"/><line class="a" x1="17.8706" y1="4.5001" x2="17.8706" y2="43.4968"/><path class="a" d="M41.3181,28.6131v-9.27a3.0726,3.0726,0,0,0-1.5363-2.661l-20.387-11.77a3.0726,3.0726,0,0,0-3.0543-.01L8.2364,9.5064a3.0725,3.0725,0,0,0-1.5545,2.6714V35.7924a3.0727,3.0727,0,0,0,1.5363,2.661l8.028,4.635a3.0729,3.0729,0,0,0,3.0726,0L39.7818,31.274A3.0725,3.0725,0,0,0,41.3181,28.6131Z"/></svg>
Copied!