special character icon

special-character from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.

Name
special-character
Set
Material Symbols Light
Style
Regular
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
special-character-outline, special-character-outline-sharp, special-character-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the special character icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20v-2h4.616q-2.062-.99-3.281-2.904t-1.22-4.212q0-3.28 2.302-5.582T12 3t5.583 2.302t2.302 5.583q0 2.298-1.22 4.211T15.385 18H20v2h-6.808v-3.35q2.066-.408 3.38-2.038q1.313-1.631 1.313-3.727q0-2.454-1.716-4.17T12 5T7.83 6.716Q6.116 8.43 6.116 10.885q0 2.096 1.314 3.726q1.313 1.631 3.379 2.039V20z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSpecialCharacter(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20v-2h4.616q-2.062-.99-3.281-2.904t-1.22-4.212q0-3.28 2.302-5.582T12 3t5.583 2.302t2.302 5.583q0 2.298-1.22 4.211T15.385 18H20v2h-6.808v-3.35q2.066-.408 3.38-2.038q1.313-1.631 1.313-3.727q0-2.454-1.716-4.17T12 5T7.83 6.716Q6.116 8.43 6.116 10.885q0 2.096 1.314 3.726q1.313 1.631 3.379 2.039V20z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 20v-2h4.616q-2.062-.99-3.281-2.904t-1.22-4.212q0-3.28 2.302-5.582T12 3t5.583 2.302t2.302 5.583q0 2.298-1.22 4.211T15.385 18H20v2h-6.808v-3.35q2.066-.408 3.38-2.038q1.313-1.631 1.313-3.727q0-2.454-1.716-4.17T12 5T7.83 6.716Q6.116 8.43 6.116 10.885q0 2.096 1.314 3.726q1.313 1.631 3.379 2.039V20z"/></svg>
</template>

CSS

.icon-special-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2020v-2h4.616q-2.062-.99-3.281-2.904t-1.22-4.212q0-3.28%202.302-5.582T12%203t5.583%202.302t2.302%205.583q0%202.298-1.22%204.211T15.385%2018H20v2h-6.808v-3.35q2.066-.408%203.38-2.038q1.313-1.631%201.313-3.727q0-2.454-1.716-4.17T12%205T7.83%206.716Q6.116%208.43%206.116%2010.885q0%202.096%201.314%203.726q1.313%201.631%203.379%202.039V20z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2020v-2h4.616q-2.062-.99-3.281-2.904t-1.22-4.212q0-3.28%202.302-5.582T12%203t5.583%202.302t2.302%205.583q0%202.298-1.22%204.211T15.385%2018H20v2h-6.808v-3.35q2.066-.408%203.38-2.038q1.313-1.631%201.313-3.727q0-2.454-1.716-4.17T12%205T7.83%206.716Q6.116%208.43%206.116%2010.885q0%202.096%201.314%203.726q1.313%201.631%203.379%202.039V20z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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