Arrow Bottom Left 6 Circle Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Arrow Bottom Left 6 Circle Svg icon is commonly used in navigation controls, pagination and call-to-action buttons. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/309349.svg" alt="Arrow Bottom Left 6 Circle Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309349.svg" alt="Arrow Bottom Left 6 Circle Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309349.svg" alt="Arrow Bottom Left 6 Circle Svg icon" :width="24" :height="24" />
CSS background
.icon-arrow-bottom-left-6-circle---svg {
background-image: url('https://proicons.com/icon/309349.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"> <g filter="url(#filter0_d)"> <circle cx="16" cy="12" r="9" stroke="#292929" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M14 10L14 14L18 14" stroke="#292929" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> </g> <defs> <filter id="filter0_d" x="0" y="0" width="32" height="32" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"> <feFlood flood-opacity="0" result="BackgroundImageFix"/> <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/> <feOffset dy="4"/> <feGaussianBlur stdDeviation="2"/> <feComposite in2="hardAlpha" operator="out"/> <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/> <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/> <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/> </filter> </defs> </svg>
Copied!