Fortunes Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fortunes 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/340730.svg" alt="Fortunes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340730.svg" alt="Fortunes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340730.svg" alt="Fortunes icon" :width="24" :height="24" />
CSS background
.icon-fortunes {
background-image: url('https://proicons.com/icon/340730.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,.b{fill:none;stroke:#fff;}.a{stroke-miterlimit:7;stroke-width:1px;}.b{stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><line class="b" x1="6" y1="18.7" x2="10" y2="18.7"/><line class="b" x1="6" y1="22.7" x2="8.6" y2="22.7"/><line class="b" x1="6" y1="18.7" x2="6" y2="26.7"/><path class="b" d="M12.7,26.7h0a2,2,0,0,1-2-2V23.4a2,2,0,0,1,2-2h0a2,2,0,0,1,2,2v1.3A2,2,0,0,1,12.7,26.7Z"/><path class="b" d="M25.4,21.4v3.3a2,2,0,0,0,2,2h0a2,2,0,0,0,2-2V21.4"/><line class="b" x1="29.4" y1="24.7" x2="29.4" y2="26.7"/><path class="b" d="M16.8,23.4a2,2,0,0,1,2-2h0"/><line class="b" x1="16.8" y1="21.4" x2="16.8" y2="26.7"/><path class="b" d="M41.7,25.7a1.94,1.94,0,0,1-1.7,1h0a2,2,0,0,1-2-2V23.4a2,2,0,0,1,2-2h0a2,2,0,0,1,2,2V24H38"/><path class="b" d="M35.7,26.7V23.4a2,2,0,0,0-2-2h0a2,2,0,0,0-2,2v3.3"/><line class="b" x1="31.7" y1="23.4" x2="31.7" y2="21.4"/><path class="b" d="M21.7,19.7v6a.94.94,0,0,0,1,1H23"/><line class="b" x1="20.7" y1="21.4" x2="22.8" y2="21.4"/></svg>
Copied!