Taleblazer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Taleblazer 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/348196.svg" alt="Taleblazer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348196.svg" alt="Taleblazer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348196.svg" alt="Taleblazer icon" :width="24" :height="24" />
CSS background
.icon-taleblazer {
background-image: url('https://proicons.com/icon/348196.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;}</style></defs><circle class="c" cx="19.3241" cy="19.2005" r="13.7005"/><path class="c" d="M27.1476,30.4479l12.3575,12.0521,2.8713-2.6252-12.8494-11.5314"/><path class="c" d="M15.1394,13.6015c.9504,1.1119,1.1843,1.7352,2.0511,2.9918.1358.1968-2.5894,2.9116-4.3321.6015-1.3231-1.7538,1.8722-4.0717,2.281-3.5933Z"/><path class="c" d="M16.6015,12.8728s1.1682,1.8678,1.9109,2.961c.1048.1542,1.5826-.8921,2.9902-1.3446s3.536-2.3383,2.9738-3.7069c-.8409-1.8799-3.2188-2.1626-4.7531-1.3366-2.0595,1.4809-3.2469,2.9963-3.1218,3.427h0Z"/><path class="c" d="M18.666,27.8206c-.8908-1.1602-1.4521-1.5182-2.5018-2.6267-.1644-.1736-3.3852,1.9297-1.4864,4.1133,1.4414,1.6579,4.3714-.9875,3.9881-1.4866Z"/><path class="c" d="M19.6815,26.5418s-1.5851-1.5299-2.5007-2.4832c-.1291-.1345,1.2007-1.3633,1.9352-2.6465.7345-1.2832,3.0204-2.9746,4.2428-2.1408,1.6647,1.2124,1.4484,3.5972.3223,4.9269-1.8756,1.7078-3.6042,2.5554-3.9997,2.3436h.0001Z"/></svg>
Copied!