Catfishing Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Catfishing 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/338067.svg" alt="Catfishing icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338067.svg" alt="Catfishing icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338067.svg" alt="Catfishing icon" :width="24" :height="24" />
CSS background
.icon-catfishing {
background-image: url('https://proicons.com/icon/338067.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="M5.6896,12.5968c2.896-14.6211,17.4923-3.0325,24.5381,2.6819.6449-.6893.8267-1.4987,1.8359-1.6584,1.9207-.3041.95,2.5927.8873,4.4664,1.6875,1.9536,3.2253,4.3077,4.6699,6.9114,1.3544-1.9677,5.636-4.4042,4.4999.2072-.481,1.9524-1.0464,3.2781-2.4749,4.0532,1.6378,2.9295,2.1732,6.0088.9654,7.3097.4986,4.7397-3.4529,8.5347-6.5121,3.6658-2.9755-1.8378-3.8591-4.0429-5.016-6.8531-2.5995-.5148-5.7132-1.4276-5.1036-3.3102.2804-.8659,1.8564-1.0813,3.2322-1.3931-.7342-1.4944-1.4874-3.8011-1.4476-5.5484-4.6246-1.3691-5.4265-3.6134-1.1922-3.9274-3.9919-9.0714-9.5903-8.5597-13.4896,1.0134-1.9521-2.0862-3.2234-4.0916-1.2554-7.7521.9061-1.6853-2.6261-.8732-4.1375.1339Z"/></svg>
Copied!