Number 7 Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Number 7 Svg 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/308966.svg" alt="Number 7 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308966.svg" alt="Number 7 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308966.svg" alt="Number 7 Svg icon" :width="24" :height="24" />
CSS background
.icon-number-7---svg {
background-image: url('https://proicons.com/icon/308966.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M7 4C7 3.44772 7.44772 3 8 3H16C16.328 3 16.6351 3.16083 16.8219 3.43041C17.0087 3.69998 17.0515 4.04403 16.9363 4.35112L10.9363 20.3511C10.7424 20.8682 10.166 21.1302 9.64888 20.9363C9.13176 20.7424 8.86975 20.166 9.06367 19.6489L14.557 5H8C7.44772 5 7 4.55228 7 4Z" fill="#292929"/> </svg>
Copied!