Amazon Minitv Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Amazon Minitv 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/336235.svg" alt="Amazon Minitv icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336235.svg" alt="Amazon Minitv icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336235.svg" alt="Amazon Minitv icon" :width="24" :height="24" />
CSS background
.icon-amazon-minitv {
background-image: url('https://proicons.com/icon/336235.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:#fff;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#fff;stroke-width:0px;}</style></defs><path class="c" d="M37.472,27.2014c1.5543-.6303,4.3213-1.4666,5.1538-.4574.9009,1.0922-.2377,3.4621-1.286,5.3034"/><path class="c" d="M4.5,27.4109c2.8242,2.2462,11.1667,5.6848,20.0547,5.6848,8.4728,0,13.6452-3.0745,16.3282-4.9523"/><path class="c" d="M4.5,20.5891c0-1.2559,1.0184-2.2739,2.2747-2.2739s2.2747,1.018,2.2747,2.2739M9.0495,20.5891v3.752M9.0495,20.5891c0-1.2559,1.0185-2.2739,2.2748-2.2739s2.2747,1.018,2.2747,2.2739v3.752M4.5,18.3152v6.0259"/><path class="d" d="M16.6655,16.4501c.4142,0,.75-.3358.75-.75s-.3358-.75-.75-.75-.75.3358-.75.75.3358.75.75.75Z"/><path class="c" d="M16.6659,18.4857v6.0259"/><path class="d" d="M26.8982,16.4501c.4142,0,.75-.3358.75-.75s-.3358-.75-.75-.75-.75.3358-.75.75.3358.75.75.75Z"/><path class="c" d="M26.8986,18.4857v6.0259"/><path class="c" d="M23.83,24.3411v-3.752c0-1.2559-1.0184-2.2739-2.2747-2.2739s-2.2747,1.018-2.2747,2.2739M19.2806,24.3411v-6.0259"/><path class="c" d="M29.5133,14.9043h6.028M32.5272,24v-9.0957M43.5,14.9043l-3.014,9.0957-3.014-9.0957"/></svg>
Copied!