standard definition icon

standard-definition-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
standard-definition-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the standard definition icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172 68h-24a12 12 0 0 0-12 12v96a12 12 0 0 0 12 12h24a60 60 0 0 0 0-120m0 96h-12V92h12a36 36 0 0 1 0 72M20 44a12 12 0 0 1 12-12h192a12 12 0 0 1 0 24H32a12 12 0 0 1-12-12m216 168a12 12 0 0 1-12 12H32a12 12 0 0 1 0-24h192a12 12 0 0 1 12 12M96 152c0-6.37-6.29-9.32-24-14.42c-16.14-4.65-38.23-11-38.23-33.58c0-20.52 18.15-36 42.22-36c17.24 0 32.06 8.14 38.69 21.24a12 12 0 1 1-21.41 10.84C90.8 95.17 84 92 76 92c-10.22 0-18.22 5.27-18.22 12c0 1.09 0 2.21 3.28 4.17c4.18 2.48 11 4.45 17.6 6.35c8.75 2.52 17.8 5.13 25.38 9.86c13.19 8.23 16 19.56 16 27.62c0 20.19-19.33 36-44 36s-44-15.81-44-36a12 12 0 0 1 24 0c0 6.87 10.56 12 20 12S96 158.87 96 152"/></svg>

React

import type { SVGProps } from "react";

export function PhStandardDefinitionBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172 68h-24a12 12 0 0 0-12 12v96a12 12 0 0 0 12 12h24a60 60 0 0 0 0-120m0 96h-12V92h12a36 36 0 0 1 0 72M20 44a12 12 0 0 1 12-12h192a12 12 0 0 1 0 24H32a12 12 0 0 1-12-12m216 168a12 12 0 0 1-12 12H32a12 12 0 0 1 0-24h192a12 12 0 0 1 12 12M96 152c0-6.37-6.29-9.32-24-14.42c-16.14-4.65-38.23-11-38.23-33.58c0-20.52 18.15-36 42.22-36c17.24 0 32.06 8.14 38.69 21.24a12 12 0 1 1-21.41 10.84C90.8 95.17 84 92 76 92c-10.22 0-18.22 5.27-18.22 12c0 1.09 0 2.21 3.28 4.17c4.18 2.48 11 4.45 17.6 6.35c8.75 2.52 17.8 5.13 25.38 9.86c13.19 8.23 16 19.56 16 27.62c0 20.19-19.33 36-44 36s-44-15.81-44-36a12 12 0 0 1 24 0c0 6.87 10.56 12 20 12S96 158.87 96 152"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172 68h-24a12 12 0 0 0-12 12v96a12 12 0 0 0 12 12h24a60 60 0 0 0 0-120m0 96h-12V92h12a36 36 0 0 1 0 72M20 44a12 12 0 0 1 12-12h192a12 12 0 0 1 0 24H32a12 12 0 0 1-12-12m216 168a12 12 0 0 1-12 12H32a12 12 0 0 1 0-24h192a12 12 0 0 1 12 12M96 152c0-6.37-6.29-9.32-24-14.42c-16.14-4.65-38.23-11-38.23-33.58c0-20.52 18.15-36 42.22-36c17.24 0 32.06 8.14 38.69 21.24a12 12 0 1 1-21.41 10.84C90.8 95.17 84 92 76 92c-10.22 0-18.22 5.27-18.22 12c0 1.09 0 2.21 3.28 4.17c4.18 2.48 11 4.45 17.6 6.35c8.75 2.52 17.8 5.13 25.38 9.86c13.19 8.23 16 19.56 16 27.62c0 20.19-19.33 36-44 36s-44-15.81-44-36a12 12 0 0 1 24 0c0 6.87 10.56 12 20 12S96 158.87 96 152"/></svg>
</template>

CSS

.icon-standard-definition-bold {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M172%2068h-24a12%2012%200%200%200-12%2012v96a12%2012%200%200%200%2012%2012h24a60%2060%200%200%200%200-120m0%2096h-12V92h12a36%2036%200%200%201%200%2072M20%2044a12%2012%200%200%201%2012-12h192a12%2012%200%200%201%200%2024H32a12%2012%200%200%201-12-12m216%20168a12%2012%200%200%201-12%2012H32a12%2012%200%200%201%200-24h192a12%2012%200%200%201%2012%2012M96%20152c0-6.37-6.29-9.32-24-14.42c-16.14-4.65-38.23-11-38.23-33.58c0-20.52%2018.15-36%2042.22-36c17.24%200%2032.06%208.14%2038.69%2021.24a12%2012%200%201%201-21.41%2010.84C90.8%2095.17%2084%2092%2076%2092c-10.22%200-18.22%205.27-18.22%2012c0%201.09%200%202.21%203.28%204.17c4.18%202.48%2011%204.45%2017.6%206.35c8.75%202.52%2017.8%205.13%2025.38%209.86c13.19%208.23%2016%2019.56%2016%2027.62c0%2020.19-19.33%2036-44%2036s-44-15.81-44-36a12%2012%200%200%201%2024%200c0%206.87%2010.56%2012%2020%2012S96%20158.87%2096%20152%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M172%2068h-24a12%2012%200%200%200-12%2012v96a12%2012%200%200%200%2012%2012h24a60%2060%200%200%200%200-120m0%2096h-12V92h12a36%2036%200%200%201%200%2072M20%2044a12%2012%200%200%201%2012-12h192a12%2012%200%200%201%200%2024H32a12%2012%200%200%201-12-12m216%20168a12%2012%200%200%201-12%2012H32a12%2012%200%200%201%200-24h192a12%2012%200%200%201%2012%2012M96%20152c0-6.37-6.29-9.32-24-14.42c-16.14-4.65-38.23-11-38.23-33.58c0-20.52%2018.15-36%2042.22-36c17.24%200%2032.06%208.14%2038.69%2021.24a12%2012%200%201%201-21.41%2010.84C90.8%2095.17%2084%2092%2076%2092c-10.22%200-18.22%205.27-18.22%2012c0%201.09%200%202.21%203.28%204.17c4.18%202.48%2011%204.45%2017.6%206.35c8.75%202.52%2017.8%205.13%2025.38%209.86c13.19%208.23%2016%2019.56%2016%2027.62c0%2020.19-19.33%2036-44%2036s-44-15.81-44-36a12%2012%200%200%201%2024%200c0%206.87%2010.56%2012%2020%2012S96%20158.87%2096%20152%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/standard-definition-bold.svg?color=%231a73e8&size=48