round policy icon
round-policy from Google Material Icons by Material Design Authors · Baseline · Content · Apache-2.0 Free for personal and commercial use.
- Name
- round-policy
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Content
- Viewbox
- 24×24
- License
- Apache 2.0
More content icons from Google Material Icons
baseline-addbaseline-add-boxbaseline-add-circlebaseline-add-linkbaseline-amp-storiesbaseline-archivebaseline-attributionbaseline-backspacebaseline-ballotbaseline-biotechbaseline-blockbaseline-boltbaseline-calculatebaseline-change-circlebaseline-clearbaseline-content-copybaseline-content-cutbaseline-content-pastebaseline-content-paste-gobaseline-content-paste-offbaseline-content-paste-searchbaseline-copy-allbaseline-createbaseline-delete-sweep
Use the round policy icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 6.3c0-.79-.47-1.51-1.19-1.83l-7-3.11c-.52-.23-1.11-.23-1.62 0l-7 3.11C3.47 4.79 3 5.51 3 6.3V11c0 5.55 3.84 10.74 9 12c2.3-.56 4.33-1.9 5.88-3.71l-3.12-3.12a4.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.29l2.9 2.9C20.29 15.69 21 13.38 21 11z"/><circle cx="12" cy="12" r="3" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundPolicy(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="M21 6.3c0-.79-.47-1.51-1.19-1.83l-7-3.11c-.52-.23-1.11-.23-1.62 0l-7 3.11C3.47 4.79 3 5.51 3 6.3V11c0 5.55 3.84 10.74 9 12c2.3-.56 4.33-1.9 5.88-3.71l-3.12-3.12a4.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.29l2.9 2.9C20.29 15.69 21 13.38 21 11z"/><circle cx="12" cy="12" r="3" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 6.3c0-.79-.47-1.51-1.19-1.83l-7-3.11c-.52-.23-1.11-.23-1.62 0l-7 3.11C3.47 4.79 3 5.51 3 6.3V11c0 5.55 3.84 10.74 9 12c2.3-.56 4.33-1.9 5.88-3.71l-3.12-3.12a4.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.29l2.9 2.9C20.29 15.69 21 13.38 21 11z"/><circle cx="12" cy="12" r="3" fill="currentColor"/></svg> </template>
CSS
.icon-round-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%22M21%206.3c0-.79-.47-1.51-1.19-1.83l-7-3.11c-.52-.23-1.11-.23-1.62%200l-7%203.11C3.47%204.79%203%205.51%203%206.3V11c0%205.55%203.84%2010.74%209%2012c2.3-.56%204.33-1.9%205.88-3.71l-3.12-3.12a4.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.29l2.9%202.9C20.29%2015.69%2021%2013.38%2021%2011z%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%223%22%20fill%3D%22currentColor%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%22M21%206.3c0-.79-.47-1.51-1.19-1.83l-7-3.11c-.52-.23-1.11-.23-1.62%200l-7%203.11C3.47%204.79%203%205.51%203%206.3V11c0%205.55%203.84%2010.74%209%2012c2.3-.56%204.33-1.9%205.88-3.71l-3.12-3.12a4.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.29l2.9%202.9C20.29%2015.69%2021%2013.38%2021%2011z%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%223%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-policy.svg?color=%231a73e8&size=48