Tautulli Remote Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Tautulli Remote 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/333701.svg" alt="Tautulli Remote icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333701.svg" alt="Tautulli Remote icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333701.svg" alt="Tautulli Remote icon" :width="24" :height="24" />
CSS background
.icon-tautulli-remote {
background-image: url('https://proicons.com/icon/333701.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;}</style></defs><circle class="c" cx="38.2643" cy="38.2643" r="4.2357"/><circle class="c" cx="38.2643" cy="9.7357" r="4.2357"/><circle class="c" cx="9.7357" cy="19.702" r="4.2357"/><circle class="c" cx="9.7357" cy="38.2643" r="4.2357"/><path class="c" d="m27.0522,32.7828c-1.495,1.6195-3.9865,1.7441-5.7306.3737l-.3737-.3737c0,.1246-.1246.1246-.1246.2492-1.495,1.7441-1.2458,4.4848.6229,5.9798,1.7441,1.495,4.4848,1.2458,5.9798-.6229,1.2458-1.6195,1.1212-4.1111-.3737-5.6061Z"/><circle class="c" cx="24.0623" cy="29.9175" r="4.2357"/><line class="c" x1="12.4764" y1="22.9411" x2="19.9512" y2="31.2879"/><line class="c" x1="35.8973" y1="13.2239" x2="26.6785" y2="26.1801"/><line class="c" x1="20.3249" y1="31.9108" x2="13.7222" y2="36.0219"/><line class="c" x1="28.5471" y1="36.6448" x2="34.0286" y2="37.2677"/></svg>
Copied!