special character icon

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

Name
special-character
Set
Material Symbols
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

The same icon in other sets

More text icons from Material Symbols

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="M3 21v-3h5q-2.1-1.125-3.3-3.125T3.5 10.5q0-3.55 2.475-6.025T12 2t6.025 2.475T20.5 10.5q0 2.375-1.2 4.375T16 18h5v3h-8v-5.1q1.95-.35 3.225-1.875T17.5 10.5q0-2.3-1.6-3.9T12 5T8.1 6.6t-1.6 3.9q0 2 1.275 3.525T11 15.9V21z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSpecialCharacter(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="M3 21v-3h5q-2.1-1.125-3.3-3.125T3.5 10.5q0-3.55 2.475-6.025T12 2t6.025 2.475T20.5 10.5q0 2.375-1.2 4.375T16 18h5v3h-8v-5.1q1.95-.35 3.225-1.875T17.5 10.5q0-2.3-1.6-3.9T12 5T8.1 6.6t-1.6 3.9q0 2 1.275 3.525T11 15.9V21z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 21v-3h5q-2.1-1.125-3.3-3.125T3.5 10.5q0-3.55 2.475-6.025T12 2t6.025 2.475T20.5 10.5q0 2.375-1.2 4.375T16 18h5v3h-8v-5.1q1.95-.35 3.225-1.875T17.5 10.5q0-2.3-1.6-3.9T12 5T8.1 6.6t-1.6 3.9q0 2 1.275 3.525T11 15.9V21z"/></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%22M3%2021v-3h5q-2.1-1.125-3.3-3.125T3.5%2010.5q0-3.55%202.475-6.025T12%202t6.025%202.475T20.5%2010.5q0%202.375-1.2%204.375T16%2018h5v3h-8v-5.1q1.95-.35%203.225-1.875T17.5%2010.5q0-2.3-1.6-3.9T12%205T8.1%206.6t-1.6%203.9q0%202%201.275%203.525T11%2015.9V21z%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%22M3%2021v-3h5q-2.1-1.125-3.3-3.125T3.5%2010.5q0-3.55%202.475-6.025T12%202t6.025%202.475T20.5%2010.5q0%202.375-1.2%204.375T16%2018h5v3h-8v-5.1q1.95-.35%203.225-1.875T17.5%2010.5q0-2.3-1.6-3.9T12%205T8.1%206.6t-1.6%203.9q0%202%201.275%203.525T11%2015.9V21z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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