Influence Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Influence 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/327427.svg" alt="Influence icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327427.svg" alt="Influence icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327427.svg" alt="Influence icon" :width="24" :height="24" />
CSS background
.icon-influence {
background-image: url('https://proicons.com/icon/327427.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="g" d="M20.0425,19.2186v9.6364"/><path id="c" class="g" d="M25.9616,28.8549v-9.6364l6.3841,9.6364v-9.6364"/><path id="d" class="g" d="M13.1537,35.3595l-7.6537-11.3589,8.1259-11.6757"/><path id="e" class="g" d="M42.5,28.4972l-5.6011,12.9368-15.0689-1.1034"/><path id="f" class="g" d="M22.6985,7.7501l13.8848-1.1841,5.8372,12.6224"/></svg>
Copied!