Quillbot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Quillbot 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/346383.svg" alt="Quillbot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346383.svg" alt="Quillbot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346383.svg" alt="Quillbot icon" :width="24" :height="24" />
CSS background
.icon-quillbot {
background-image: url('https://proicons.com/icon/346383.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" xml:space="preserve" viewBox="0 0 48 48"><path d="M45.5 24A21.5 21.5 0 0 1 24 45.5 21.5 21.5 0 0 1 2.5 24 21.5 21.5 0 0 1 24 2.5 21.5 21.5 0 0 1 45.5 24" style="fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/><path d="M13.207 16.936h21.586c.554 0 1 .446 1 1v13.088c0 .554-.446 1-1 1H13.207c-.554 0-1-.446-1-1V17.936c0-.554.446-1 1-1" style="fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/><path d="M19.767 24.48a1.963 1.963 0 0 1-1.963 1.964 1.963 1.963 0 0 1-1.964-1.964 1.963 1.963 0 0 1 1.964-1.963 1.963 1.963 0 0 1 1.963 1.963M32.16 24.48a1.963 1.963 0 0 1-1.964 1.964 1.963 1.963 0 0 1-1.963-1.964 1.963 1.963 0 0 1 1.963-1.963 1.963 1.963 0 0 1 1.964 1.963M12.852 42.13v-6.194c0-.554.446-1 1-1v0h20.296c.554 0 1 .446 1 1v6.194M20.579 32.341v2.189M27.421 32.341v2.189" style="fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/><path d="M32.51 40.93a1.64 1.64 0 0 1-1.64 1.639 1.64 1.64 0 0 1-1.64-1.64 1.64 1.64 0 0 1 1.64-1.639 1.64 1.64 0 0 1 1.64 1.64M13.24 39.129h13.005v5.975M14.823 41.14h9.076M12.67 38.45c-1.275 0-2.44.764-2.785 1.761M35.33 38.45c1.275 0 2.44.764 2.785 1.761M24.092 16.676c.555-3.335 2.833-6.841 4.666-9.114" style="fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/><path d="M23.843 16.62c-1.87-1.94-.246-4.627.655-6.583 1.617-3.51 4.049-5.21 7.327-5.016-.867 4.222-2.408 6.036-3.9 8.271-.941 1.41-1.436 2.685-2.815 3.41M30.028 8.532l.557.094M28.169 5.894l.154.509M28.976 10.486l.56.056M27.696 12.424h.529M26.218 14.743l.487.034M23.325 13.73l.284.176M24.02 11.467l.272.426M25.442 8.753l.279.308" style="fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"/></svg>
Copied!