Turtl Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Turtl 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/348934.svg" alt="Turtl icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348934.svg" alt="Turtl icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348934.svg" alt="Turtl icon" :width="24" :height="24" />
CSS background
.icon-turtl {
background-image: url('https://proicons.com/icon/348934.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M22.39,4.5v9.28L16,17.51l-8-4.65Z"/><path class="cls-1" d="M25.61,4.5l14.47,8.35L32,17.5l-6.43-3.73Z"/><path class="cls-1" d="M6.31,15.64l8,4.64v7.43l-8,4.65Z"/><path class="cls-1" d="M41.69,15.64V32.35l-8-4.64V20.28Z"/><path class="cls-1" d="M24,16.57l6.43,3.71v7.43L24,31.43l-6.43-3.72V20.28Z"/><path class="cls-1" d="M16,30.49l6.43,3.73V43.5L7.92,35.14Z"/><path class="cls-1" d="M32,30.49l8,4.65L25.61,43.5V34.22Z"/></svg>
Copied!