Outertune Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Outertune 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/330847.svg" alt="Outertune icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330847.svg" alt="Outertune icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330847.svg" alt="Outertune icon" :width="24" :height="24" />
CSS background
.icon-outertune {
background-image: url('https://proicons.com/icon/330847.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>.m{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="m" d="M7.2729,9.511c0-4.8973,3.4528-4.6649,6.923-2.6872l24.4048,13.908c1.2955.7383,2.1263,1.9183,2.1263,3.2682s-.8308,2.53-2.1263,3.2682l-24.4048,13.908c-3.4702,1.9776-6.923,2.21-6.923-2.6872V9.511Z"/><g id="e"><path id="f" class="m" d="M14.6814,19.5211v8.9578"/><path id="g" class="m" d="M28.5637,19.077v9.846"/><path id="h" class="m" d="M11.2108,22.7416v2.5168"/><path id="i" class="m" d="M32.0343,22.4777v3.0446"/><path id="j" class="m" d="M18.1519,16.2985v15.403"/><path id="k" class="m" d="M21.6225,18.9912v10.0177"/><path id="l" class="m" d="M25.0931,21.9778v4.0444"/></g></g></svg>
Copied!