Number 5 Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Number 5 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/308960.svg" alt="Number 5 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308960.svg" alt="Number 5 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308960.svg" alt="Number 5 Svg icon" :width="24" :height="24" />
CSS background
.icon-number-5---svg {
background-image: url('https://proicons.com/icon/308960.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="M8.01005 3.85857C8.08043 3.36593 8.50235 3 9 3H16C16.5523 3 17 3.44772 17 4C17 4.55228 16.5523 5 16 5H9.86729L9.25915 9.25671C9.81041 9.08978 10.395 9 11 9C14.3137 9 17 11.6863 17 15C17 18.3137 14.3137 21 11 21C9.65042 21 8.40231 20.5532 7.39942 19.7999C6.95783 19.4682 6.86874 18.8414 7.20043 18.3998C7.53212 17.9582 8.15899 17.8691 8.60057 18.2008C9.26901 18.7029 10.0984 19 11 19C13.2091 19 15 17.2091 15 15C15 12.7909 13.2091 11 11 11C10.0984 11 9.26901 11.2971 8.60057 11.7992C8.27707 12.0422 7.83903 12.0663 7.49081 11.8603C7.14259 11.6543 6.95283 11.2587 7.01005 10.8582L8.01005 3.85857Z" fill="#292929"/> </svg>
Copied!