Keto Mojo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Keto Mojo 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/327890.svg" alt="Keto Mojo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327890.svg" alt="Keto Mojo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327890.svg" alt="Keto Mojo icon" :width="24" :height="24" />
CSS background
.icon-keto-mojo {
background-image: url('https://proicons.com/icon/327890.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M20.6185,27.459a3.3223,3.3223,0,0,1-2.2843-.9068L10.4305,19.099a3.33,3.33,0,1,1,4.5577-4.8566L15,14.2536l5.4917,5.1786L33.9271,5.3139a3.33,3.33,0,1,1,4.8241,4.5909h0l-15.72,16.52A3.3215,3.3215,0,0,1,20.6185,27.459Z"/><path class="a" d="M28.4925,28.3817a3.331,3.331,0,0,0-2.2773-.9h-.7267l-2.457,2.5821a3.3313,3.3313,0,0,1-4.6973.1273L15.461,27.4813h-3.8a3.33,3.33,0,0,0-3.33,3.33v8.6476a3.33,3.33,0,0,0,6.66,0V34.1414h9.9079l9.1632,8.5918a3.33,3.33,0,0,0,4.5546-4.8594Z"/><circle class="a" cx="20.619" cy="10.4609" r="4.0617"/></svg>
Copied!