Technorati Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Technorati 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/306646.svg" alt="Technorati icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306646.svg" alt="Technorati icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306646.svg" alt="Technorati icon" :width="24" :height="24" />
CSS background
.icon-technorati {
background-image: url('https://proicons.com/icon/306646.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M205 90c41-5 83-2 124-3-42 52-78 112-84 180-12 105 42 209 123 273 21 12 13 38 12 59-5 49-12 99-16 149 64-36 120-84 185-118 131 25 274 10 388-63v173c2 66-39 131-99 158-28 14-60 16-91 15H226c-87-1-163-79-163-166-1-160 0-320 0-480-5-83 61-162 142-177zm229 112c-29 31-50 71-50 114-4 58 29 113 74 147 96 73 235 79 339 21 58-32 105-92 106-160 2-60-33-117-81-151-54-39-122-57-189-54-73 1-148 29-199 83z"/></svg>
Copied!