Trakt Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Trakt Alt 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/334210.svg" alt="Trakt Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334210.svg" alt="Trakt Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334210.svg" alt="Trakt Alt icon" :width="24" :height="24" />
CSS background
.icon-trakt-alt {
background-image: url('https://proicons.com/icon/334210.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="24" cy="24" r="21.5"/><path class="c" d="M32.904,4.4331L8.141,29.1211,32.904,4.4331Z"/><path class="c" d="M39.235,39.17l-20.536-20.532,20.536,20.532Z"/><path class="c" d="M32.757,8.6369l-10.316,10.342s10.316-10.342,10.316-10.342Z"/><path class="c" d="M33.205,12.246l-8.858,8.9152s8.858-8.9152,8.858-8.9152Z"/><path class="c" d="M8.64,32.764l10.034-10.065,18.178,18.178"/><path class="c" d="M7.8039,37.657l10.932-10.932,15.577,15.825"/></svg>
Copied!