variable insert icon

variable-insert-rounded from Material Symbols by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
variable-insert-rounded
Set
Material Symbols
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the variable insert icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 17q-.425 0-.712-.288T3 16V8q0-.425.288-.712T4 7h16q.425 0 .713.288T21 8v2q0 .425-.288.713T20 11h-4q-.825 0-1.412.588T14 13v3q0 .425-.288.713T13 17zm14-.575V18.5q0 .425-.288.713T17 19.5t-.712-.288T16 18.5V14q0-.425.288-.712T17 13h4.5q.425 0 .713.288T22.5 14t-.288.713T21.5 15h-2.1l2.9 2.875q.3.3.3.713t-.3.712t-.712.3t-.713-.3z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsVariableInsertRounded(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 17q-.425 0-.712-.288T3 16V8q0-.425.288-.712T4 7h16q.425 0 .713.288T21 8v2q0 .425-.288.713T20 11h-4q-.825 0-1.412.588T14 13v3q0 .425-.288.713T13 17zm14-.575V18.5q0 .425-.288.713T17 19.5t-.712-.288T16 18.5V14q0-.425.288-.712T17 13h4.5q.425 0 .713.288T22.5 14t-.288.713T21.5 15h-2.1l2.9 2.875q.3.3.3.713t-.3.712t-.712.3t-.713-.3z"/></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 17q-.425 0-.712-.288T3 16V8q0-.425.288-.712T4 7h16q.425 0 .713.288T21 8v2q0 .425-.288.713T20 11h-4q-.825 0-1.412.588T14 13v3q0 .425-.288.713T13 17zm14-.575V18.5q0 .425-.288.713T17 19.5t-.712-.288T16 18.5V14q0-.425.288-.712T17 13h4.5q.425 0 .713.288T22.5 14t-.288.713T21.5 15h-2.1l2.9 2.875q.3.3.3.713t-.3.712t-.712.3t-.713-.3z"/></svg>
</template>

CSS

.icon-variable-insert-rounded {
  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%2017q-.425%200-.712-.288T3%2016V8q0-.425.288-.712T4%207h16q.425%200%20.713.288T21%208v2q0%20.425-.288.713T20%2011h-4q-.825%200-1.412.588T14%2013v3q0%20.425-.288.713T13%2017zm14-.575V18.5q0%20.425-.288.713T17%2019.5t-.712-.288T16%2018.5V14q0-.425.288-.712T17%2013h4.5q.425%200%20.713.288T22.5%2014t-.288.713T21.5%2015h-2.1l2.9%202.875q.3.3.3.713t-.3.712t-.712.3t-.713-.3z%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%2017q-.425%200-.712-.288T3%2016V8q0-.425.288-.712T4%207h16q.425%200%20.713.288T21%208v2q0%20.425-.288.713T20%2011h-4q-.825%200-1.412.588T14%2013v3q0%20.425-.288.713T13%2017zm14-.575V18.5q0%20.425-.288.713T17%2019.5t-.712-.288T16%2018.5V14q0-.425.288-.712T17%2013h4.5q.425%200%20.713.288T22.5%2014t-.288.713T21.5%2015h-2.1l2.9%202.875q.3.3.3.713t-.3.712t-.712.3t-.713-.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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