character icon

character from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
character
Set
Jam Icons
Style
Outline
Viewbox
14×14
License
MIT

Use the character icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 14"><path fill="currentColor" d="M8 14v-2.108c1.984-.504 3.501-2.476 3.501-4.882c0-2.797-2.049-5.007-4.5-5.007s-4.5 2.21-4.5 5.007c0 2.405 1.516 4.376 3.499 4.881V14H1a1 1 0 0 1 0-2.003h1.434C1.241 10.727.501 8.961.501 7.01c0-3.872 2.91-7.01 6.5-7.01s6.5 3.138 6.5 7.01c0 1.951-.74 3.716-1.933 4.987H13A1 1 0 0 1 13 14z"/></svg>

React

import type { SVGProps } from "react";

export function JamCharacter(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 14"><path fill="currentColor" d="M8 14v-2.108c1.984-.504 3.501-2.476 3.501-4.882c0-2.797-2.049-5.007-4.5-5.007s-4.5 2.21-4.5 5.007c0 2.405 1.516 4.376 3.499 4.881V14H1a1 1 0 0 1 0-2.003h1.434C1.241 10.727.501 8.961.501 7.01c0-3.872 2.91-7.01 6.5-7.01s6.5 3.138 6.5 7.01c0 1.951-.74 3.716-1.933 4.987H13A1 1 0 0 1 13 14z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 14"><path fill="currentColor" d="M8 14v-2.108c1.984-.504 3.501-2.476 3.501-4.882c0-2.797-2.049-5.007-4.5-5.007s-4.5 2.21-4.5 5.007c0 2.405 1.516 4.376 3.499 4.881V14H1a1 1 0 0 1 0-2.003h1.434C1.241 10.727.501 8.961.501 7.01c0-3.872 2.91-7.01 6.5-7.01s6.5 3.138 6.5 7.01c0 1.951-.74 3.716-1.933 4.987H13A1 1 0 0 1 13 14z"/></svg>
</template>

CSS

.icon-character {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2014v-2.108c1.984-.504%203.501-2.476%203.501-4.882c0-2.797-2.049-5.007-4.5-5.007s-4.5%202.21-4.5%205.007c0%202.405%201.516%204.376%203.499%204.881V14H1a1%201%200%200%201%200-2.003h1.434C1.241%2010.727.501%208.961.501%207.01c0-3.872%202.91-7.01%206.5-7.01s6.5%203.138%206.5%207.01c0%201.951-.74%203.716-1.933%204.987H13A1%201%200%200%201%2013%2014z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2014v-2.108c1.984-.504%203.501-2.476%203.501-4.882c0-2.797-2.049-5.007-4.5-5.007s-4.5%202.21-4.5%205.007c0%202.405%201.516%204.376%203.499%204.881V14H1a1%201%200%200%201%200-2.003h1.434C1.241%2010.727.501%208.961.501%207.01c0-3.872%202.91-7.01%206.5-7.01s6.5%203.138%206.5%207.01c0%201.951-.74%203.716-1.933%204.987H13A1%201%200%200%201%2013%2014z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/character.svg?color=%231a73e8&size=48