twotone-policy from Google Material Icons by Material Design Authors · Baseline · Content · Apache-2.0 Free for personal and commercial use.

Name
twotone-policy
Set
Google Material Icons
Style
Baseline
Category
Content
Viewbox
24×24
License
Apache 2.0

More content icons from Google Material Icons

Use the twotone policy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 6.3V11c0 4.52 2.98 8.69 7 9.93c1.74-.53 3.28-1.62 4.47-3.04l-1.72-1.72a4.994 4.994 0 0 1-6.29-.64a5.003 5.003 0 0 1 0-7.07a5.003 5.003 0 0 1 7.07 0a5.006 5.006 0 0 1 .64 6.29l1.45 1.45C18.49 14.65 19 12.85 19 11V6.3l-7-3.11z" opacity=".3"/><path fill="currentColor" d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12c.65-.16 1.27-.38 1.87-.65c1.8-.82 3.36-2.13 4.57-3.74C20.04 16.46 21 13.77 21 11V5zm7 10c0 1.85-.51 3.65-1.38 5.21l-1.45-1.45a4.994 4.994 0 0 0-.64-6.29a5.003 5.003 0 0 0-7.07 0a5.003 5.003 0 0 0 0 7.07a5.006 5.006 0 0 0 6.29.64l1.72 1.72c-1.19 1.42-2.73 2.51-4.47 3.04c-4.02-1.25-7-5.42-7-9.94V6.3l7-3.11l7 3.11zm-4 1c0 1.66-1.34 3-3 3s-3-1.34-3-3s1.34-3 3-3s3 1.34 3 3"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotonePolicy(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="M5 6.3V11c0 4.52 2.98 8.69 7 9.93c1.74-.53 3.28-1.62 4.47-3.04l-1.72-1.72a4.994 4.994 0 0 1-6.29-.64a5.003 5.003 0 0 1 0-7.07a5.003 5.003 0 0 1 7.07 0a5.006 5.006 0 0 1 .64 6.29l1.45 1.45C18.49 14.65 19 12.85 19 11V6.3l-7-3.11z" opacity=".3"/><path fill="currentColor" d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12c.65-.16 1.27-.38 1.87-.65c1.8-.82 3.36-2.13 4.57-3.74C20.04 16.46 21 13.77 21 11V5zm7 10c0 1.85-.51 3.65-1.38 5.21l-1.45-1.45a4.994 4.994 0 0 0-.64-6.29a5.003 5.003 0 0 0-7.07 0a5.003 5.003 0 0 0 0 7.07a5.006 5.006 0 0 0 6.29.64l1.72 1.72c-1.19 1.42-2.73 2.51-4.47 3.04c-4.02-1.25-7-5.42-7-9.94V6.3l7-3.11l7 3.11zm-4 1c0 1.66-1.34 3-3 3s-3-1.34-3-3s1.34-3 3-3s3 1.34 3 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 6.3V11c0 4.52 2.98 8.69 7 9.93c1.74-.53 3.28-1.62 4.47-3.04l-1.72-1.72a4.994 4.994 0 0 1-6.29-.64a5.003 5.003 0 0 1 0-7.07a5.003 5.003 0 0 1 7.07 0a5.006 5.006 0 0 1 .64 6.29l1.45 1.45C18.49 14.65 19 12.85 19 11V6.3l-7-3.11z" opacity=".3"/><path fill="currentColor" d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12c.65-.16 1.27-.38 1.87-.65c1.8-.82 3.36-2.13 4.57-3.74C20.04 16.46 21 13.77 21 11V5zm7 10c0 1.85-.51 3.65-1.38 5.21l-1.45-1.45a4.994 4.994 0 0 0-.64-6.29a5.003 5.003 0 0 0-7.07 0a5.003 5.003 0 0 0 0 7.07a5.006 5.006 0 0 0 6.29.64l1.72 1.72c-1.19 1.42-2.73 2.51-4.47 3.04c-4.02-1.25-7-5.42-7-9.94V6.3l7-3.11l7 3.11zm-4 1c0 1.66-1.34 3-3 3s-3-1.34-3-3s1.34-3 3-3s3 1.34 3 3"/></svg>
</template>

CSS

.icon-twotone-policy {
  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%22M5%206.3V11c0%204.52%202.98%208.69%207%209.93c1.74-.53%203.28-1.62%204.47-3.04l-1.72-1.72a4.994%204.994%200%200%201-6.29-.64a5.003%205.003%200%200%201%200-7.07a5.003%205.003%200%200%201%207.07%200a5.006%205.006%200%200%201%20.64%206.29l1.45%201.45C18.49%2014.65%2019%2012.85%2019%2011V6.3l-7-3.11z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%201L3%205v6c0%205.55%203.84%2010.74%209%2012c.65-.16%201.27-.38%201.87-.65c1.8-.82%203.36-2.13%204.57-3.74C20.04%2016.46%2021%2013.77%2021%2011V5zm7%2010c0%201.85-.51%203.65-1.38%205.21l-1.45-1.45a4.994%204.994%200%200%200-.64-6.29a5.003%205.003%200%200%200-7.07%200a5.003%205.003%200%200%200%200%207.07a5.006%205.006%200%200%200%206.29.64l1.72%201.72c-1.19%201.42-2.73%202.51-4.47%203.04c-4.02-1.25-7-5.42-7-9.94V6.3l7-3.11l7%203.11zm-4%201c0%201.66-1.34%203-3%203s-3-1.34-3-3s1.34-3%203-3s3%201.34%203%203%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%22M5%206.3V11c0%204.52%202.98%208.69%207%209.93c1.74-.53%203.28-1.62%204.47-3.04l-1.72-1.72a4.994%204.994%200%200%201-6.29-.64a5.003%205.003%200%200%201%200-7.07a5.003%205.003%200%200%201%207.07%200a5.006%205.006%200%200%201%20.64%206.29l1.45%201.45C18.49%2014.65%2019%2012.85%2019%2011V6.3l-7-3.11z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%201L3%205v6c0%205.55%203.84%2010.74%209%2012c.65-.16%201.27-.38%201.87-.65c1.8-.82%203.36-2.13%204.57-3.74C20.04%2016.46%2021%2013.77%2021%2011V5zm7%2010c0%201.85-.51%203.65-1.38%205.21l-1.45-1.45a4.994%204.994%200%200%200-.64-6.29a5.003%205.003%200%200%200-7.07%200a5.003%205.003%200%200%200%200%207.07a5.006%205.006%200%200%200%206.29.64l1.72%201.72c-1.19%201.42-2.73%202.51-4.47%203.04c-4.02-1.25-7-5.42-7-9.94V6.3l7-3.11l7%203.11zm-4%201c0%201.66-1.34%203-3%203s-3-1.34-3-3s1.34-3%203-3s3%201.34%203%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-policy.svg?color=%231a73e8&size=48