SVG Inline icons from Icomoon and Flaticons

HTML

<div class="flaticon">
<p>
By <a href="https://www.flaticon.com/free-icon/female-hair-shape-and-face-silhouette_42006#term=salon&page=1&position=6">freepik</a> in flaticon
</p>

  <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" width="48px" height="48px" viewBox="0 0 48 48" style="fill: rgb(34, 34, 34);" xml:space="preserve">
			<g style="fill: rgb(34, 34, 34);">
				<path d="M20.194,3.46c-4.613-4.613-12.121-4.613-16.734,0c-4.612,4.614-4.612,12.121,0,16.735   c4.108,4.107,10.506,4.547,15.116,1.34c0.097,0.459,0.319,0.897,0.676,1.254l6.718,6.718c0.979,0.977,2.561,0.977,3.535,0   c0.978-0.978,0.978-2.56,0-3.535l-6.718-6.72c-0.355-0.354-0.794-0.577-1.253-0.674C24.743,13.967,24.303,7.57,20.194,3.46z    M18.073,18.074c-3.444,3.444-9.049,3.444-12.492,0c-3.442-3.444-3.442-9.048,0-12.492c3.443-3.443,9.048-3.443,12.492,0   C21.517,9.026,21.517,14.63,18.073,18.074z" style="fill: rgb(0, 0, 0);"></path>
			</g>
	</svg>






<p>
By <a href="http://www.flaticon.com/free-icon/magnifier-tool_34097#term=search&page=1&position=32">simpleicon</a> in flaticon
</p>

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" width="485.213px" height="485.213px" viewBox="0 0 485.213 485.213" style="fill: rgb(0, 0, 0);" xml:space="preserve">
<g style="fill: rgb(0, 0, 0);">
	<g style="fill: rgb(0, 0, 0);">
		<path d="M363.909,181.955C363.909,81.473,282.44,0,181.956,0C81.474,0,0.001,81.473,0.001,181.955s81.473,181.951,181.955,181.951    C282.44,363.906,363.909,282.437,363.909,181.955z M181.956,318.416c-75.252,0-136.465-61.208-136.465-136.46    c0-75.252,61.213-136.465,136.465-136.465c75.25,0,136.468,61.213,136.468,136.465    C318.424,257.208,257.206,318.416,181.956,318.416z" style="fill: rgb(0, 0, 0);"></path>
		<path d="M471.882,407.567L360.567,296.243c-16.586,25.795-38.536,47.734-64.331,64.321l111.324,111.324   ...

CSS

body {
  background-color: #e9e9e9;
  font-family: sans-serif;
  line-height: 130%;
}

.flaticon svg {
  height:150px;
  width:150px;
}

.icomoon .icon {
  display: inline-block;
  width: 150px;
  height: 150px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

svg {
  background-color: #fff;
}