Number 1 Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Number 1 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/308948.svg" alt="Number 1 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308948.svg" alt="Number 1 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308948.svg" alt="Number 1 Svg icon" :width="24" :height="24" />
CSS background
.icon-number-1---svg {
background-image: url('https://proicons.com/icon/308948.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="M12.3827 3.07612C12.7564 3.2309 13 3.59554 13 4V20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20V6.41421L9.70711 7.70711C9.31658 8.09763 8.68342 8.09763 8.29289 7.70711C7.90237 7.31658 7.90237 6.68342 8.29289 6.29289L11.2929 3.29289C11.5789 3.00689 12.009 2.92134 12.3827 3.07612Z" fill="#292929"/> </svg>
Copied!