Number 6 Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Number 6 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/309875.svg" alt="Number 6 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309875.svg" alt="Number 6 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309875.svg" alt="Number 6 Svg icon" :width="24" :height="24" />
CSS background
.icon-number-6---svg {
background-image: url('https://proicons.com/icon/309875.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 d="M13.4235 4.2658C13.5703 4.03191 13.4997 3.7233 13.2658 3.5765C13.0319 3.4297 12.7233 3.50031 12.5765 3.7342L13.4235 4.2658ZM7.34963 12.0621C7.20283 12.296 7.27343 12.6046 7.50733 12.7514C7.74122 12.8982 8.04983 12.8276 8.19662 12.5937L7.34963 12.0621ZM16.5 15C16.5 17.4853 14.4853 19.5 12 19.5V20.5C15.0376 20.5 17.5 18.0376 17.5 15H16.5ZM12 19.5C9.51472 19.5 7.5 17.4853 7.5 15H6.5C6.5 18.0376 8.96243 20.5 12 20.5V19.5ZM7.5 15C7.5 12.5147 9.51472 10.5 12 10.5V9.5C8.96243 9.5 6.5 11.9624 6.5 15H7.5ZM12 10.5C14.4853 10.5 16.5 12.5147 16.5 15H17.5C17.5 11.9624 15.0376 9.5 12 9.5V10.5ZM12.5765 3.7342L7.34963 12.0621L8.19662 12.5937L13.4235 4.2658L12.5765 3.7342Z" fill="#292929"/> </svg>
Copied!