Heading Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Heading 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/305835.svg" alt="Heading icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305835.svg" alt="Heading icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305835.svg" alt="Heading icon" :width="24" :height="24" />
CSS background
.icon-heading {
background-image: url('https://proicons.com/icon/305835.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="M905 87c5-16 15-26 28-32 14-6 36-9 67-11V17c-45 3-114 4-207 4s-164-1-215-4v27c31 2 53 5 67 11s23 16 28 32c5 15 8 40 8 75v272H319V162c0-35 3-60 8-75 4-16 14-26 27-32 14-6 36-9 67-11V17c-48 3-117 4-206 4-97 0-169-1-215-4v27c30 2 52 5 66 11s23 16 28 32c5 15 8 40 8 75v676c0 35-3 60-8 75-5 16-14 26-28 32s-36 9-66 11v27c46-3 118-4 215-4 89 0 158 1 206 4v-27c-31-2-53-5-67-11-13-6-23-16-28-32-4-15-7-40-7-75V558h362v280c0 35-3 60-8 75-5 16-14 26-28 32s-37 9-67 11v27c51-3 122-4 215-4s162 1 207 4v-27c-31-2-53-5-67-11-13-6-23-16-28-32-5-15-8-40-8-75V162c0-35 3-60 8-75z"/></svg>
Heading in other icon packs
Copied!