Symbol Ampersand Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Symbol Ampersand 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/348117.svg" alt="Symbol Ampersand icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348117.svg" alt="Symbol Ampersand icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348117.svg" alt="Symbol Ampersand icon" :width="24" :height="24" />
CSS background
.icon-symbol-ampersand {
background-image: url('https://proicons.com/icon/348117.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 xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="a"><path class="c" d="m33.5303,35.1227h-1.8797c-1.2453,0-2.4155-.5958-3.1481-1.6028l-7.7156-10.6061c-.9918-1.3018-2.7357-3.0157-2.7357-5.555,0-2.3974,1.9469-4.4816,4.6555-4.4816,2.6378,0,4.5081,2.0842,4.5081,4.4816,0,2.5388-2.0571,4.7093-5.8586,5.4305-4.2378.804-6.8866,3.1292-6.8866,6.9624,0,3.099,1.9536,5.371,5.859,5.371,5.1339,0,8.1556-4.8682,12.6182-10.8511"/></g><g id="b"><circle class="c" cx="24" cy="24" r="21.5"/></g></svg>
Copied!