Characterai Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Characterai 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/338149.svg" alt="Characterai icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338149.svg" alt="Characterai icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338149.svg" alt="Characterai icon" :width="24" :height="24" />
CSS background
.icon-characterai {
background-image: url('https://proicons.com/icon/338149.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#fff;stroke-width:0px;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="b" d="M19.2817,25.8975c-.45.9-1.5,1.5-2.55,1.5h0c-1.6546-.0055-2.9945-1.3454-3-3v-1.95c.0055-1.6546,1.3454-2.9945,3-3h0c1.05,0,2.1.6,2.55,1.5"/><circle class="c" cx="33.5183" cy="16.8527" r=".75"/><line class="b" x1="33.5183" y1="19.2975" x2="33.5183" y2="27.3975"/><line class="b" x1="29.9599" y1="27.3975" x2="29.9599" y2="19.2975"/><path class="b" d="M29.9599,24.3975c-.0055,1.6546-1.3454,2.9945-3,3h0c-1.6546-.0055-2.9945-1.3454-3-3v-1.95c.0055-1.6546,1.3454-2.9945,3-3h0c1.6546.0055,2.9945,1.3454,3,3"/><circle class="c" cx="21.8789" cy="27.1475" r=".75"/></svg>
Copied!