Ometv Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ometv 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/330589.svg" alt="Ometv icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330589.svg" alt="Ometv icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330589.svg" alt="Ometv icon" :width="24" :height="24" />
CSS background
.icon-ometv {
background-image: url('https://proicons.com/icon/330589.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="M41.8671,30.1611c0,.5636-.4552,1.0205-1.0168,1.0205h0c-.5615,0-1.0168-.4569-1.0168-1.0205h0c.0021-.5636.459-1.0189,1.0205-1.0168h0c.5601.0021,1.013.4584,1.013,1.0205v-.0038ZM41.8671,23.0928c0,.5636-.4552,1.0205-1.0168,1.0205h0c-.5615,0-1.0168-.4569-1.0168-1.0205h0c.0021-.5636.459-1.0189,1.0205-1.0168h0c.5601.0021,1.013.4584,1.013,1.0205v-.0038ZM19.5928,9.6103l3.6853,3.6853M25.3154,13.2956l6.5769-6.5806M11.2318,15.3556h22.6221c2.3435,0,4.2334,1.8899,4.2334,4.2334v13.887c0,2.3473-1.8899,4.2334-4.2334,4.2334H11.2318c-2.3435,0-4.2334-1.8861-4.2334-4.2334v-13.8832c0-2.3435,1.8899-4.2334,4.2334-4.2334v-.0038ZM36.3675,41.285v-1.5081M12.0483,41.2813v-1.5044M8.7296,13.2918h30.5408c2.3435,0,4.2296,1.8899,4.2296,4.2334v18.0183c0,2.3435-1.8899,4.2334-4.2334,4.2334H8.7296c-2.3435,0-4.2296-1.8899-4.2296-4.2334v-18.0145c0-2.3435,1.8899-4.2334,4.2334-4.2334l-.0038-.0038Z"/></svg>
Copied!