Affirm Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Affirm 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/321437.svg" alt="Affirm icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321437.svg" alt="Affirm icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321437.svg" alt="Affirm icon" :width="24" :height="24" />
CSS background
.icon-affirm {
background-image: url('https://proicons.com/icon/321437.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m42.0093,37.4881c.9572-2.303,1.4907-4.8267,1.4907-7.4762,0-10.7696-8.7304-19.5-19.5-19.5S4.5,19.2423,4.5,30.0119c0,2.6495.5335,5.1732,1.4907,7.4762"/><line class="c" x1="21.8977" y1="29.3558" x2="30.1376" y2="29.3558"/><path class="c" d="m21.8977,29.3558c-2.2286,0-4.0353,1.8205-4.0353,4.0661,0,2.2457,1.8067,4.0661,4.0353,4.0661h2.1376c3.364,0,6.091-2.7479,6.091-6.1376"/><path class="c" d="m19.3968,22.8346c1.4791-1.4813,2.5156-1.6111,5.3704-1.6111,3.2409,0,5.3704,1.4255,5.3704,5.2786v10.986"/></svg>
Copied!