Number 3 Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Number 3 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/308954.svg" alt="Number 3 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308954.svg" alt="Number 3 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308954.svg" alt="Number 3 Svg icon" :width="24" :height="24" />
CSS background
.icon-number-3---svg {
background-image: url('https://proicons.com/icon/308954.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.388 3 16.741 3.22446 16.9056 3.57584C17.0702 3.92723 17.0166 4.3421 16.7682 4.64018L12.8837 9.30164C15.2746 10.0916 17 12.3443 17 15C17 18.3137 14.3137 21 11 21C9.65042 21 8.40231 20.5532 7.39942 19.7999C6.95784 19.4682 6.86874 18.8414 7.20043 18.3998C7.53212 17.9582 8.15899 17.8691 8.60058 18.2008C9.26901 18.7029 10.0984 19 11 19C13.2091 19 15 17.2091 15 15C15 12.7909 13.2091 11 11 11C10.612 11 10.259 10.7755 10.0944 10.4242C9.92983 10.0728 9.98338 9.6579 10.2318 9.35982L13.865 5H8C7.44772 5 7 4.55228 7 4Z" fill="#292929"/> </svg>
Copied!