speaker constant

String const speaker

Icon Data of speaker

Implementation

static const String speaker =
    '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M18 20a2 2 0 01-2 2H8a2 2 0 01-2-2V4a2 2 0 012-2h8a2 2 0 012 2v16Zm-6-8a4 4 0 100-8 4 4 0 000 8Zm0 8a2 2 0 100-4 2 2 0 000 4Zm0-10a2 2 0 100-4 2 2 0 000 4Z"/></svg>';