Ctfile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ctfile 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/324147.svg" alt="Ctfile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324147.svg" alt="Ctfile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324147.svg" alt="Ctfile icon" :width="24" :height="24" />
CSS background
.icon-ctfile {
background-image: url('https://proicons.com/icon/324147.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M12.1918,18.508c1.0048-5.6418,5.9101-9.7511,11.6401-9.7511s10.6353,4.1092,11.6401,9.7511"/><path id="c" class="e" d="M22.1287,27.5866l-1.4129-2.1157c-1.6426-2.4597-4.4048-3.9366-7.3623-3.9366-4.8896,0-8.8534,3.9643-8.8534,8.8544,0,4.8902,3.9638,8.8544,8.8534,8.8544h21.2931"/><path id="d" class="e" d="M33.4609,21.614c.393-.0531.7891-.0797,1.1856-.0797,4.8896,0,8.8534,3.9643,8.8534,8.8544h0c0,4.8902-3.9638,8.8544-8.8534,8.8544-2.9575,0-5.7197-1.4769-7.3623-3.9366l-1.3378-2.0032"/></svg>
Copied!