twotone copyright icon

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

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

More action icons from Google Material Icons

Use the twotone copyright icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8s8-3.59 8-8s-3.59-8-8-8m-1.92 9.14c.05.33.16.63.3.88s.34.46.59.62c.23.15.53.22.89.23c.21-.01.41-.03.6-.1c.2-.07.37-.17.52-.3s.27-.28.36-.46s.14-.37.15-.58h1.79c-.01.41-.12.79-.3 1.15s-.43.67-.74.94q-.465.405-1.08.63c-.41.15-.85.23-1.32.23c-.65 0-1.22-.12-1.7-.34s-.88-.53-1.2-.91s-.56-.83-.71-1.35S8 12.72 8 12.14v-.27c0-.58.09-1.12.24-1.64s.39-.97.71-1.36s.72-.69 1.2-.92s1.05-.34 1.7-.34c.51 0 .97.07 1.39.23q.63.24 1.08.66c.3.28.53.62.7 1.01s.26.82.28 1.29h-1.79c-.01-.22-.05-.44-.14-.64s-.2-.38-.34-.53s-.32-.27-.52-.36c-.19-.08-.4-.12-.63-.13c-.37.01-.67.08-.91.23c-.25.16-.45.37-.59.62s-.25.54-.3.87s-.08.66-.08 1.01v.27c0 .33.03.67.08 1" opacity=".3"/><path fill="currentColor" d="M10.08 10.86c.05-.33.16-.62.3-.87s.34-.46.59-.62c.24-.15.54-.22.91-.23c.23.01.44.05.63.13c.2.09.38.21.52.36s.25.33.34.53s.13.42.14.64h1.79c-.02-.47-.11-.9-.28-1.29s-.4-.73-.7-1.01q-.45-.42-1.08-.66c-.42-.16-.88-.23-1.39-.23c-.65 0-1.22.11-1.7.34s-.88.53-1.2.92s-.56.84-.71 1.36S8 11.29 8 11.87v.27c0 .58.08 1.12.23 1.64s.39.97.71 1.35s.72.69 1.2.91s1.05.34 1.7.34c.47 0 .91-.08 1.32-.23q.615-.225 1.08-.63c.31-.27.56-.58.74-.94s.29-.74.3-1.15h-1.79c-.01.21-.06.4-.15.58s-.21.33-.36.46s-.32.23-.52.3c-.19.07-.39.09-.6.1c-.36-.01-.66-.08-.89-.23c-.25-.16-.45-.37-.59-.62s-.25-.55-.3-.88a7 7 0 0 1-.08-1v-.27c0-.35.03-.68.08-1.01M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8s8 3.59 8 8s-3.59 8-8 8"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneCopyright(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="M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8s8-3.59 8-8s-3.59-8-8-8m-1.92 9.14c.05.33.16.63.3.88s.34.46.59.62c.23.15.53.22.89.23c.21-.01.41-.03.6-.1c.2-.07.37-.17.52-.3s.27-.28.36-.46s.14-.37.15-.58h1.79c-.01.41-.12.79-.3 1.15s-.43.67-.74.94q-.465.405-1.08.63c-.41.15-.85.23-1.32.23c-.65 0-1.22-.12-1.7-.34s-.88-.53-1.2-.91s-.56-.83-.71-1.35S8 12.72 8 12.14v-.27c0-.58.09-1.12.24-1.64s.39-.97.71-1.36s.72-.69 1.2-.92s1.05-.34 1.7-.34c.51 0 .97.07 1.39.23q.63.24 1.08.66c.3.28.53.62.7 1.01s.26.82.28 1.29h-1.79c-.01-.22-.05-.44-.14-.64s-.2-.38-.34-.53s-.32-.27-.52-.36c-.19-.08-.4-.12-.63-.13c-.37.01-.67.08-.91.23c-.25.16-.45.37-.59.62s-.25.54-.3.87s-.08.66-.08 1.01v.27c0 .33.03.67.08 1" opacity=".3"/><path fill="currentColor" d="M10.08 10.86c.05-.33.16-.62.3-.87s.34-.46.59-.62c.24-.15.54-.22.91-.23c.23.01.44.05.63.13c.2.09.38.21.52.36s.25.33.34.53s.13.42.14.64h1.79c-.02-.47-.11-.9-.28-1.29s-.4-.73-.7-1.01q-.45-.42-1.08-.66c-.42-.16-.88-.23-1.39-.23c-.65 0-1.22.11-1.7.34s-.88.53-1.2.92s-.56.84-.71 1.36S8 11.29 8 11.87v.27c0 .58.08 1.12.23 1.64s.39.97.71 1.35s.72.69 1.2.91s1.05.34 1.7.34c.47 0 .91-.08 1.32-.23q.615-.225 1.08-.63c.31-.27.56-.58.74-.94s.29-.74.3-1.15h-1.79c-.01.21-.06.4-.15.58s-.21.33-.36.46s-.32.23-.52.3c-.19.07-.39.09-.6.1c-.36-.01-.66-.08-.89-.23c-.25-.16-.45-.37-.59-.62s-.25-.55-.3-.88a7 7 0 0 1-.08-1v-.27c0-.35.03-.68.08-1.01M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8s8 3.59 8 8s-3.59 8-8 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4c-4.41 0-8 3.59-8 8s3.59 8 8 8s8-3.59 8-8s-3.59-8-8-8m-1.92 9.14c.05.33.16.63.3.88s.34.46.59.62c.23.15.53.22.89.23c.21-.01.41-.03.6-.1c.2-.07.37-.17.52-.3s.27-.28.36-.46s.14-.37.15-.58h1.79c-.01.41-.12.79-.3 1.15s-.43.67-.74.94q-.465.405-1.08.63c-.41.15-.85.23-1.32.23c-.65 0-1.22-.12-1.7-.34s-.88-.53-1.2-.91s-.56-.83-.71-1.35S8 12.72 8 12.14v-.27c0-.58.09-1.12.24-1.64s.39-.97.71-1.36s.72-.69 1.2-.92s1.05-.34 1.7-.34c.51 0 .97.07 1.39.23q.63.24 1.08.66c.3.28.53.62.7 1.01s.26.82.28 1.29h-1.79c-.01-.22-.05-.44-.14-.64s-.2-.38-.34-.53s-.32-.27-.52-.36c-.19-.08-.4-.12-.63-.13c-.37.01-.67.08-.91.23c-.25.16-.45.37-.59.62s-.25.54-.3.87s-.08.66-.08 1.01v.27c0 .33.03.67.08 1" opacity=".3"/><path fill="currentColor" d="M10.08 10.86c.05-.33.16-.62.3-.87s.34-.46.59-.62c.24-.15.54-.22.91-.23c.23.01.44.05.63.13c.2.09.38.21.52.36s.25.33.34.53s.13.42.14.64h1.79c-.02-.47-.11-.9-.28-1.29s-.4-.73-.7-1.01q-.45-.42-1.08-.66c-.42-.16-.88-.23-1.39-.23c-.65 0-1.22.11-1.7.34s-.88.53-1.2.92s-.56.84-.71 1.36S8 11.29 8 11.87v.27c0 .58.08 1.12.23 1.64s.39.97.71 1.35s.72.69 1.2.91s1.05.34 1.7.34c.47 0 .91-.08 1.32-.23q.615-.225 1.08-.63c.31-.27.56-.58.74-.94s.29-.74.3-1.15h-1.79c-.01.21-.06.4-.15.58s-.21.33-.36.46s-.32.23-.52.3c-.19.07-.39.09-.6.1c-.36-.01-.66-.08-.89-.23c-.25-.16-.45-.37-.59-.62s-.25-.55-.3-.88a7 7 0 0 1-.08-1v-.27c0-.35.03-.68.08-1.01M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10s10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8s8 3.59 8 8s-3.59 8-8 8"/></svg>
</template>

