Reelshort Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Reelshort 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/332030.svg" alt="Reelshort icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332030.svg" alt="Reelshort icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332030.svg" alt="Reelshort icon" :width="24" :height="24" />
CSS background
.icon-reelshort {
background-image: url('https://proicons.com/icon/332030.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="M19.0156,31.2648c.4976,0,.9696.221,1.2882.6032l8.728,10.4689h10.0688c.9328,0,1.4422-1.088.8449-1.8045l-8.193-9.8272c5.5029-1.6747,9.446-6.9296,9.1075-13.0541-.3815-6.9013-6.4058-12.1511-13.3176-12.1511H9.4741c-1.3004,0-2.3545,1.0542-2.3545,2.3545v33.3091c0,1.2556,1.5768,1.8155,2.3687.8412l8.2258-10.1207c.3185-.3919.7966-.6194,1.3015-.6194Z"/><path class="b" d="M29.8578,17.3272l-8.9403-5.1617c-1.2532-.7235-2.8197.1809-2.8197,1.628v10.3233c0,1.4471,1.5665,2.3515,2.8197,1.628l8.9403-5.1617c1.2532-.7235,1.2532-2.5324,0-3.2559Z"/></svg>
Copied!