Claro Video Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Claro Video icon is commonly used in media galleries, video players and content feeds. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/323765.svg" alt="Claro Video icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323765.svg" alt="Claro Video icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323765.svg" alt="Claro Video icon" :width="24" :height="24" />
CSS background
.icon-claro-video {
background-image: url('https://proicons.com/icon/323765.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#000;stroke-width:0px;}</style></defs><path class="c" d="M9.5,42.5h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4Z"/><rect class="c" x="28.6321" y="24.0486" width="4.2024" height="5.5682" rx="2.1012" ry="2.1012"/><path class="c" d="M25.1418,26.1498c0-1.1605.9407-2.1012,2.1012-2.1012h0"/><line class="c" x1="25.1418" y1="24.0486" x2="25.1418" y2="29.6168"/><line class="c" x1="17.0447" y1="21.212" x2="17.0447" y2="29.6168"/><path class="c" d="M23.1525,27.5156c0,1.1605-.9407,2.1012-2.1012,2.1012h0c-1.1605,0-2.1012-.9407-2.1012-2.1012v-1.3658c0-1.1605.9407-2.1012,2.1012-2.1012h0c1.1605,0,2.1012.9407,2.1012,2.1012"/><line class="c" x1="23.1525" y1="29.6168" x2="23.1525" y2="24.0486"/><path class="c" d="M15.0682,26.7983v.0344c0,1.5376-1.2465,2.7841-2.7841,2.7841h0c-1.5376,0-2.7841-1.2465-2.7841-2.7841v-2.8367c0-1.5376,1.2465-2.7841,2.7841-2.7841h0c1.5376,0,2.7841,1.2465,2.7841,2.7841v.0344"/><line class="c" x1="30.7333" y1="21.9474" x2="30.7333" y2="18.3832"/><line class="c" x1="33.9009" y1="23.3237" x2="37.0527" y2="20.1719"/><line class="c" x1="34.9358" y1="26.8327" x2="38.5" y2="26.8327"/><polyline class="c" points="21.9521 34.9686 20.2953 39.3591 18.6385 34.9686"/><rect class="c" x="34.864" y="34.9686" width="3.3136" height="4.3905" rx="1.6568" ry="1.6568"/><circle class="d" cx="23.6089" cy="32.939" r=".75"/><line class="c" x1="23.6089" y1="34.9686" x2="23.6089" y2="39.3591"/><path class="c" d="M33.0403,38.523c-.2854.4995-.8232.8361-1.4396.8361h0c-.915,0-1.6568-.7418-1.6568-1.6568v-1.0769c0-.915.7418-1.6568,1.6568-1.6568h0c.915,0,1.6568.7418,1.6568,1.6568v.5385s-3.3136,0-3.3136,0"/><path class="c" d="M28.4438,36.6254c0-.915-.7418-1.6568-1.6568-1.6568h0c-.915,0-1.6568.7418-1.6568,1.6568v1.0769c0,.915.7418,1.6568,1.6568,1.6568h0c.915,0,1.6568-.7418,1.6568-1.6568"/><line class="c" x1="28.4438" y1="39.3591" x2="28.4438" y2="32.7319"/></svg>
Copied!