CSS

.icon-twotone-copyright {
  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%22M12%204c-4.41%200-8%203.59-8%208s3.59%208%208%208s8-3.59%208-8s-3.59-8-8-8m-1.92%209.14c.05.33.16.63.3.88s.34.46.59.62c.23.15.53.22.89.23c.21-.01.41-.03.6-.1c.2-.07.37-.17.52-.3s.27-.28.36-.46s.14-.37.15-.58h1.79c-.01.41-.12.79-.3%201.15s-.43.67-.74.94q-.465.405-1.08.63c-.41.15-.85.23-1.32.23c-.65%200-1.22-.12-1.7-.34s-.88-.53-1.2-.91s-.56-.83-.71-1.35S8%2012.72%208%2012.14v-.27c0-.58.09-1.12.24-1.64s.39-.97.71-1.36s.72-.69%201.2-.92s1.05-.34%201.7-.34c.51%200%20.97.07%201.39.23q.63.24%201.08.66c.3.28.53.62.7%201.01s.26.82.28%201.29h-1.79c-.01-.22-.05-.44-.14-.64s-.2-.38-.34-.53s-.32-.27-.52-.36c-.19-.08-.4-.12-.63-.13c-.37.01-.67.08-.91.23c-.25.16-.45.37-.59.62s-.25.54-.3.87s-.08.66-.08%201.01v.27c0%20.33.03.67.08%201%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.08%2010.86c.05-.33.16-.62.3-.87s.34-.46.59-.62c.24-.15.54-.22.91-.23c.23.01.44.05.63.13c.2.09.38.21.52.36s.25.33.34.53s.13.42.14.64h1.79c-.02-.47-.11-.9-.28-1.29s-.4-.73-.7-1.01q-.45-.42-1.08-.66c-.42-.16-.88-.23-1.39-.23c-.65%200-1.22.11-1.7.34s-.88.53-1.2.92s-.56.84-.71%201.36S8%2011.29%208%2011.87v.27c0%20.58.08%201.12.23%201.64s.39.97.71%201.35s.72.69%201.2.91s1.05.34%201.7.34c.47%200%20.91-.08%201.32-.23q.615-.225%201.08-.63c.31-.27.56-.58.74-.94s.29-.74.3-1.15h-1.79c-.01.21-.06.4-.15.58s-.21.33-.36.46s-.32.23-.52.3c-.19.07-.39.09-.6.1c-.36-.01-.66-.08-.89-.23c-.25-.16-.45-.37-.59-.62s-.25-.55-.3-.88a7%207%200%200%201-.08-1v-.27c0-.35.03-.68.08-1.01M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010s10-4.48%2010-10S17.52%202%2012%202m0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8s8%203.59%208%208s-3.59%208-8%208%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%22M12%204c-4.41%200-8%203.59-8%208s3.59%208%208%208s8-3.59%208-8s-3.59-8-8-8m-1.92%209.14c.05.33.16.63.3.88s.34.46.59.62c.23.15.53.22.89.23c.21-.01.41-.03.6-.1c.2-.07.37-.17.52-.3s.27-.28.36-.46s.14-.37.15-.58h1.79c-.01.41-.12.79-.3%201.15s-.43.67-.74.94q-.465.405-1.08.63c-.41.15-.85.23-1.32.23c-.65%200-1.22-.12-1.7-.34s-.88-.53-1.2-.91s-.56-.83-.71-1.35S8%2012.72%208%2012.14v-.27c0-.58.09-1.12.24-1.64s.39-.97.71-1.36s.72-.69%201.2-.92s1.05-.34%201.7-.34c.51%200%20.97.07%201.39.23q.63.24%201.08.66c.3.28.53.62.7%201.01s.26.82.28%201.29h-1.79c-.01-.22-.05-.44-.14-.64s-.2-.38-.34-.53s-.32-.27-.52-.36c-.19-.08-.4-.12-.63-.13c-.37.01-.67.08-.91.23c-.25.16-.45.37-.59.62s-.25.54-.3.87s-.08.66-.08%201.01v.27c0%20.33.03.67.08%201%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.08%2010.86c.05-.33.16-.62.3-.87s.34-.46.59-.62c.24-.15.54-.22.91-.23c.23.01.44.05.63.13c.2.09.38.21.52.36s.25.33.34.53s.13.42.14.64h1.79c-.02-.47-.11-.9-.28-1.29s-.4-.73-.7-1.01q-.45-.42-1.08-.66c-.42-.16-.88-.23-1.39-.23c-.65%200-1.22.11-1.7.34s-.88.53-1.2.92s-.56.84-.71%201.36S8%2011.29%208%2011.87v.27c0%20.58.08%201.12.23%201.64s.39.97.71%201.35s.72.69%201.2.91s1.05.34%201.7.34c.47%200%20.91-.08%201.32-.23q.615-.225%201.08-.63c.31-.27.56-.58.74-.94s.29-.74.3-1.15h-1.79c-.01.21-.06.4-.15.58s-.21.33-.36.46s-.32.23-.52.3c-.19.07-.39.09-.6.1c-.36-.01-.66-.08-.89-.23c-.25-.16-.45-.37-.59-.62s-.25-.55-.3-.88a7%207%200%200%201-.08-1v-.27c0-.35.03-.68.08-1.01M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010s10-4.48%2010-10S17.52%202%2012%202m0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8s8%203.59%208%208s-3.59%208-8%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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