control point duplicate icon

control-point-duplicate-rounded from Material Symbols Light by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.

Name
control-point-duplicate-rounded
Set
Material Symbols Light
Style
Rounded
Category
Images
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More images icons from Material Symbols Light

Use the control point duplicate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.214 19.044q-1.924-1.067-3.069-2.933T1 11.998t1.151-4.114t3.103-2.951q.288-.16.517-.017q.229.142.229.486q0 .112-.073.235t-.188.19q-1.735.892-2.737 2.552T2 12t1.002 3.62t2.737 2.553q.115.068.188.189q.073.12.073.242q0 .325-.234.471t-.552-.03M15 20q-1.664 0-3.12-.626T9.34 17.66t-1.714-2.54T7 12t.626-3.12T9.34 6.34t2.54-1.714T15 4t3.12.626t2.54 1.714t1.713 2.54T23 12t-.626 3.12t-1.714 2.542t-2.54 1.713T15 20m.356-4.836q.143-.144.143-.356V12.5h2.308q.212 0 .356-.144t.144-.357t-.144-.356t-.356-.143H15.5V9.192q0-.212-.144-.356t-.357-.144t-.356.144t-.143.356V11.5h-2.308q-.212 0-.356.144t-.144.357t.144.356t.356.143H14.5v2.308q0 .212.144.356t.357.144t.356-.144"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightControlPointDuplicateRounded(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.214 19.044q-1.924-1.067-3.069-2.933T1 11.998t1.151-4.114t3.103-2.951q.288-.16.517-.017q.229.142.229.486q0 .112-.073.235t-.188.19q-1.735.892-2.737 2.552T2 12t1.002 3.62t2.737 2.553q.115.068.188.189q.073.12.073.242q0 .325-.234.471t-.552-.03M15 20q-1.664 0-3.12-.626T9.34 17.66t-1.714-2.54T7 12t.626-3.12T9.34 6.34t2.54-1.714T15 4t3.12.626t2.54 1.714t1.713 2.54T23 12t-.626 3.12t-1.714 2.542t-2.54 1.713T15 20m.356-4.836q.143-.144.143-.356V12.5h2.308q.212 0 .356-.144t.144-.357t-.144-.356t-.356-.143H15.5V9.192q0-.212-.144-.356t-.357-.144t-.356.144t-.143.356V11.5h-2.308q-.212 0-.356.144t-.144.357t.144.356t.356.143H14.5v2.308q0 .212.144.356t.357.144t.356-.144"/></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.214 19.044q-1.924-1.067-3.069-2.933T1 11.998t1.151-4.114t3.103-2.951q.288-.16.517-.017q.229.142.229.486q0 .112-.073.235t-.188.19q-1.735.892-2.737 2.552T2 12t1.002 3.62t2.737 2.553q.115.068.188.189q.073.12.073.242q0 .325-.234.471t-.552-.03M15 20q-1.664 0-3.12-.626T9.34 17.66t-1.714-2.54T7 12t.626-3.12T9.34 6.34t2.54-1.714T15 4t3.12.626t2.54 1.714t1.713 2.54T23 12t-.626 3.12t-1.714 2.542t-2.54 1.713T15 20m.356-4.836q.143-.144.143-.356V12.5h2.308q.212 0 .356-.144t.144-.357t-.144-.356t-.356-.143H15.5V9.192q0-.212-.144-.356t-.357-.144t-.356.144t-.143.356V11.5h-2.308q-.212 0-.356.144t-.144.357t.144.356t.356.143H14.5v2.308q0 .212.144.356t.357.144t.356-.144"/></svg>
</template>

CSS

.icon-control-point-duplicate-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%22M5.214%2019.044q-1.924-1.067-3.069-2.933T1%2011.998t1.151-4.114t3.103-2.951q.288-.16.517-.017q.229.142.229.486q0%20.112-.073.235t-.188.19q-1.735.892-2.737%202.552T2%2012t1.002%203.62t2.737%202.553q.115.068.188.189q.073.12.073.242q0%20.325-.234.471t-.552-.03M15%2020q-1.664%200-3.12-.626T9.34%2017.66t-1.714-2.54T7%2012t.626-3.12T9.34%206.34t2.54-1.714T15%204t3.12.626t2.54%201.714t1.713%202.54T23%2012t-.626%203.12t-1.714%202.542t-2.54%201.713T15%2020m.356-4.836q.143-.144.143-.356V12.5h2.308q.212%200%20.356-.144t.144-.357t-.144-.356t-.356-.143H15.5V9.192q0-.212-.144-.356t-.357-.144t-.356.144t-.143.356V11.5h-2.308q-.212%200-.356.144t-.144.357t.144.356t.356.143H14.5v2.308q0%20.212.144.356t.357.144t.356-.144%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.214%2019.044q-1.924-1.067-3.069-2.933T1%2011.998t1.151-4.114t3.103-2.951q.288-.16.517-.017q.229.142.229.486q0%20.112-.073.235t-.188.19q-1.735.892-2.737%202.552T2%2012t1.002%203.62t2.737%202.553q.115.068.188.189q.073.12.073.242q0%20.325-.234.471t-.552-.03M15%2020q-1.664%200-3.12-.626T9.34%2017.66t-1.714-2.54T7%2012t.626-3.12T9.34%206.34t2.54-1.714T15%204t3.12.626t2.54%201.714t1.713%202.54T23%2012t-.626%203.12t-1.714%202.542t-2.54%201.713T15%2020m.356-4.836q.143-.144.143-.356V12.5h2.308q.212%200%20.356-.144t.144-.357t-.144-.356t-.356-.143H15.5V9.192q0-.212-.144-.356t-.357-.144t-.356.144t-.143.356V11.5h-2.308q-.212%200-.356.144t-.144.357t.144.356t.356.143H14.5v2.308q0%20.212.144.356t.357.144t.356-.144%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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