Number 4 Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Number 4 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/308957.svg" alt="Number 4 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308957.svg" alt="Number 4 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308957.svg" alt="Number 4 Svg icon" :width="24" :height="24" />
CSS background
.icon-number-4---svg {
background-image: url('https://proicons.com/icon/308957.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="M10.1961 3.01941C10.7377 3.12773 11.0889 3.65455 10.9806 4.19611L9.45903 11.8039C9.33527 12.4227 9.80856 13 10.4396 13H15V7.99999C15 7.44771 15.4477 6.99999 16 6.99999C16.5523 6.99999 17 7.44771 17 7.99999V14V20C17 20.5523 16.5523 21 16 21C15.4477 21 15 20.5523 15 20V15H10.4396C8.54647 15 7.12659 13.268 7.49787 11.4116L9.01942 3.80388C9.12773 3.26232 9.65456 2.9111 10.1961 3.01941Z" fill="#292929"/> </svg>
Copied!