Thinkfree Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Thinkfree 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/348480.svg" alt="Thinkfree icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348480.svg" alt="Thinkfree icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348480.svg" alt="Thinkfree icon" :width="24" :height="24" />
CSS background
.icon-thinkfree {
background-image: url('https://proicons.com/icon/348480.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24.28,5.5a5.61,5.61,0,0,0-1.8.29l-.84.3V42l.78.29a4.23,4.23,0,0,0,1.92.25c1.13,0,1.2-.06,6-2l7.94-3.26a27.37,27.37,0,0,0,3.41-1.57,3.17,3.17,0,0,0,.58-.8c.25-.47.26-.94.26-10.81,0-11.23,0-10.8-.77-11.55-.38-.36-3-1.49-13.22-5.63C25.44,5.58,25.18,5.5,24.28,5.5Z"/><path class="a" d="M18.88,7.47V40.62"/><path class="a" d="M13.52,10.16,13.39,38"/><path class="a" d="M8,35.36,7.3,35a3.81,3.81,0,0,1-1-.8c-.79-1-.78-.83-.78-10.07,0-8.11,0-8.5.27-9.16A3.29,3.29,0,0,1,7.3,13.27L7.94,13S8,35.36,8,35.36Z"/><line class="a" x1="7.94" y1="12.96" x2="21.64" y2="6.09"/><line class="a" x1="7.97" y1="35.36" x2="21.64" y2="41.95"/><line class="a" x1="26.9" y1="34.56" x2="40.5" y2="31.31"/><line class="a" x1="34.78" y1="32.68" x2="34.78" y2="14.1"/><line class="a" x1="27" y1="11.96" x2="27" y2="28.41"/><line class="a" x1="34.78" y1="14.1" x2="26.9" y2="28.41"/><line class="a" x1="40.5" y1="15.67" x2="40.5" y2="26.84"/><line class="a" x1="40.5" y1="15.67" x2="27" y2="11.96"/><line class="a" x1="34.78" y1="14.1" x2="40.5" y2="26.84"/></svg>
Copied!