Experian Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Experian 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/340187.svg" alt="Experian icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340187.svg" alt="Experian icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340187.svg" alt="Experian icon" :width="24" :height="24" />
CSS background
.icon-experian {
background-image: url('https://proicons.com/icon/340187.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M35.253,10.499h2.612c.613.0016,1.1087.4999,1.107,1.113v.003s0,2.574,0,2.574c.0033.613-.491,1.1127-1.104,1.116-.001,0-.002,0-.003,0h-2.612c-.613-.0016-1.1087-.4999-1.107-1.113v-.003s0-2.574,0-2.574c-.0033-.613.491-1.1127,1.104-1.116.001,0,.002,0,.003,0ZM13.372,27.989h3.005c.705,0,1.273.572,1.273,1.283v2.96c0,.711-.568,1.284-1.273,1.284h-3.005c-.7047-.0016-1.2747-.5743-1.273-1.279,0-.0017,0-.0034,0-.005v-2.96c0-.711.568-1.284,1.273-1.284v.001ZM20.802,36.478h3.817c.8947.0011,1.6191.7273,1.618,1.622,0,.0027,0,.0054,0,.008v3.762c.0055.8947-.7153,1.6244-1.61,1.63-.0027,0-.0054,0-.008,0h-3.817c-.8947-.0016-1.6187-.7283-1.617-1.623,0-.0023,0-.0047,0-.007v-3.762c0-.903.721-1.63,1.617-1.63ZM23.572,4.5h4.838c1.136,0,2.05.922,2.05,2.066v4.767c.0072,1.1344-.9066,2.0598-2.041,2.067-.003,0-.006,0-.009,0h-4.838c-1.1344-.0022-2.0522-.9236-2.05-2.058,0-.003,0-.006,0-.009v-4.767c0-1.144.914-2.066,2.05-2.066ZM11.365,13.051h5.516c1.2934.0027,2.3398,1.0535,2.337,2.347,0,.003,0,.006,0,.009v5.435c.0077,1.2934-1.0345,2.3482-2.328,2.356-.003,0-.006,0-.009,0h-5.516c-1.2934-.0027-2.3398-1.0535-2.337-2.347,0-.003,0-.006,0-.009v-5.435c-.0077-1.2934,1.0345-2.3482,2.328-2.356.003,0,.006,0,.009,0ZM33.663,29.501c-.8803,1.4935-2.4874,2.4073-4.221,2.4h0c-2.684,0-4.859-2.129-4.859-4.755v-3.09c0-2.626,2.175-4.754,4.859-4.754h0c2.683,0,4.858,2.128,4.858,4.754v1.545h-9.717"/></svg>
Copied!