Bold Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Bold 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/305040.svg" alt="Bold icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305040.svg" alt="Bold icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305040.svg" alt="Bold icon" :width="24" :height="24" />
CSS background
.icon-bold {
background-image: url('https://proicons.com/icon/305040.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="M779 521c53 25 92 55 115 90 24 36 36 74 36 115 0 58-16 108-47 149-31 42-76 73-135 94s-128 31-208 31c-20 0-55-1-104-2s-98-2-148-2c-97 0-169 1-217 4v-28c31-2 54-5 68-11 15-6 24-17 30-33 5-16 8-42 8-78V150c0-36-3-61-8-78-6-16-15-27-30-33-14-6-37-9-68-11V0c48 3 119 4 215 4 37 0 79 0 125-1s78-2 96-2c76 0 140 10 192 28 52 19 92 45 118 78s39 72 39 116c0 35-10 70-30 103-20 34-52 63-94 89s-95 45-158 57v2c84 7 152 22 205 47zM591 406c24-42 37-98 37-167 0-71-11-124-33-159-23-34-58-52-106-52-25 0-44 3-56 10s-21 19-25 35c-4 17-6 43-6 77v319h60c61 0 104-21 129-63zM409 926c4 16 14 27 27 33s34 9 63 9c131 0 196-83 196-248 0-74-19-131-56-169-37-39-97-58-178-58h-60v357c0 34 3 60 8 76z"/></svg>
Copied!