amp-stories-outline-rounded from Material Symbols Light by Google · Outline Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
amp-stories-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the amp stories icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.8 19q-.34 0-.57-.232T8 18.192V5.808q0-.343.23-.576T8.8 5h6.4q.34 0 .57.232t.23.576v12.384q0 .344-.23.576T15.2 19zm-4.185-2.5V7.475q0-.194.144-.334T5.116 7t.356.144t.144.356v9.025q0 .194-.144.335q-.144.14-.357.14t-.356-.144t-.144-.356m13.77 0V7.475q0-.194.143-.334q.144-.141.357-.141t.356.144t.144.356v9.025q0 .194-.144.335q-.144.14-.357.14t-.356-.144t-.144-.356M9 18h6V6H9zm0 0V6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAmpStoriesOutlineRounded(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="M8.8 19q-.34 0-.57-.232T8 18.192V5.808q0-.343.23-.576T8.8 5h6.4q.34 0 .57.232t.23.576v12.384q0 .344-.23.576T15.2 19zm-4.185-2.5V7.475q0-.194.144-.334T5.116 7t.356.144t.144.356v9.025q0 .194-.144.335q-.144.14-.357.14t-.356-.144t-.144-.356m13.77 0V7.475q0-.194.143-.334q.144-.141.357-.141t.356.144t.144.356v9.025q0 .194-.144.335q-.144.14-.357.14t-.356-.144t-.144-.356M9 18h6V6H9zm0 0V6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.8 19q-.34 0-.57-.232T8 18.192V5.808q0-.343.23-.576T8.8 5h6.4q.34 0 .57.232t.23.576v12.384q0 .344-.23.576T15.2 19zm-4.185-2.5V7.475q0-.194.144-.334T5.116 7t.356.144t.144.356v9.025q0 .194-.144.335q-.144.14-.357.14t-.356-.144t-.144-.356m13.77 0V7.475q0-.194.143-.334q.144-.141.357-.141t.356.144t.144.356v9.025q0 .194-.144.335q-.144.14-.357.14t-.356-.144t-.144-.356M9 18h6V6H9zm0 0V6z"/></svg>
</template>

CSS

.icon-amp-stories-outline-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%22M8.8%2019q-.34%200-.57-.232T8%2018.192V5.808q0-.343.23-.576T8.8%205h6.4q.34%200%20.57.232t.23.576v12.384q0%20.344-.23.576T15.2%2019zm-4.185-2.5V7.475q0-.194.144-.334T5.116%207t.356.144t.144.356v9.025q0%20.194-.144.335q-.144.14-.357.14t-.356-.144t-.144-.356m13.77%200V7.475q0-.194.143-.334q.144-.141.357-.141t.356.144t.144.356v9.025q0%20.194-.144.335q-.144.14-.357.14t-.356-.144t-.144-.356M9%2018h6V6H9zm0%200V6z%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%22M8.8%2019q-.34%200-.57-.232T8%2018.192V5.808q0-.343.23-.576T8.8%205h6.4q.34%200%20.57.232t.23.576v12.384q0%20.344-.23.576T15.2%2019zm-4.185-2.5V7.475q0-.194.144-.334T5.116%207t.356.144t.144.356v9.025q0%20.194-.144.335q-.144.14-.357.14t-.356-.144t-.144-.356m13.77%200V7.475q0-.194.143-.334q.144-.141.357-.141t.356.144t.144.356v9.025q0%20.194-.144.335q-.144.14-.357.14t-.356-.144t-.144-.356M9%2018h6V6H9zm0%200V6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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