Rounded Expand Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Rounded Expand 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/306378.svg" alt="Rounded Expand icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306378.svg" alt="Rounded Expand icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306378.svg" alt="Rounded Expand icon" :width="24" :height="24" />
CSS background
.icon-rounded-expand {
background-image: url('https://proicons.com/icon/306378.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M328 432c13 12 33 12 45 0l105-105c6-6 14-9 22-9s16 3 23 9l104 105c12 12 32 12 45 0l14-14c12-13 12-33 0-45L523 209c-7-6-15-9-23-9s-16 3-22 9L314 373c-12 12-12 32 0 45l14 14zm344 136c-13-12-33-12-45 0L523 672c-7 7-15 10-23 10s-16-3-22-10L373 568c-12-12-32-12-45 0l-14 14c-12 13-12 33 0 45l164 164c6 6 14 9 22 9s16-3 23-9l163-164c12-12 12-32 0-45l-14-14z"/></svg>
Copied!