Wordoftheday Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wordoftheday 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/335250.svg" alt="Wordoftheday icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335250.svg" alt="Wordoftheday icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335250.svg" alt="Wordoftheday icon" :width="24" :height="24" />
CSS background
.icon-wordoftheday {
background-image: url('https://proicons.com/icon/335250.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M9.469,31.5663c-4.0311-2.4254-5.1433-19.503,4.3743-19.299,9.6256.2063.08,23.4672.08,23.4672,6.7024-5.9232,10.1391-16.1121,16.9486-21.8994L26.3185,35.7345C35.2441,30.606,42.3969,17.54,37.8963,12.9969c-1.42-1.4338-3.2874-.2769-3.0373,2.02.4529,4.1594,6.641,4.8442,6.641,4.8442"/></svg>
Copied!