Facetune Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Facetune 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/340229.svg" alt="Facetune icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340229.svg" alt="Facetune icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340229.svg" alt="Facetune icon" :width="24" :height="24" />
CSS background
.icon-facetune {
background-image: url('https://proicons.com/icon/340229.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M24,7.767c-10.739,0-19.514,8.776-19.514,19.514,0,3.829,1.126,7.574,3.238,10.767.9996,1.5116,3.0354,1.9266,4.547.927,1.5116-.9996,1.9266-3.0354.927-4.547h0c-1.4025-2.1197-2.1502-4.6053-2.15-7.147,0-7.192,5.76-12.951,12.952-12.951s12.951,5.76,12.951,12.951c0,2.542-.747,5.027-2.149,7.146-.9996,1.5116-.5846,3.5474.927,4.547,1.5116.9996,3.5474.5846,4.547-.927,2.1129-3.193,3.239-6.9373,3.238-10.766,0-10.738-8.775-19.514-19.514-19.514"/><path class="c" d="M13.338,34.6679c2.4189,3.4996,6.4078,5.5816,10.662,5.565,4.439,0,8.332-2.194,10.662-5.565M32.55,30.958c0,.8765-.7105,1.587-1.587,1.587h0c-.8765,0-1.587-.7105-1.587-1.587s.7105-1.587,1.587-1.587,1.587.7105,1.587,1.587"/><path class="c" d="M13.338,34.6679c-.296-4.55,5.159-5.142,8.843-5.4,4.293-.301,8.232-.814,10.547-5.883,3.034,3.218,3.95,8.018,2.074,11.042"/></svg>
Copied!