Victory Plus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Victory Plus icon is commonly used in add-item buttons, floating action buttons and form toolbars. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/349286.svg" alt="Victory Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349286.svg" alt="Victory Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349286.svg" alt="Victory Plus icon" :width="24" :height="24" />
CSS background
.icon-victory-plus {
background-image: url('https://proicons.com/icon/349286.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M31.9904,18.204l4.7137-4.9326-.2248-.3637h-8.7309c-3.2111,3.3581-6.4834,6.658-9.6662,10.043l-1.0805,1.1492h-.2786l-.1062-11.0918H5.5249l-.0249.3997,2.7231,1.6585.1036,20.026h7.5446c5.3759-5.6268,10.752-11.2543,16.12-16.8884h-.0009Z"/><path class="b" d="M36.8411,16.5262h3.7489l-2.3342,5.0929h4.2442l-2.6879,6.0125h-4.1734l-2.1928,4.8808h-5.6588"/></svg>
Copied!